Setting visibility on start up

Calvin Waterbury cjw at eml.cc
Sat Jan 15 19:12:19 EST 2011


Hi David C.,

Would this mean for start up I would code in the stack script...

on openStack
     set the visible of button "YourButton" to true
     set the visible of field "MyField" to true
end openStack

Am I on the right track?

Thanks,
Calvin
> ------------------------------------------------------------------------
>
> 	David C. <mailto:davidocoker at gmail.com>
> Saturday, January 15, 2011 6:06 PM
>
>
>
>
> Hey Calvin,
> Try this: set the visible of object "ObjectName" to true/false
> As in...
>
> set the visible of button "YourButton" to true
> set the visible of field "MyField" to true
> -or-
> set the visible of button "YourButton" to false
> set the visible of field "MyField" to false
>
> ..where button/field can be any object selected on your card
>
> Best regards,
> David C.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> ------------------------------------------------------------------------
>
> 	Calvin Waterbury <mailto:cjw at eml.cc>
> Saturday, January 15, 2011 5:55 PM
>
>
> Hi,
>
> I need some guidance of the LC parlance when making objects 
> visible/invisible on start up.  I've tried some experiments, but 
> nothing works.
>
> FYI - for anyone that is interested, I *really* learned a lot from Mark's
> presentation/chat (I couldn't get good video consistently on 
> David's).  A number of things congealed in my mind.  I'm still 
> scraping around on some of the syntax "particulars," but what I am 
> coding is working great for pseudocode until I figure out the real 
> syntax. :)
>
> Standing by...
> Calvin




More information about the use-livecode mailing list