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 for Programming
 LabTalk Forum
 Array Graphs
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

segawalab

Japan
5 Posts

Posted - 10/21/2002 :  03:56:17 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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


Go to Top of Page

segawalab

Japan
5 Posts

Posted - 10/21/2002 :  10:26:18 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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..

Go to Top of Page

Hideo Fujii

USA
1582 Posts

Posted - 10/22/2002 :  11:20:00 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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


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