v8.50.0002 - Window Class Changed

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

v8.50.0002 - Window Class Changed

Post 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.

admin
Site Admin
Posts: 66323
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: v8.50.0002 - Window Class Changed

Post 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.

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: v8.50.0002 - Window Class Changed

Post 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

Post Reply