Posted by member 97484 on 2004-01-08 16:25:23
OK, basically I'm using !jDeskSetWorkArea to resize my desktop, BUT because I want a few combination of desktop size depending on which taskbars are opened I have been using relative resizement:
[!jDeskSetWorkArea "4, .none, .none, .none"] ; Minimize
[!jDeskSetWorkArea "176, .none, .none, .none"] ; Maximize
Now this part works fine. but when I come to the other side of the screen it all goes wrong
It seems to put the windows so their top border cannot go above -176 from the BOTTOM
[!jDeskSetWorkArea ".none, .none, -4, .none"] ; Minimize
[!jDeskSetWorkArea ".none, .none, -76, .none"] ; Maximize
If I put in relative values (as above) it doe not seem to work at all this is even with the left taskbar command commented
Yet if I put in absolute values:
[!jDeskSetWorkArea "4, 4, -4, -51"] ; maximize
[!jDeskSetWorkArea "4, 4, -176, -51"] ; minimize
It works fine... but obviously I can't use the left taskbar in this way.
Can anyone help? or think of another way to acomplish this feat?
~ Boli
[!jDeskSetWorkArea "4, .none, .none, .none"] ; Minimize
[!jDeskSetWorkArea "176, .none, .none, .none"] ; Maximize
Now this part works fine. but when I come to the other side of the screen it all goes wrong
It seems to put the windows so their top border cannot go above -176 from the BOTTOM
[!jDeskSetWorkArea ".none, .none, -4, .none"] ; Minimize
[!jDeskSetWorkArea ".none, .none, -76, .none"] ; Maximize
If I put in relative values (as above) it doe not seem to work at all this is even with the left taskbar command commented
Yet if I put in absolute values:
[!jDeskSetWorkArea "4, 4, -4, -51"] ; maximize
[!jDeskSetWorkArea "4, 4, -176, -51"] ; minimize
It works fine... but obviously I can't use the left taskbar in this way.
Can anyone help? or think of another way to acomplish this feat?
~ Boli