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
|