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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Array Graphs

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
segawalab 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,,
3   L A T E S T    R E P L I E S    (Newest First)
Hideo Fujii 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


segawalab 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 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



The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000