Using groups as custom dialogs: a solution for Mac, PC and iOS

Chipp Walters chipp at chipp.com
Sat Jul 9 01:57:32 EDT 2011


Cool, Dick! How would one pass quoted vars to that thing?

On Sat, Jul 9, 2011 at 12:54 AM, Dick Kriesel <dick.kriesel at mail.com> wrote:

> On Jul 8, 2011, at 4:17 PM, Chipp Walters wrote:
>
> > on mouseUp
> >   start using stack "altAnswerColor"
> >   get altAnswerColor()
> >   set the backcolor of grc "test" to it
> >   stop using stack "altAnswerColor"
> > end mouseUp
> >
> > Sure, two extra lines,
>
>
> Want to use fewer lines, Chipp?  How about this?
>
> on mouseUp
>  set the backcolor of grc "test" to value("altAnswerColor()",long id of
> stack "altAnswerColor")
> end mouseUp
>
> -- Dick
>
>
> _______________________________________________
> 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
>



-- 
Chipp Walters
CEO, Shafer Walters Group, Inc.



More information about the use-livecode mailing list