Im changing the USEHANDLE in Subrutine. When im changing it first time - it works. When the subrutine is executing the second time to open te same windows i cannot change the USE_WINHANDLE parameter. Why is the WIN_USEHANDLE locked to change the value?
Bug in MacroScheduler core? WIN_USEHANDLE cannot be changed.
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Bug in MacroScheduler core? WIN_USEHANDLE cannot be chan
Hi,
I'm not sure I understand. Perhaps you can share your code. This little test below works as expected:
I'm not sure I understand. Perhaps you can share your code. This little test below works as expected:
Code: Select all
Let>WIN_USEHANDLE=0
GoSub>test
GoSub>test
GoSub>test
SRT>test
If>WIN_USEHANDLE=0
Let>WIN_USEHANDLE=1
Else
Let>WIN_USEHANDLE=0
Endif
END>test
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?