Option button question

Sarah Reichelt sarahr at genesearch.com.au
Sun Aug 29 23:42:37 EDT 2004


You can explicitly set the label before calling the modal dialog
e.g.

on menuPick pChoice
   set the label of me to pChoice
   -- show dialog etc
end menuPick

Cheers,
Sarah

On 30 Aug 2004, at 1:28 pm, Barry Levine wrote:

> I have an option button which triggers a dialog based upon the user 
> choice.
> No problem there. However, the button's title (the chosen text) is not
> actually updated until the user dismisses the modal dialog. I'm sure 
> there's
> a "send..." syntax that would permit the updating of the button's text 
> to
> occur before the dialog actually is called but I'm at a loss to come 
> up with
> it.
>
> Any assistance is appreciated.
>
> Thanks,
> Barry



More information about the use-livecode mailing list