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

Dick Kriesel dick.kriesel at mail.com
Sat Jul 9 01:54:52 EDT 2011


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





More information about the use-livecode mailing list