Re: Naive question 1000

2009-08-02 Thread Scott Rossi
Actually, the script can be even simpler:

 if the hilite of btn "check" then



Scott Rossi
Creative Director
Tactile Media, Multimedia & Design

-Original Message-
From: Richmond Mathewson 

Date: Sun, 02 Aug 2009 20:15:51 
To: How to use Revolution
Subject: Re: Naive question 1000


Many Thanks to Paul Gabel and Ian Wood!

Although how a checkmark in a check button constitutes "hiliting"
escapes me . . .   :)

Paul Gabel wrote:
> Hi Richmond:
>
> Try
>
> if the hilite of btn "Check" = "true" then ...
>
> Paul Gabel
>
> ---
>
> On Aug 2, 2009, at 9:16 AM, Richmond Mathewson wrote:
>
>> Somehow this passed me by .  .  .
>>
>> How do I tell if a check button is checked ?
>>
>> tried:
>>
>> if the checkMark of btn "CHECK" is true then
>>   put "selected"
>> end if
>>
>> and got nowehere.
>> ___
>> use-revolution mailing list
>> use-revolution@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your 
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Naive question 1000

2009-08-02 Thread Ian Wood
Obviously it's different for other OSes, but on OS X, checkboxes do  
indeed get highlighted when checked... ;-)


Ian

On 2 Aug 2009, at 18:15, Richmond Mathewson wrote:


Although how a checkmark in a check button constitutes "hiliting"
escapes me . . .   :)


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Naive question 1000

2009-08-02 Thread Richmond Mathewson

Many Thanks to Paul Gabel and Ian Wood!

Although how a checkmark in a check button constitutes "hiliting"
escapes me . . .   :)

Paul Gabel wrote:

Hi Richmond:

Try

if the hilite of btn "Check" = "true" then ...

Paul Gabel

---

On Aug 2, 2009, at 9:16 AM, Richmond Mathewson wrote:


Somehow this passed me by .  .  .

How do I tell if a check button is checked ?

tried:

if the checkMark of btn "CHECK" is true then
  put "selected"
end if

and got nowehere.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Naive question 1000

2009-08-02 Thread Paul Gabel

Hi Richmond:

Try

if the hilite of btn "Check" = "true" then ...

Paul Gabel

---

On Aug 2, 2009, at 9:16 AM, Richmond Mathewson wrote:


Somehow this passed me by .  .  .

How do I tell if a check button is checked ?

tried:

if the checkMark of btn "CHECK" is true then
  put "selected"
end if

and got nowehere.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Naive question 1000

2009-08-02 Thread Ian Wood

Try the hilite, like you would for a radio button

As mentioned in the docs, 'checkmark' is purely for Hypercard  
compatibility.


Ian

On 2 Aug 2009, at 17:16, Richmond Mathewson wrote:


Somehow this passed me by .  .  .

How do I tell if a check button is checked ?

tried:

if the checkMark of btn "CHECK" is true then
  put "selected"
end if

and got nowehere.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Naive question 1000

2009-08-02 Thread Richmond Mathewson

Somehow this passed me by .  .  .

How do I tell if a check button is checked ?

tried:

 if the checkMark of btn "CHECK" is true then
   put "selected"
end if

and got nowehere.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution