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
 Combo box in graphs

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
d_nilsen Posted - 10/30/2002 : 08:54:03 AM
Hello.

I want to have a combo box in which each element in the box refers to a separate script that does something with the graph. This will enable me to save space on the graph by avoiding having 20 different buttons all over the place.

The problem is, when in Edit Button Mode i make the combo box and I cannot reach its properties, only its Label Control.

there is nothing in Origin Help about the Combo box, which makes me slightly nift.

Does anyone know how to make and manipulate these combo boxes or has Microcal just put them there for show?

Daniel
2   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 10/30/2002 : 12:24:31 PM
Hi Daniel,

If you want a single control that can run multiple scripts I suggest you use a simple text button that runs a getnumber dialog with a drop-down list...

%Z=(Script1) (Script2) (Script3);
ii=1;
getn ( ) ii:Z (Select a script);
run.section(,%[%L,#ii]);

[Script1]
-- Script1 commands --

[Script2]
-- Script2 commands --

[Script3]
-- Script3 commands --

Mike Buess
Origin WebRing Member
easwar Posted - 10/30/2002 : 11:56:22 AM
Hi Daniel,

COMBOX does not have property control. It is controlled exclusively through LabTalk script. Also, it cannot be placed on a graph. How to create a COMBOX and how to program it etc. are documented in the OriginPro manual.

Easwar
OriginLab.

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