Page 1 of 1

v8.50.0002 - Window Class Changed

Posted: 07 Oct 2009 18:08
by TheQwerty
Not sure if Don even realized this but as of v8.50.0002 the class name for XY's main window has changed from:
ThunderRT6FormDC
to
ThunderRT6Form

So for all of you using AutoHotkey and identifying the window via "ahk_class ThunderRT6FormDC" you may want to update your scripts.



@Don, if you did realize this, could you in the future make a note in the change log? I doubt I'm the only AHK user that got stung by the changes.

Re: v8.50.0002 - Window Class Changed

Posted: 07 Oct 2009 18:40
by admin
Nope, I did not realize it. It's a side effect of my GDI object reduction.

Do not change your scripts yet! I might take it back..

EDIT: I will take it back.

Re: v8.50.0002 - Window Class Changed

Posted: 07 Oct 2009 18:54
by TheQwerty
admin wrote:Do not change your scripts yet! ... I will take it back.
Too late! Guess I'll just have to remember to change my scripts with the next beta. :P