Posts: 576
Threads: 97
Joined: Aug 2007
Hey, is there a way to use the hid to hid all but 1 id on the window your hiding?
For example hid the qm window except for the edit part
hid win("Quick Macros") except id(2203)
Posts: 12,073
Threads: 140
Joined: Dec 2002
Move/resize the window and scroll controls using ScrollWindow.
Resizing dialog boxes
Posts: 576
Threads: 97
Joined: Aug 2007
that didnt really do wut i wanted it to do hmm
Posts: 473
Threads: 33
Joined: Aug 2007
Maybe try using Array.
Taking on Quick Macros one day at a time
Posts: 576
Threads: 97
Joined: Aug 2007
hmm im new to arrays can u show me an example maybe? using the qm window like i tryed?
Posts: 473
Threads: 33
Joined: Aug 2007
I don't think you can give it a specific ID not to hide, but maybe give it a range using + and - with other id's. Maybe use err to skip id's that may not exist and still go through with the ones that do.
Taking on Quick Macros one day at a time