I have used this function a lot without any problem.
Finally in a new macro which does not handle any windows , just creates and handles some files, I get no result from this function.
The logfile shows no problem:
12-10-08 19:18:35:766 - END: Remark>Close the progam
12-10-08 19:18:35:766 - START: Gosub>MaximizeAllWindows
12-10-08 19:18:35:766 - END: Gosub>MaximizeAllWindows
12-10-08 19:18:35:766 - START: Press LWinkey
12-10-08 19:18:35:798 - END: Press LWinkey
12-10-08 19:18:35:798 - START: Press Shift
12-10-08 19:18:35:829 - END: Press Shift
12-10-08 19:18:35:829 - START: Send>m
12-10-08 19:18:35:891 - END: Send>m
12-10-08 19:18:35:891 - START: Wait>1
12-10-08 19:18:36:891 - END: Wait>1
12-10-08 19:18:36:891 - START: Release Shift
12-10-08 19:18:36:891 - END: Release Shift
12-10-08 19:18:36:891 - START: Release LWinkey
12-10-08 19:18:36:891 - END: Release LWinkey
12-10-08 19:18:36:891 - START: END>MaximizeAllWindows
12-10-08 19:18:36:891 - END: END>MaximizeAllWindows
No windows at all show up after this (I use Minimize at the beginning)
I am grateful for a reply
Thanks.
MaximizeAllWindows
Moderators: JRL, Dorian (MJT support)
Code: Select all
Press Shift
Press LWinkey
send>m
Release LWinkey
Release shift
The code I wrote works for me in many many macros. Just here it does not. Therefore my question - The preceding Minimize works.
I tried now to some alterations. When I added an extra MinimizeAllWindows just before the MaximizeAllWindows the MaximizeAllWindows worked. Strange.
I repeat that this macro does not work with any windows itsself.
Thank you.
I tried now to some alterations. When I added an extra MinimizeAllWindows just before the MaximizeAllWindows the MaximizeAllWindows worked. Strange.
I repeat that this macro does not work with any windows itsself.
Thank you.