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
 Full Screen and Hide 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
juergenkemeter Posted - 11/24/2006 : 07:17:39 AM
Origin Version (Select Help-->About Origin): 7.0300
Operating System: Windows 2000

Hi,

I want to create plots on the basis of table data.

Are there Labtalk - Commands which do the following:
- Display the plot on full screen
- Hide the Toolbar "Project Explorer"


Cheers,
Jürgen
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 11/24/2006 : 08:12:13 AM
Hi Jürgen,

The LabTalk command plot -s will display the active window full screen.

There is no LabTalk command to hide the Project Explorer, however, if you add the following Origin C function to CodeBuilder's workspace (here's how) you can use pe_show 1 and pe_show 0 to show and hide the Project Explorer, respectively. If the function won't compile then you need to apply the Origin 7.0 SR4 patch.

void pe_show(bool bShow = true)
{
Project.ShowWindow(CWT_PROJECT_EXPLORER, bShow);
}


Mike Buess
Origin WebRing Member

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