Re: Saving status of radio button in Preferences

2013-09-28 Thread dunbarx
t any kind. Arrays come to mind for a suite of preferences. Craig Newman -Original Message- From: Charles Szasz To: use-livecode Sent: Sat, Sep 28, 2013 2:40 pm Subject: Re: Saving status of radio button in Preferences Phil, I just read your suggestion to my question of saving

Re: Saving status of radio button in Preferences

2013-09-28 Thread Charles Szasz
Phil, I just read your suggestion to my question of saving status in Preferences. I used custom properties for other things but not saving. How do I set this set up? Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Pleas

Re: Saving status of radio button in Preferences

2013-09-25 Thread dunbarx
: Saving status of radio button in Preferences Or save the hilitedButtonName of the group they're in, and then set that property of the group at startup. It's just one item. Phil Davis On 9/25/13 3:23 PM, dunb...@aol.com wrote: > Hi. > > > I would save the status as a fiv

Re: Saving status of radio button in Preferences

2013-09-25 Thread Phil Davis
Or save the hilitedButtonName of the group they're in, and then set that property of the group at startup. It's just one item. Phil Davis On 9/25/13 3:23 PM, dunb...@aol.com wrote: Hi. I would save the status as a five item string of "true/False" in a custom property of the substack. I sup

Re: Saving status of radio button in Preferences

2013-09-25 Thread dunbarx
Hi. I would save the status as a five item string of "true/False" in a custom property of the substack. I suppose you could map each button with its state explicitly, either with an array or with five lines with two items per line, one for the button reference and one for the status. Craig