New topic: 

Help please: CheckBox1.State

<http://forums.realsoftware.com/viewtopic.php?t=29692>

       Page 1 of 1
   [ 2 posts ]                 Previous topic | Next topic         Author  
Message       lenpartico           Post subject: Help please: 
CheckBox1.StatePosted: Sat Aug 22, 2009 8:42 pm                        
Joined: Fri Sep 30, 2005 10:49 pm
Posts: 134              Hello,

The LR states: To get the state, read the value of the State property. 
For example, TextField1.Text=CheckBox1.State

But when I do that I get a type mismatch error.

How can I get the state of a checkbox? Specifically I want to know if it is 
indeterminate (Checkstate 2).

Thanks.

Lennox   
                            Top               Paul Burnside           Post 
subject: Re: Help please: CheckBox1.StatePosted: Sat Aug 22, 2009 10:02 pm      
                  
Joined: Mon May 08, 2006 8:50 pm
Posts: 495              Code:TextField1.Text=str(CheckBox1.State)   
                            Top            Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 2 posts ]     
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to