Problem editing labels of radio button symbols in Fireworks CS6

Hi,
I'm new to Fireworks, and I am struggling with symbols. I have encountered several problems creating reusable symbols and especially editing the labels.
Problem 1
I can't edit the label of a symbol that I create using a default Common Library symbol as a starting point. Here's how to reproduce:
- Open a default symbol, say RadioButton(win) for editing
- Do changes (font for example)
- Save as a new symbol in the Common Library folder
- Use the new symbol in a new document
- Editing the label in symbol instance properties does not work
Continuing with a rather irrelevant use case just trying to understand what is going on:
- Add a default symbol RadioButton(win) from the Common Library to the same document
- Now try editing the label of the new symbol (added to the document above)
- The label (and other properties) of the default symbol are edited instead
Problem 2
Why can I not enter a number as a label of the RadioButton(win) symbol, found in the Common Library? The workaround is simple though, I can just enter a number followed by a space.
Problem 3
How to create a set of a heading and three radio buttons as a symbol? If I simply convert three RadioButton(win) symbols and a text element to a new symbol, I lose the possibility to edit the labels of the radion buttons. The properties show that the radio buttons have labels from the time before converting to a new symbol, but in the new symbol the radio button elements have labels that say "label", and I cannot edit them.
What is the best way to create radio buttons, check boxes, combo boxes and other symbols with custom look and feel, while retaining all the functionality of the symbols?
Thank you,
Teemu
Fireworks CS6 12.0.1.273

misterMistake wrote:
> Fireworks v. 9.0.0.1188
>
> I have created a 4 state button & saved it to my
button library. Now I need
> to modify the graphic but cannot select it. When I first
click on the "down"
> state, the graphic is selected along with the "active
area." If I grab the
> button I can move it but then it immediately snaps back
to it's original
> position. I then cannot select the button again until I
click to another state
> and then back again to "down." This problem is not just
with the "down" state
> but all states. The documentation makes clear that I can
just double click on
> the button, either on the workspace or in the library,
make my edits and then
> click "done" in the button editor window. Clearly I've
either done something
> incorrect to lock the graphic or my understanding of the
process is incorrect.
> Any help appreciated.
Can you upload a copy of the PNG file to your website for us
to have a
look at?
Linda Rathgeber
http://www.adobe.com/communities/experts/members/8.html

