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
 Size and position of graph windows

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
maxm22 Posted - 08/11/2018 : 08:59:27 AM
Origin Ver. and Service Release (Select Help-->About Origin): 2018b
Operating System: Win10

Hello guys,

Does anyone know how to change the size and position of graph windows? I've only figured out how to change the layer size within the graph window..

Regards Max
1   L A T E S T    R E P L I E S    (Newest First)
yuki_wu Posted - 08/12/2018 : 10:01:49 PM
Hi Max,

Do you mean the position of graph window in Origin workspace? I am afraid that there is no such LabTalk command for this, but you could use:
window -i or window -z

to minimize or maximize the active window

If you want to reset the size of the graph page, you could set it like the following example:
page.width = 10;
page.height = 10;


However, you could do this by Origin C, Window::MoveWindow:
https://www.originlab.com/doc/OriginC/ref/Window-MoveWindow

Hope it helps.

Regards,
Yuki

OriginLab

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