Author |
Topic  |
|
segawalab
Japan
5 Posts |
Posted - 10/21/2002 : 03:56:17 AM
|
Hi :)
I want to array minimum graph asfollows:graph1,graph2,graph3,4,5,...
Do you know how to do it on labtalk script.
Regards,, |
|
Hideo Fujii
USA
1582 Posts |
Posted - 10/21/2002 : 11:03:37 AM
|
Not sure if I understand correctly what you want to do. I assume that you want to place already minimized graph windows somewhere at a corner of workspace, you might want to try the following (here data1 and data2 are worksheet windows, and you want to keep them opened):
win -a data1; win -i; win -a data2; win -i; win -s T; win -a data1; win -a data2;
This is rudimentary and may not satisfy you - probably utilizing the project explorer would be more effective to manage things..
--Hideo Fujii
|
 |
|
segawalab
Japan
5 Posts |
Posted - 10/21/2002 : 10:26:18 PM
|
Hi,Hideo Thank you for your help.
I go into detail about what i want to do.
In an example,here graph1,graph2,....graph100 are minimum graph windows.
but suppose the array so random. (graph2 ,graph98,graph76,....)
so, i want to array these graph to numbers.(graph1,graph2,...graph100)
By the way, i saved these project and opened again, so random graph was fixed. How did that do on the origin script!
It is a hint to solve this problems ,i assume.
thx..
|
 |
|
Hideo Fujii
USA
1582 Posts |
Posted - 10/22/2002 : 11:20:00 AM
|
How about this? - Open the Project Explorer, right-click in the right pane, and select "View:Small Icons". If you want to arrange your icons by their names, right-click again and choose "Arrange Icons:By Name". You can hide or show any window by double-clicking icons. LabTalk or Origin C should be able to control PE, but I don't have experience. Someone in this forum may give you useful ideas.
--Hideo Fujii
|
 |
|
|
Topic  |
|
|
|