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
 Origin Forum
 Question on the edit toolbar

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
Insomnia Posted - 06/19/2003 : 11:28:40 PM
Hi Guys!

I am a newcomer here. Can someone tell me that can i use the object edit toolbar to adjust locations of figures in different layers?

I tried by failed. It seems that only the objects in the same layer can be adjusted. R or W?

Thanks in advance

Cheers
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 06/20/2003 : 11:03:44 AM
R. (Object Edit works on one layer at a time.)

But you can duplicate most of Object Edit's functions with LabTalk scripts that can operate on multiple layers. For example, if you have two text labels, label1 in layer 1 and label2 in layer 2 you can space them vertically like this...

lay -s 1; // activate layer 1
yy=label1.top;
lay -s 2; // activate layer 2
label2.top=yy+200;

You can find out how to get/set object properties in the Programming Guide...
LabTalk Language Reference->Object Reference->Internal Object Overview->User-created Visual Objects

Most of that can also be done in Origin C.

Mike Buess
Origin WebRing Member

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