Number of buttons in a RadioButtonGroup

Sorry for such a basic question but I'm new to Studio Creator 2.
How do I change the number of Radio buttons in a RadiobuttonGroup? And, how do I change the number of checkboxes in a CheckBoxGroup or the number of columns in a Table?
I assume all of these settings are made in much the same way hence submitting them together.

Hi,
On dropping a radioButtonGroup or a checkoxGroup component onto the page you will find radioButtonGroup1DefaultOptions / checkboxGroup1DefaultOptions in the Outline window. Click on this and go to the properties window. In the properties sheet you will see a property called options. There is a ... button, click on it and you can change the number of items that needs to be displayed. Depending on the number of items that needs to be displayed the number of radio buttons / checkboxes changes.
Please post further Creator 2 EA 2 related queries at:
https://feedbackprograms.sun.com/login.html
Hope this helps
Cheers
Giri

Similar Messages

  • Maximum number of buttons (HELP)

    i have a project where i need 24 buttons. i have a project with 24 subtitles and on the main menu, i want to put all the languages so a viewer can select their language and then watch their subtitled version. the maximum number of buttons allowed on a 16:9 project is 18. does anyone have any solutions??

    LOL!
    I was a teacher once... and not been called smart since I threw away my suit to go to work in...
    It's as Eric said - you are creating an illusion using two menus that are identical. Menu 1 has 18 buttons that work, but has a background image that appears to show 24 buttons. The 18th button is invisible and auto-activates to menu 2, where you land on a button that is labelled as button 18. This menu has a background image that has the graphics for buttons 1-17 but no actual buttons in those positions.
    The trick is accomplished because as you move between buttons (using the remote) the last in the list (button 18) will jump to menu 2, where the real button 18 is actually the first on the new menu. Remember, the default button is usually the first you create (unless you specifically change this) so the user will see what looks like buttons 1-17 as a background image for menu2, and will appear to be on button 18, but will in fact be on button 1 of menu 2.
    You'll need another invisible button on menu 2 that is positioned above the default button so that the user can move 'up' from what they believe to be button 18. When they do so, the invisible button will auto-activate and go to the first menu, landing on button 17.
    There will be a pause as all this switching around takes place.
    This illusion prevents you from needing to use navigational arrows on the menus and the user can be fooled into thinking there are more than 18 buttons on a 16x9 menu.
    A different way to do what you want is to use a track as a menu, and use buttons over video. Works like a menu, but isn't restricted in the same way... but also doesn't provide some menu features, and you'll need to build it carefully.
    BoV uses an image set into a track and an overlay file, but then you create buttons using the subtitle stream. In essence you create a track, add the graphic for the background. You make sure the start marker is set to be a button highlight marker and then add a subtitle. With the subtitle active you can add button rectangles just as if you were in a menu and if you add the overlay file you can add all kinds of highlight shapes. Navigation and colours work the same as for menus, but remember a subtitle can only really have four colours - you'll perhaps need to compromise somewhere along the way in terms of how this all looks.
    It's an interesting challenge - I would like to hear how you get on with it.

  • Maximum number of buttons for a single screen? Max Number of videos?

    I'm getting horribly slow performance (waiting for minutes at a time to do simple menu edits) and frequent crashes in Encore CS5.  It is nearly unusable.
    I have about 45 individual short clips that I want to put on a DVD.  Each clip needs to play and then return to the main menu screens (i have 3 menus set up to break up the clips).
    I have the basic structure set up (after a few dozen crashes and sluggish performance) but auto-routing on the buttons results in instant crashes and the final DVD burn doesn't follow the routing that I've set up manually.
    This software is deeply deeply flawed.  What are it's official limitations because I seem to be exceeding boundaries in many places  (even though my project isn't particularly sophisticated)?

    Adobe shouldn't enforce restrictions regarding number of buttons on a single screen!
    A warning is Ok, but this decision should be left to the user!
    Why? I burned the other day a fully functional Blu-ray disc (BDMV) with a SINGLE submenu page containing 52 text buttons (!) + RETURN button back to the Top Menu. I used Sony Media's DVD Architect (v.5.0.b) to do that. I played the disc on my Sony BDP-S550 without any problem whatsoever (as well as on my PC both the physical disc, and from the BDMV folder, using both PowerDVD and ArcSoft's software). I'm pretty confident it'll play in other players as well.
    So, in my experience it's fully possible to have a lot more than 18 buttons on a blu-ray (sub)menu, in spite the formal DVD definitions.
    I was rather disappointed to discover that Encore restrict that
    (I wanted to use Enocre since DVD Architect needed to recompress the source, I don't want that.)
    My Encore experience in this case summarized:
    - I can place all the 52 buttons on a submenu manually,
    - "Check project" is fine with that (no errors),
    - The links are Ok ("Show button routing")
    => In the "Preview", however, only the first 18 links navigate, the rest play "dead" (don't activate even if I move the mouse over those)!
    Still, if I choose a specific Chapter beyond #18 (say #39) in the field below, it plays the requested Chapter!
    How about that.
    This is an irritating and unnecessarily enforced restriction by Adobe.
    Let me decide, please!
    Cheers,
    Willy

  • Limited number of buttons/animations inserted in FXL ePub ! -

    Hi all,
    I'm searching info on limitations of the number of buttons / Animations that can be inserted in an epub FXL exported from InDesign?
    Thanks in advance! ;-)

    Hi Franck,
    If we add buttons created on master pages, maybe finally 300-400 buttons / animations per page! 
    I'm trying to simplify the layout to less of interactive elements!

  • Number of button slots for (non-standard) PhoneTemplate

    Hi,
    Once I create a new non-standard phone button template in the CUCM (Device > Device Settings > Phoe Button Template), the number of the buttons on the newly created seems "unpredictable" for me. Sometimes the number of the buttons are the same as on the original template, but sometimes much more.
    For example, 'Standard 7965 SIP' has 6 buttons. If I create based on this template, my 'Standard 7965 SIP MyTemplate' will have 54 slots in it.
    Similar: 'Standard 8961 SIP' has 5 buttons, 'Standard 8961 SIP MyTemplate' has 45.
    Why? Where is this coming from?
    Additional info:
    I have checked the DatabaseDictionary documentation, which states :
    "Before insert into PhoneTemplate, if NEW.usermodifiable = false, thenusing the NEW.tkModel, get the numButton value from TypeModel. It will contain comma-separated min, max values. Take the max value and assign to NEW.numOfButtons."
    But I cannot find this 'numButton' value in the typemodel table?!

    Hi,
    even this small code fails:
            SortedMap index = new TreeMap(new LatvianStringComparator());
            index.put("baa", "baa");
            index.put("aaa", "aaa");
            index.put("aqa", "aqa");
            index.put("caa", "caa");
            Iterator it = index.keySet().iterator();
            while (it.hasNext()) {
                String key = (String)it.next();
                System.out.println(key);
            }because you assume '...first string is "less than" the second one'
    but you did not test it.
    Just add a 'less test' like:
    if (str2Rank > str1Rank) {
    //First string is "less than" the second one.
    signum = -1;
    break;
    }after
    if (str2Rank > str1Rank) {}and your code will work.
    even better: use Collator API
    Franco

  • I have not been able to get to the Firefox Sync setup page. I can't find the right Firefox button to push. A number of buttons and Can't see "Set Up Sync"

    I have tried to find the page where I can click on the Firefox button and get to the "Set Up Sync" page. I have tried every Firefox home page and web page I can find and there is no button that gets me to the "Set Up Sync" page. Please help me. I just want to set up the Sync page on a number of computers I own.

    Have you read these support articles? <br />
    https://support.mozilla.org/en-US/kb/how-do-i-set-up-firefox-sync <br />
    https://support.mozilla.org/en-US/kb/add-a-device-to-firefox-sync

  • JPSX with a number of buttons and resetting data

    Any help on the following would be appreciated:
    I have a simple JSPX file in an ADF Faces project.
    There are a number of input text items as well as a af:selectOneListbox which has a f:selectitems tag. Next to this item I have a button which on pressing populates an ArrayList which is then rendered through the f:selectItems. This works fine!
    However on pressing buttons below the selectOneListBox item on the page it empties the list box of the data entries. How do I prevent this from happening.
    What I want to happen is once the List box has been populated I do not want to empty the data from the box unless I press the button adjacent to the box. All other buttons should have a null effect.
    Thanks
    Chris

    Hi,
    seems to be related to
    Re: ADF Faces issue
    Frank

  • Verify Number blue button doesn't work!!!

    When i click the button in my Skype profile to have a code sent to my mobile phone after selecting my country and entering my number even it appears code sent but i don;t recieve code i don't have this problem for other sites just skype and my country is Iran
    Attachments:
    Screenshot (14).png ‏23 KB

    arbeep43, welcome to the forum,
    You need to install the Access online users guide T23 along with other utilities as explained on the site.
    Other usefull links;  T23 Drivers   System Utility Matrix 
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Dynamically create varying number of buttons

    Hi.
    The website I'm currently working on has an object gallery.
    Whenever the user clicks one of the objects, it zooms in and
    displays a sub-gallery with other images of said object. The images
    that make up these galleries are loaded into dynamically created
    empty MovieClips inside a sub-gallery MovieClip. Each object has a
    varying number of images and they're loaded and unloaded when the
    zooming in/out of the object ends.
    When you click one of the sub-gallery images, the main image
    should change and display the clicked image. However, I'm having
    trouble telling the MovieClips containing the sub-gallery images to
    do anything when they're clicked. See attached code, please.
    I'm guessing this has to do with the onRelease being declared
    inside the onMotionFinished. The thing is I can't thing of a way to
    declare the onRelease for every sub-gallery image before they're
    loaded.
    Thanks in advance.

    Frank,
    Thank you for the response.
    On the page2 of the pdf link you provided there is a picture of the tree table and it shows the hierarchy of the first level(or root) parent (President, Steven King). If the data had n presidents (n first or root level ) then this will dispaly all data in the same tree table like
    King
    --Kochhar
    ----Greenberge
    King 2
    --report 1
    ----report 1.1
    King n
    --report n
    ----report n.1
    My requirement is pretty close to this but slighly different where these n first level should appear in n different tree tables like below:
    Treetable for: King
    King
    --Kochhar
    ----Greenberge
    Treetable for: King 2
    King 2
    --report 1
    ----report 1.1
    Treetable for: King n
    King n
    --report n
    ----report n.1
    That is the reason why I am playing with af:forEach and also have a separate VO which returns all the presidents(first level parents) and view linked that to EmployeesVO so that the AM looks like
    AllPresidentsVO
    -----EmployeesVO (with the view criteria wihch returns the first level parents)
    ---------reportingManagers
    forEach prints n instances for PresidentsVO King, King2.. King n but all these instances have the same children the tree for King (tree for King2 ... King n does not appear)
    May be it should be achieved in a different way?

  • HT204492 When I use remote, it talks to me in a quick voice with number of button choices, then tells me the number, ect.  Very annoying.  She talks so fast as well.  How can I shut that off or make her talk slowly, or not at all.

    When I use mt Appew TV remote it talks to me, in fast voice, telling me where I am, number of choices, etc.  It is annoying and I can't find a way to just have screen on tv and then access whatever without this fast talking voice.

    Turn off Voice Over in the Accessibility section of AppleTV Settings.

  • Twitter Favorites and Retweet number count/button missing

    When I go into a tweet (any tweet not just mine) that has clearly been RTd by someone I follow or is from a big account like a news org that would certainly have both favs &amp; RTs the button w/ the # count is invisible. I say invisible bc if I press in the area it should be it will turn grey and take me to the list of which ever one I manage to find. I just did the update to iOS 7.3 could it be that or is this a problem w the twitter app in general right now.
    I did contact Twitter's help and have not heard back so I thought I'd try here. Many thanks.

    I am having the exact same problem with my twitter feed. There is a space available for where the favorites and retweet count would show up but they are "invisible". If I tap where they should be then I am taken to a screen which lists all the people who have either favorited or retweeted the tweet. Not sure what is going on. Iphone 5s 7.0.4

  • Number of buttons for subtitles

    Hiya everyone.
                        Does everyone else have to press THREE buttons to bring up the subtitles,and do it every time they change channels???

    Well, yellow is vacant so in theory it could be done and I don't think it would be too tricky.  1st press = Subtitles, 2nd press = Audio Description, 3rd press = off.  Easy!  Given that even a £15 Freeview box has a subtitles button on the remote it makes sense.
    ---Remember to mark as 'solved' and give stars when you like a post---

  • Number lock button on numeric keypad

    Just recently the NUM LOCK stopped working. When I press it I get a beep but am unable to use the numeric keypad.
    This question was solved.
    View Solution.

    Please try changing the "Accessibility Options"
    Go to "Control Panel"
         l--------> "Ease Of Access Center"
                  i--------> "Make the keyboard easier to use"
                            i----------> untick "Turn On Mouse Keys"
    If you found my answer helpful please say thanks by clicking on the Thumb's Up icon. Thanks!

  • Can we develop cells or push buttons with increaseing number  auotmatically

    hi all
       I am customizing a sinario which contains different number of  flats in different appartments. Sianrio is to customize Flat nos. as a blocks. 
    So if we give no.of Flats in an Appartment, can we get blocks with numbering with increase order. Is it possible to develop Text areas or Push buttons in GUI programming.
    if so please explain me.
      For example :  if we give number 10  then it should dispaly 10 blocks.
    thankyou,
    regards
    Hanuma

    Not sure if you can dynamically create buttons on a screen, however, you could use an ALV Grid and show a number of "flats" per line and react to each one as a hotspot.
    i.e.  Put up to 10 flats on a line.  then read the line and determine the one pushed by Field Name.
    you may be able to create a button in each cell of the grid, and perhaps name each one individually.
    The crude way would be to put the max number of buttons on a screen and simply set unavailable "Flats" button to active.= 0.
    Edited by: Paul Chapman on Dec 5, 2008 2:09 PM

  • How to use the same script for multiple buttons

    Hi,
    I've only just started using flash so any help would be great!
    I'm creating a blockbusters type game, I have a grid of 20 buttons and I need  them (individually) to turn blue on click and red on double click. I've managed to do it with the first one using this code;
    var clicked:Boolean = false;
    bn1.addEventListener(MouseEvent.CLICK, bn1click);
    function bn1click(event:MouseEvent):void {
        clicked = true;
        var newColorTransform:ColorTransform = bn1.transform.colorTransform;
        if(clicked){
        newColorTransform.color = 0x064258;
        bn1.transform.colorTransform = newColorTransform;
    bn1.doubleClickEnabled = true;
    var doubleclicked:Boolean = false;
    bn1.addEventListener(MouseEvent.DOUBLE_CLICK, bn1dclick);
    function bn1dclick(event:MouseEvent):void {
        doubleclicked = true;
        var newColorTransform:ColorTransform = bn1.transform.colorTransform;
        if(clicked){
        newColorTransform.color = 0xac1e23;
        bn1.transform.colorTransform = newColorTransform;
    Now I'm having trouble getting the same to work for the rest of the buttons, they are each named bn2, bn3 etc. They need to work individually and remain blue/red once clicked. I've tried listing them as addEventListener commands but not having a great deal of success!
    Any help would be greatly appreciated, thanks!
    Tomo

    One way to do this is to use arrays to keep track of the buttons and their properties.
    var buttonList:Array = new Array(bn1,bn2,bn3);
    var clickedList:Array = new Array();
    var doubleClickedList:Array = new Array();
    //then use a for loop to assign the functions and properties for each button:
    var thisMany:int = buttonList.length; // this will give you the number of items in the buttonList array
    for(var i:int = 0; i<thisMany; i++) {
         buttonList[i].addEventListener(MouseEvent.CLICK,btnClick); // assign the click function to each button
         buttonList[i].addEventListener(MouseEvent.DOUBLE_CLICK,btnDClick); // assign the double click function
         clickedList.push(false);  // add a false value for each button to this array
         doubleClickedList.push(false);
               buttonList[i].doubleClickEnabled = true; // set the double click property for each button
    function btnClick(event:MouseEvent):void {
              var thisButton:int = buttonList.indexOf(event.target);  // figure out which button was clicked as an item in the array
              clickedList[thisButton] = true;  // change the value in the array
               var newColorTransform:ColorTransform = buttonList[thisButton].transform.colorTransform;
        if(clickedList[thisButton]){
        newColorTransform.color = 0x064258;
        buttonList[thisButton].transform.colorTransform = newColorTransform;
    function btnDClick(event:MouseEvent):void {
              var thisButton:int = buttonList.indexOf(event.target);
              doubleClickedList[thisButton] = true;
        var newColorTransform:ColorTransform = buttonList[thisButton].transform.colorTransform;
        if(doubleClickedList[thisButton]){
        newColorTransform.color = 0xac1e23;
        buttonList[thisButton].transform.colorTransform = newColorTransform;
    Now you can have any number of buttons, just add their instance names to the array at the top.

Maybe you are looking for

  • Multiple Output for PO at once

    Hi Gurus, We have a requirement wherein we need to send one copy of the purchase order to the vendor and the other copy to the user who created the purchase order simulataneously. The output type is the same for both. How can this be achieved? I trie

  • Problem with localizing resources with flex 4

    Hi All, I'm trying to localize files with flex sdk 4 (10485) and all the swf are getting generated however when I try to run the app none of the captions are displayed. Everything was working fine with older release of sdk. I'm not sure if it is rela

  • Deadlock detected during SELECT FOR UPDATE - an application error?

    I have a general question about how Oracle prevents deadlocks from affecting applications: do I need to build support into the application for handling deadlocks when they occur in this particular scenario, or should Oracle handle this for me? I'd li

  • Account user images

    How do I delete and have no image in my account user. I currently have the soccer ball showing up in all email and I tried changing the image with a jpeg file but it will not change it on the email even though it shows changed in the user account. I

  • Can I Set Accounts This Way?

    I have 3 accounts on this iMac...mine (administrator), my wife, and Guest. Is it possible to set things up so that if I, for example, walk away from my Mac for a time, when the computer is awakened from screensaver or sleep mode, it displays the thre