Devin is suggesting dataGrid forms because I think he assumed that you want the buttons to move lockstep with the scroll. You can assign a radio button to each line in that object, and the scrolling is managed internally. A packaged solution.
You could certainly manage a group of radio buttons that tracked the scroll of a field, and that would be a great learning project. Much to handle, but all at the novice level. DataGrids have all that built-in, but they are complex, and you would learn much less, even after you got it running the way you want. Do both. Craig Newman -----Original Message----- From: Shawn Blc <[email protected]> To: How to use LiveCode <[email protected]> Sent: Wed, Apr 24, 2013 1:26 pm Subject: Re: Question: Scrollable area with multiple choice questions using radio buttons Devin, so using text fields isn't an option huh? I'll check out DGs. On Wed, Apr 24, 2013 at 12:16 PM, Devin Asay <[email protected]> wrote: > > On Apr 24, 2013, at 10:51 AM, Shawn Blc wrote: > > > How do I go about using a scrolling able with several questions and using > > radio buttons for the answers? > > > > With some help I can fill up a card, but since I have several more > > questions instead of using separate cards I'd like to use a scrollable > area. > > > > Any input will help this newbie greatly. Thanks. > > Shawn, > > Data Grids are made for things like this. They're very powerful, and there > is a bit of a learning curve. Fortunately there are some nice online > lessons on Data Grids here: > > http://lessons.runrev.com/s/lessons/tags?tag=Data+Grid > > What you want is a DG Form (as opposed to a table.) > > HTH > > Devin > > > > Devin Asay > Office of Digital Humanities > Brigham Young University > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
