Groups | Blog | Home
all groups > flash data integration > december 2004 >

flash data integration : dynamic radio buttons


Ken Mosley
12/10/2004 1:55:16 PM
I am creating an input form.
I have a query to my database (SQL Server 2000) which extracts a list of =
values.
Is it possible to create a series of radio buttons in Flash MX 2004 =
lexy
12/12/2004 3:54:45 PM
Yes you can dynamically generate a number of radiobuttons depending on the
value of buttons you need from your database. If you are creating the
radiobuttons within a Form screen, you can call form.createClassObject(). You
can use this command within a for loop. ex. import mx.controls.CheckBox;
form.createClassObject(CheckBox, 'cb', 0, {label:'Check this'});
Ken Mosley
12/13/2004 12:41:35 PM
Unfortunately, I am not using a form screen. I am creating the screen from
scratch. Can you help?
[quoted text, click to view]

AddThis Social Bookmark Button