Similar Messages

  • What is the code to get the  Label of  radio button item at runtime?

    Hi All
    I am working on forms 10g(version 10.1.2.0.2 ) with Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 on windows 2000 platform.
    My requirement is to dynamically get the label of the radio button item in a radio group.I am able to get the label of the radio group as shown below
    Item :Radio group
    Label : Gender
    IF m_type = 'RADIO GROUP' THEN
         m_label:=Get_Item_Property(m_Item ,label);
    END IF;
    There two Radio buttons inside this radio group which are
    item     : Radio button
    Label : Male
    item :Radio button
    Label :female
    What is the code to get the label of radio button(i.e) male and female ?
    How will I get the count of radio buttons in a radio group at runtime?
    Regards
    Mohan

    But you have to provide the button name which cannot be get at runtime.
    This is a lack of information that the Dev team would correct !
    Francois

  • In a fillable form, can I add a visible label to radio buttons? I'd like to label them 1, 2, 3, etc.

    I'm creating a form that uses radio buttons.  I'd like a number to be inside the button.  Is there a way to add a label to the radio buttons?

    It is not possible to customize the appearance of the radio button at this time. Your options only allow you to select the placement of the label.
    Andrew

  • Field labels for Radio Buttons

    when creating radio button form fields in Acrobat, I'd like to also put a label next to the radio button  that correspond to the value when the specific radio button is clicked (like "Yes", "No" "Maybe")

    Normally you'd place that on the underlying page. Fields created with Acrobat do not have labels, but you can fake it by placing a read-only text field or button next to them. If using a text field, set the default value to the same as the value so that it survives a reset form action.

  • Problems with Safari, tabs, radio buttons, etc.

    My goal is (as you probably guessed) to have a script that unite all open windows/tabs in the frontmost window. I know at least of two theoretical ways to do this, but neither works for reasons I don't understand:
    1. GUI scripting. Use Safari's menus to navigate through tabs. For some reason this works somewhat randomly, sometimes getting all tabs and sometimes one tab per window. I can get it working in an awkward way that removes all windows before opening a new one: not exactly what I want to do.
    2. I have found this one browsing for solutions on the web, and it uses the System Events app. It seems that Safari tabs are "radio buttons". However, the number of radio buttons returned is always 0. Also, reading the URL with the line
    value of text field 1 of group 1 of splitter group 1 of window 1
    does not work (returns NSReceiverEvaluationScriptError: 4).
    So, does anyone have any ideas on what goes wrong? (or even better, does anyone have a script that works?)
    Mac mini Core Duo   Mac OS X (10.4.7)  

    Thanks Cyclosaurus, this seems to work!
    There is still one problem: when getting the URL of a window, if it is empty it will throw an "undefined variable" error. How can I avoid this? (I cannot even check if the url is empty because it is undefined.)
    Here is the script I have so far, if anyone is interested:
    tell application "System Events"
    tell process "Safari"
    try
    -- finding the group
    set tab_group to 0
    repeat with g from 1 to count of groups of window 1
    if buttons of group g of window 1 is not {} and title of button 1 of group g of window 1 is not "" then
    set tab_group to g
    exit repeat
    end if
    end repeat
    set URL_list to {}
    set N to count of windows
    repeat with w from N to 2 by -1 -- going through windows
    set T to count of buttons of group tab_group of window w
    repeat with b from 1 to count of buttons of group tab_group of window w -- going through tabs
    click button b of group tab_group of window w
    tell application "Safari" to set this_URL to URL of document w
    if URL_list does not contain this_URL then copy this_URL to end of URL_list
    end repeat
    tell application "Safari" to close window w
    end repeat
    set C to count of URL_list
    repeat with i from 1 to C
    my new_tab()
    tell application "Safari" to set URL of document 1 to item i of URL_list
    end repeat
    on error the error_message number the error_number
    display dialog the error_message buttons {"OK"} default button 1
    end try
    end tell
    end tell
    on new_tab()
    tell application "Safari" to activate
    tell application "System Events"
    tell process "Safari"
    click menu item "New Tab" of menu "File" of menu bar 1
    end tell
    end tell
    end new_tab
    Mac mini Core Duo   Mac OS X (10.4.8)  

  • Problem with making a radio button default

    i am making a radio button default using : setSelected(true) method . the radio button is shown as selected but the event that should happen when the radio button gets selected is not done. should fire an event in code? help me out.

    private JRadioButton normal_ves_RB = new JRadioButton();
    private JRadioButton Barge_ves_RB = new JRadioButton();
    ButtonGroup bg=new ButtonGroup();
    bg.add(normal_ves_RB);
    bg.add(Barge_ves_RB);
    normal_ves_RB.setSelected(true); // here i am making this button default. its not firing the event bydefault.
    normal_ves_RB.addActionListener(new ActionListener()
    public void actionPerformed(ActionEvent e)
    normal_ves_RB_actionPerformed(e);
    private void normal_ves_RB_actionPerformed(ActionEvent e)
    how to make my action performed work when i first run this code by default. setSelected is making the button default but the event is not fired.

  • Problems when converting square into button symbol

    Hey, I got a question about converting square that has linear gradient no border and hard edge into a button symbol each time I do this the size of the symbol is always about 1px wider or taller or both, this doesnt happen when i try to do the same with square bitmap with filled color. (FW CS4)
    Please explain if anyone got any clue whats going on with it.

    Fireworks CS4, WinXP Pro:
    I create a rectangle 100 x 100, linear fill, hard edge. Select > F8 > Convert to Symbol - button. Symbol is exactly 100 x 100 px after conversion to a symbol (button type) -- I cannot reproduce what you see...
    Maybe someone else can help you better...

  • How do I create more than one navigation button in Adobe Fireworks CS6?

    Hi guys, 
    Apologies if this comes across as very stupid question. I am a complete beginner with Adobe Fireworks and I'm in the process of creating my first website and I have got to the stage where I want to create navigation buttons and the book I have recommends using Adobe Fireworks so I have downloaded. My problem I have encountered is after I have created my first two state button what is the next step to create another two state button which has the identical size and colour of the previous two state button?
    Here is a brief rundown of the steps I have done to do the first two state button:
    1) Edit-Insert-New Button
    2) Chose the rectangle and then specified the width and height of the button and chose my stroke and fill colour
    3) Centred the button and used the text tool to put the button as a 'Home' button for my website. I then went on Window and Align in order to centre the text on the button
    4) I went on Select-Select All and then went on Windows-States to open the states panel. I right clicked on state 1 which is Up and clicked on copy to states. I then selected the next state radio button and clicked OK.
    5) I selected State 2 and slightly modified it by changing the colour of the text.
    6) I then clicked the back button to return to the main window.
    After this what step should I take to create my another button which has the same size, colour and text style as I have created for the first button? I tried just repeating these steps again but when I do step 1 it creates a new fireworks document which means I have to create the buttons size, colour, text style from scratch.
    Your help would be greatly appreciated guys and once again I do apologise if this comes across as a silly question.
    PS Please could you let me know if the steps I have taken to create the 1st two state button are correct

    Initially you need to configure via the provider's own web based control panel multiple e-mail accounts. If they don't have one, work it out with their customer support to have three distinct mail accounts. Then you can setup multiple logins by adding new accounts to mail. Since mail checks all accounts per Mac OS X user account simultaneously, it probably is best to use different usernames on the same internet provider. If you don't want mail to show all the information from all three mail accounts simultaneously, configure Apple menu -> System Preferences -> Accounts to have multiple users on your computer, and configure each of the internet service provider accounts for each separaet user on Mac OS X.
    Message was edited by: a brody

  • Radio button label not displaying in portal

    hi i have application developed in jdeveloper 11.1.1.6.0 ,in the application i have radio button when i run application in stand alone is fine i can see label of radio button but when i deploy in portal using adf jar file i only see the radio button without label .this how i create the radio button http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADF_Insider_Essentials/ADF_Insider_Essential_YesNoRadio/ADF_Insider_Essential_YesNoRadio.html
    <af:selectOneRadio value="#{bindings.Gender1.inputValue}"
                                                  required="#{bindings.Gender1.hints.mandatory}"
                                                  shortDesc="#{bindings.Gender1.hints.tooltip}"
                                                  id="sor4" layout="horizontal">
                <f:selectItems value="#{bindings.Gender1.items}" id="si7"/>
              </af:selectOneRadio>

    Hi,
    if this works in ADF stand-alone, it is a portal problem and you may want to post your question e.g. to the WebCenter forum and ask if people experienced the same in the past. Don't see this as an ADF issue based on your decription
    Frank

  • Changing radio buttons label

    Hello.
    How can I programatically change label of radio buttons?
    I have a radio group named test and 2 radio buttons named t1 and t2.
    I've tried to set labels with Set_item_property('t1', label, 'aaa'); I got FRM-41045. What am I doing wrong?
    Natasa

    Natasa,
    I tink that you don't have access to individual radio button labels because the radio group is the Forms iten that set item property operates on. The work around is to forget about setting the readio button labels within the Forms properties and to use Forms display items instead.
    Adjust the display label so that they become labels for the radio button and this should do it.
    Frank

  • Legacy Problem - old Radio Buttons (AS1)

    A few years ago I built a Flash learning application that
    used the UI Radio Button component. I have just been asked to make
    some changes.
    Now I am using Flash Pro CS3, and when I output the edited
    Flash, the Radio Buttons no longer work, as Flash CS3 doesn't
    appear to suport radio buttons prior to AS2.
    Can anyone provide a simple conversion method, or a way to
    get the old radio buttons working again? I have tried a few things,
    but not working.
    Need help - FAST ;-)
    Thanks
    Geoff

    nah lowe it simon we need to help this geezer
    sorry about my friends they are on my account
    so what exactly is the problem

  • Radio Button binding to XML

    Based on the examples
    here
    and
    here
    I have a datagrid which uses an XML object as its dataprovider. The
    xml goes like this:
    <questions>
    <question>
    <prompt>What are your heroes?</prompt>
    <answers>
    <answer>
    <correct>true</correct>
    <text>Luther Higgs</text>
    </answer>
    <answer>
    <correct>false</correct>
    <text>Barney Fife</text>
    </answer>
    </answers>
    </question>
    </questions>
    Well formed (if a bit confusing) xml. In my datagrid I have
    two columns. The second column binds to
    questions.question.answers.answer.text and works just fine. The
    datagrid's editable property is set to true, and I'm able to click
    on the second colum and type and it saves the answer back into the
    xml object just fine. The problem lies in my first column. The mxml
    looks like this:
    <mx:DataGridColumn headerText="Correct">
    <mx:itemRenderer>
    <mx:Component>
    <mx:VBox horizontalAlign="center">
    <mx:RadioButton id="myRadioButton"
    buttonMode="true" useHandCursor="true"
    group="{outerDocument.myRadioButtonGroup}"
    selected="{data.correct}"/>
    </mx:VBox>
    </mx:Component>
    </mx:itemRenderer>
    </mx:DataGridColumn>
    The problem is that the radio buttons' selected properties
    aren't bound to the xml, that is the one that is true doesn't
    display as selected. If I set the datagridcolumn's editable
    property to false, clicking on the radio button doesn't affect the
    xml at all either. If I leave the editable property of the
    datagridcolumn as the inherited default of true (based on the
    parent datagrid's editable property) when I click on the radio
    button the default itemEditor appears (a text input box) which
    contains the following text:
    </answer>
    and when I leave the editor (click outside or hit enter) the
    xml then looks like this:
    <answers>
    <answer>
    <correct>true</correct>
    <text>Luther Higgs</text>
    </answer>
    <answer>
    <correct>false</correct>
    <text>Barney Fife</text>
    <null>&lt;answer&gt;
    &lt;correct&gt;false&lt;/correct&gt;
    &lt;text&gt;Barney Fife&lt;/text&gt;
    &lt;/answer&gt;</null>
    </answer>
    </answers>
    I have seen controls that don't have the xml path written
    correctly display the entire xml node rather than just the
    contained data, but I can think of no reason anything should Ever
    reference just the closing tag. To me this looks like a bug in the
    data bindings between the radio button and the xml object.
    Just to clear the air to avoid suggestions that will work but
    not meet the design requirements, what I need is a datagrid that
    has a radio button group (only one correct answer out of the group)
    in the first column and strings in the second column which need to
    be editable. I suppose I could write some hairy event listener code
    and manually hack things together, but aside from avoiding that
    headache, I'd love to use data bindings for what they were intended
    for - I just need to know why it doesn't appear to be working
    right. Much thanks in advance for any and all help.

    Searching the LiveDocs revealed the answer. Under the topic
    "Using an E4X expression in an <mx:Binding> tag" I found that
    if instead of
    <mx:RadioButton id="myRadioButton"
    buttonMode="true" useHandCursor="true"
    group="{outerDocument.myRadioButtonGroup}"
    selected="{data.correct}"/>
    I have
    <mx:RadioButton id="myRadioButton"
    buttonMode="true" useHandCursor="true"
    group="{outerDocument.myRadioButtonGroup}"/>
    <mx:Binding source="myRadioButton.selected"
    destination="data.correct" />
    It works just perfectly.
    Apparently binding between XML and the selected property of a
    radio button (which is of type boolean) needs the <mx:Binding
    /> rather than the in-tag curly brace notation.
    P.S. The link on livedocs is here:
    http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Live Docs_Book_Parts&file=databinding_091_05.html#177459

  • How to auto-populate dates in a calendar based on radio buttons?

    Hi,
    I'm trying to create an availability form that is submitted on a monthly basis. What I'd like is to have a radio button the user could click to indicate what day the first of the month falls on (Monday through Sunday), and have fields auto-populate with the remainder of the dates on the calendar. As it stands right now, I've got the radio buttons and the text fields, but I'm running into serious issues getting the text fields to auto-fill based on the selected radio button.
    I've labelled the radio button group "First Day of Month" and the individual values are "Monday" "Tuesday" "Wednesday" "Thursday" "Friday" "Saturday" "Sunday" and "Start". The "Start" button is hidden but is checked by default.
    My text fields are even simpler: "Monday 1" "Monday 2" "Monday 3" "Monday 4" and "Monday 5" (and then, obviously, repeated for each day of the week.
    I am horrible at scripting, so I think that might be where I'm running into issues. What I'd like to put is something like this (only, you know, functional, and for each days' text value):
    For "Monday 1"
    if "First Day of Month.value" = "Monday", "Monday 1.value" ="1"
    else "Monday 1.value" = ""
    For "Wednesday 3"
    if "First Day of Month.value" = "Sunday", "Wednesday 3.value" = "11"
    if "First Day of Month.value" = "Monday", "Wednesday 3.value" = "17"
    if "First Day of Month.value" = "Tuesday", "Wednesday 3.value" = "16"
    if "First Day of Month.value" = "Wednesday", "Wednesday 3.value" = "15"
    if "First Day of Month.value" = "Thursday", "Wednesday 3" = "14"
    if "First Day of Month.value" = "Friday", "Wednesday 3.value" = "13"
    if "First Day of Month.value" = "Saturday", "Wednesday 3.value" = "12"
    else "Wednesday 3.value" = ""
    For "Sunday 5"
    if "First Day of Month.value" = "Sunday", "Sunday 5.value" = "29"
    if "First Day of Month.value" = "Friday", "Sunday 5.value" = "31"
    if "First Day of Month.value" = "Saturday", "Sunday 5.value" = "30"
    else "Sunday 5.value" = ""
    Is this possible? I have no doubt there's a better way to do it (with proper coding and everything), so any help would definitely be appreciated!

    Hello,
    Which sharepoint edition you are using? I would prefer to customize your list form in infopath form then add new connection which will connect to your SQL. Later you can filter data based on cust ID. Here is the link to add connection in infopath:
    http://office.microsoft.com/en-in/infopath-help/add-a-data-connection-to-a-microsoft-sql-server-database-HP010092823.aspx
    If you want to do it via code then simple ADO.NET connector will help.
    http://www.codeproject.com/Articles/33862/Connecting-to-Database-Using-Custom-Webpart-in-Sha
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Adding Radio Button dynamically, twice - Error #2025: The supplied DisplayObject must be a child of

    Hello
    I am having some trouble adding UI controls dynamically. Mostly with radio buttons.
    Here is an example that demonstrates my problem:
    <s:Application
        xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark" 
        xmlns:mx="library://ns.adobe.com/flex/mx"
        creationPolicy="all"
        >
        <fx:Script>
            <![CDATA[ 
                import mx.containers.Form;
                import mx.containers.Panel;
                import mx.controls.Label;
                import mx.controls.NumericStepper;
                import mx.controls.RadioButton;
                private var theChar:String = "B";
                protected function btnAdd_clickHandler(event:MouseEvent):void
                    var theForm:Form = new Form();               
                    theForm.label = theChar;
                    //1. Label
                    var myLabel:Label = new Label();
                    myLabel.text = "My Label";
                    myLabel.width=120;
                    theForm.addChild(myLabel);
                    //2. Numeric Stepper
                    var myNumStepper:NumericStepper = new NumericStepper();
                    myNumStepper.id = "numPointHigh" + theChar;
                    myNumStepper.name = "numPointHigh" + theChar;
                    myNumStepper.minimum = 0;
                    myNumStepper.maximum = 120;
                    myNumStepper.width = 50;
                    myNumStepper.height = 30;
                    theForm.addChild(myNumStepper);
                    //3. radio button
                    var myRadioButton:RadioButton = new RadioButton;
                    myRadioButton.id = "myRadioButton" + theChar;
                    myRadioButton.name = "myRadioButton" + theChar;
                    myRadioButton.label = "my radio button";
                    myRadioButton.selected = true;
                    theForm.addChild(myRadioButton);
                    //4. Panel
                    var thePanel:Panel = new Panel();
                    thePanel.width = 300;
                    thePanel.height = 475;
                    thePanel.name=theChar;
                    thePanel.title = "My Profile Panel";
                    thePanel.setStyle("backgroundColor", "blue");
                    //add the form to the panel
                    thePanel.addChild(theForm);
                    //add the Panel to the list control
                    myList.addChild(thePanel);
                protected function btnClear_clickHandler(event:MouseEvent):void
                    var numChildren:Number = myList.numChildren;
                    for(var i:Number=numChildren - 1; i > -1; i--){
                        myList.removeChildAt(i);
            ]]>
        </fx:Script>
        <mx:VBox width="100%">
            <mx:List id="myList" />
            <mx:Button id="btnAdd" label="Add a panel" click="btnAdd_clickHandler(event)" color="black"/>
            <mx:Button id="btnClear" label="Clear" click="btnClear_clickHandler(event)" color="black" />
        </mx:VBox>
    </s:Application>
    ^ Run that. Click the "Add a panel" button. Then click "Clear". Then click the "Add a panel" button again. You will see the error:
    ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
        at flash.display::DisplayObjectContainer/getChildIndex()
        at mx.core::Container/getChildIndex()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core \Container.as:2833]
        at mx.containers::Panel/getChildIndex()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\co ntainers\Panel.as:1174]
        at mx.controls::RadioButtonGroup/breadthOrderCompare()[E:\dev\4.0.0\frameworks\projects\fram ework\src\mx\controls\RadioButtonGroup.as:600]
        at mx.controls::RadioButtonGroup/breadthOrderCompare()[E:\dev\4.0.0\frameworks\projects\fram ework\src\mx\controls\RadioButtonGroup.as:611]
        at mx.controls::RadioButtonGroup/breadthOrderCompare()[E:\dev\4.0.0\frameworks\projects\fram ework\src\mx\controls\RadioButtonGroup.as:611]
        at Array$/_sort()
        at Array/http://adobe.com/AS3/2006/builtin::sort()
        at mx.controls::RadioButtonGroup/http://www.adobe.com/2006/flex/mx/internal::addInstance()[E:\dev\4.0.0\frameworks\projects \framework\src\mx\controls\RadioButtonGroup.as:465]
        at mx.controls::RadioButton/addToGroup()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\c ontrols\RadioButton.as:574]
        at mx.controls::RadioButton/commitProperties()[E:\dev\4.0.0\frameworks\projects\framework\sr c\mx\controls\RadioButton.as:514]
        at mx.core::UIComponent/validateProperties()[E:\dev\4.0.0\frameworks\projects\framework\src\ mx\core\UIComponent.as:7772]
        at mx.managers::LayoutManager/validateProperties()[E:\dev\4.0.0\frameworks\projects\framewor k\src\mx\managers\LayoutManager.as:572]
        at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.0.0\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:730]
        at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.0.0\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1072]
    I do not understand why I cannot re-add the radio button? If you comment out the code for the radio button (comment section #3.) you can re-add the panels easily. It is only happening when I have radio buttons being added to the form/panel.
    Why is this happening and how do I fix it? Why is this only happening to radio buttons? I thought I had this fixed

    ^ well, okay, but that's not the problem.
    here, i removed list and replaced with Panel. same problem on the radio buttons.
    <s:Application
        xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark" 
        xmlns:containers="com.dougmccune.containers.*"
        xmlns:mx="library://ns.adobe.com/flex/mx"
        creationPolicy="all"
        >
        <fx:Script>
            <![CDATA[ 
                import mx.containers.Form;
                import mx.containers.Panel;
                import mx.controls.Label;
                import mx.controls.NumericStepper;
                import mx.controls.RadioButton;
                private var theChar:String = "B";
                protected function btnAdd_clickHandler(event:MouseEvent):void
                    var theForm:Form = new Form();               
                    theForm.label = theChar;
                    //1. Label
                    var myLabel:Label = new Label();
                    myLabel.text = "My Label";
                    myLabel.width=120;
                    theForm.addChild(myLabel);
                    //2. Numeric Stepper
                    var myNumStepper:NumericStepper = new NumericStepper();
                    myNumStepper.id = "numPointHigh" + theChar;
                    myNumStepper.name = "numPointHigh" + theChar;
                    myNumStepper.minimum = 0;
                    myNumStepper.maximum = 120;
                    myNumStepper.width = 50;
                    myNumStepper.height = 30;
                    theForm.addChild(myNumStepper);
                    //3. radio button
                    var myRadioButton:RadioButton = new RadioButton;
                    myRadioButton.id = "myRadioButton" + theChar;
                    myRadioButton.name = "myRadioButton" + theChar;
                    myRadioButton.label = "my radio button";
                    myRadioButton.selected = true;
                    theForm.addChild(myRadioButton);
                    //4. Panel
                    var thePanel:Panel = new Panel();
                    thePanel.width = 300;
                    thePanel.height = 475;
                    thePanel.name=theChar;
                    thePanel.title = "My Profile Panel";
                    thePanel.setStyle("backgroundColor", "blue");
                    //add the form to the panel
                    thePanel.addChild(theForm);
                    //add the Panel to the list control
                    myContainer.addChild(thePanel);
                protected function btnClear_clickHandler(event:MouseEvent):void
                    var numChildren:Number = myContainer.numChildren;
                    for(var i:Number=numChildren - 1; i > -1; i--){
                        myContainer.removeChildAt(i);
            ]]>
        </fx:Script>
        <mx:VBox width="100%">
            <mx:Panel id="myContainer" />
            <mx:Button id="btnAdd" label="Add a panel" click="btnAdd_clickHandler(event)" color="black"/>
            <mx:Button id="btnClear" label="Clear" click="btnClear_clickHandler(event)" color="black" />
        </mx:VBox>
    </s:Application>
    Any idea why radio buttons causing this to happen? If I comment out the radio button, this works fine. This is really baffling me.
    The exception is thrown when the dynamically created panel (thePanel) is added to the main Panel (myContainer):
    myContainer.addChild(thePanel); <--- causes the exception!
    ^ Why would radio buttons make a difference on "thePanel"?? How can I enforce parent-child relationship, explicitly? .parent is read-only

  • Derived column containing radio button

    Hi,
    I have a derived column in a report. In the field HTML Expression, I have the following HTML code:
    <INPUT TYPE="radio" NAME="radTypeSelectionStatut"><  
    <INPUT TYPE="radio" NAME="radTypeSelectionStatut" CHECKED>=  
    <INPUT TYPE="radio" NAME="radTypeSelectionStatut">>  
    <INPUT TYPE="test" SIZE="5" VALUE="#VAL_STATT_SELCT#">
    The page displays well but when I click on a tab, I have the error "HTTP 404 ". I have two levels of tabs and I have no problem to click on a parent tab, just on the tabs on the same level. If I don't show the column, I don't have the problem.
    Lisandre

    Hi,
    The radio buttons are not related to the database. It is possible to take the value with code later. The only code I have at the moment is what I wrote on my first post. You can check the application :
    user : test
    password : test
    http://htmldb.oracle.com/pls/otn/f?p=38145:16:8894427558050515715::NO:::
    In the parent tab "Règles d'affaires", in the tab "Paramètres", there are radio group buttons. If you click on another tab (not a parent tab), the page don't show up. But clicking on a parent tab is ok. The tabs under the parent tab "Règles d'affaires" are all fonctional when I don't show radio group buttons.

Maybe you are looking for

  • Supress empty page which is due to dynamic page (smartforms)

    hi all, i' ve got the problem that i get an empty page at the end of my printout. the forms is defined as following: first_page - following page: next_page next_page - following page: next_page and in the main window i have a dynamic page (via comman

  • Problem importing to mp3_ file name will not change

    I have experienced this problem multiple times before and still can't find the solution. Every-time I Import a Cd to "MP3" a weird file name is created. When I located the mp3 after import then try to rename it. I notice that the weird file name is s

  • SQL Query to find cumulative values for a Financial Year

    Dear users, My requirement is to create a SQL query for a table/view where I have day-wise data. I want to find out cumulative values for financial year by giving any date. It should add the values from start of financial year till that date in the f

  • Why is the child table inserting first in a composite association?

    Guys and Gals, Studio Edition Version 11.1.1.3.0. This one has gotten me all day. I have a child table which is inserting before its master table, even though the relationship is defined as a composite relationship. Process: 1) User adds a part with

  • How to set currency template in CT04

    I'd like to ask a question about how to set currency template in CT04 Coz i have a material classification --- cost i'd go to CT04 to create ...set data type is CURR Currency Format but i don't know how to set the template if i want to show like this