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
 Forum for Origin C
 accessing palette

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
couturier Posted - 02/19/2015 : 06:42:36 AM
Origin Ver. and Service Release (Select Help-->About Origin): 2015 SR1
Operating System: Win7

I'd like to have a getnbox similar to the colormap fill box (the one you get when clicking the Fill col in PlotDetail/Colormap tab) when one can choose mixing colors and palette.

Is it possible ?
2   L A T E S T    R E P L I E S    (Newest First)
couturier Posted - 02/20/2015 : 04:27:59 AM
Hi Chris,

Thank you so much for those very usefull informations.
In my case I wanted to include these options into a Getnbox with others things but maybe I can build an independent GetnBox that will launch menu -e 38080 with a button.

thanks
cdrozdowski111 Posted - 02/19/2015 : 12:42:28 PM
Hey,

I don't know if this helps but I'll put it out there (I was just working with it a few days ago). If it's not what you need, sorry.

If you want to operate on an existing colormap in an existing graph layer, you can access the "Fill" dialog directly via LabTalk by running:

menu -e 38080;


Just for completeness, you can access the "Set Levels" dialog via:

menu -e 38079;


The caveat is that the layer must be manually selected before running that command. I could find no way to select the layer in LT.

If using Origin C, I assume you can call that LT command via the OC LabTalk Interface: http://www.originlab.com/doc/OriginC/ref/LabTalk-Interface

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