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
 Origin Forum
 Issue Creating 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

gleeblejim

USA
33 Posts

Posted - 02/03/2012 :  2:17:51 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hello,

I'm running Origin 8.6 SP1. I have a Menu Item that works as a shortcut for making line graphs, but the problem is that Origin always keeps the worksheet on top, but I'd prefer it if I could have it open the graphs with the graphs on top. Is there a quick line or two of labtalk code I can add to do this?

Thank you!

Drbobshepherd

USA
Posts

Posted - 02/03/2012 :  3:26:03 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Try:

win -a windowname;

where windowname is the name of your graph window (e.g. Graph1).

If this doesn't work for you, you could use

doc -cp windowseries;

to count your graph windows that begin with windowseries. Then use

win -a windowseries$(count);

to activates last graph window in the series.

DrBobShepherd
Go to Top of Page

gleeblejim

USA
33 Posts

Posted - 02/03/2012 :  3:33:54 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks Bob.
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