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
 LabTalk Forum
 Unmask by condition & UIM Check Box properties

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
aplotnikov Posted - 12/15/2016 : 07:44:23 AM
Origin Ver. and Service Release: Pro 8.6.0 SR3
Operating System: Win7Pro

Hi,

1. I use "wxt"-X-function for masking data points by condition.
wxt test:="col(ColName)$=strCond$" sel:=mask

It is very convenient for this purpose. However I could not find any similar function suitable for _unmasking_ data by the same condition. I would like to avoid the use of loops with if-command if possible. (I'm just wondering, why the unmask feature is not supported in the wxt-function?)
2. By the way, is it possible to set the number of items in the CheckBox UIM-object from script? According the UIM documentation this value can be set only manually, but sometimes undocumented feature occur...

I would appreciate for any helpful hints.

Regards,

Alexei

PS. The problem of unmasking has been solved:
wxt test:="col(ColName)$=strCond$" sel:=sel
mark -wd

Sorry to trouble with such a simple question.

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