The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 list hidden windows
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

jdarland

Portland, OR, USA
4 Posts

Posted - 01/08/1999 :  6:58:00 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi,

Anyone know how to create a list of hidden windows from labtalk.

If I have enough windows open, I get a menu item "more windows", and this shows the windows that are hidden. I would like to get this list programmatically.

Thank,
Jeff

Gary Lane

USA
150 Posts

Posted - 01/12/1999 :  7:29:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

I think the following script does just what you want for all hidden and non-hidden windows that are not minimized.

%M="";C=0; /* init variables */
doc -e O { /* loop on all no minimized windows */
%M=%M %H; /* make window list */
C++; /* increment window count */
};
Loop(ii,1,C) { /* loop on all windows */
type -a %[%M,#$(ii)]; /* type window name of iith window */
};


[This message has been edited by Gary Lane (edited 01-12-99).]

Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000