Finding out that a control is a button is often just the starting point - I
needed to know what type of button it was - push button, default button,
option menu button, combobox button, a popup menu button, checkbox, radio
button, tab control, etc.  If you need to be that specific,  in addition to
checking word 1 of the abbrev name, you have to check the style and menumode
properties to figure all that out.

Pete
Molly's Revenge <http://www.mollysrevenge.com>




On Sun, Jun 26, 2011 at 7:59 AM, Slava Paperno <sl...@lexiconbridge.com>wrote:

> Right! Thanks, man,
>
> S.
>
> >getProp controlType
> >    return word 1 of the name of the target
> > end controlType
> ...
>
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to