Re: Radio Buttons on multiple cards

2018-11-17 Thread Peter Bogdanoff via use-livecode
I did get it to work, as you said, by setting each button individually, rather than trying to set the whole group. So I’m good. Thanks! Peter > On Nov 17, 2018, at 1:28 PM, Phil Davis via use-livecode > wrote: > > Hmmm. Here is what I tried, and the hilites 'stick' across all cards in the >

Re: Radio Buttons on multiple cards

2018-11-17 Thread Phil Davis via use-livecode
Hmmm. Here is what I tried, and the hilites 'stick' across all cards in the stack: - create stack - add 2 radio buttons - group them - set the sharedHilite of each radio to true - add another generic button to the card - group the newest button with the group of radios - make new card - place

Re: Radio Buttons on multiple cards

2018-11-17 Thread Peter Bogdanoff via use-livecode
Thanks Phil, that did it. I was trying to set the group sharedHilite, which can’t be done. Peter > On Nov 17, 2018, at 3:04 AM, Phil Davis via use-livecode > wrote: > > Hi Peter, > > Set the sharedHilite of each button to true. That'll give you what you want. > > Phil Davis > > > On

Re: Radio Buttons on multiple cards

2018-11-17 Thread Phil Davis via use-livecode
Hi Peter, Set the sharedHilite of each button to true. That'll give you what you want. Phil Davis On 11/16/18 9:28 PM, Peter Bogdanoff via use-livecode wrote: Hi, A question about LC mechanics: I have a stack of 10 cards, sharing the same background on each. That background group contains

Radio Buttons on multiple cards

2018-11-16 Thread Peter Bogdanoff via use-livecode
Hi, A question about LC mechanics: I have a stack of 10 cards, sharing the same background on each. That background group contains a sub group of a 2-button radio set. When the user selects radio button 2 on any particular card, I want radio button 2 of all 10 cards to be also selected. All I