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
 Size and position of graph windows
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

maxm22

14 Posts

Posted - 08/11/2018 :  08:59:27 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

yuki_wu

896 Posts

Posted - 08/12/2018 :  10:01:49 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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

Edited by - yuki_wu on 08/13/2018 04:33:04 AM
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