Flash buttons and combo box's. Help

Ok! Picture the scene. I have a combo box on the left hand
side of the stage that holds difrent options of color's. And on the
right side of the stage I have ten buttons showing the color's! So
what I want to happen is! A person come's to this page and I want
them to be able to eather select the option with the combo box drop
down or be able to click on one of the color button's on the right
hand side of the stage and it select that color in the combo box. I
need this to happen because I will have lot's of option's
(size,stlye,color,wood color ect..) for the person to look at and
the combo box part will be way down at the bottom of the page.
If any one can help that would be great! Or if you know of
tutriols out there you can point me in that direction! Thank you
all for reading!

In which trigger you try to do this? Have you tried with when_new_block_instance?
Here it works!
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Tamer ([email protected]):
Hello All
I want to populate drop down list dynamically with this procedure. but when i use combo box every thing
working fine. but i change to poplist (that what i want) at first time when populate the poplist working
but when i try to repopulate the poplist i get this error message.
'FRM-41337 Cannot populate the list from record group'
i need to use poplist and repopulated it. how can i fix the problem.
thankx
PROCEDURE populate_lst IS
p_input_query VARCHAR2(500):='SELECT ALL'
| |' SMS_BOM_SECTION.SECTION_ID,'
| |' SMS_BOM_SECTION.SECTION_ID Value'
| |' FROM SMSDEV1.SMS_BOM_SECTION'
| |' ORDER BY SMS_BOM_SECTION.SECTION_ID ASC';
p_list_name VARCHAR2(50):='SMS_BOM_CENTRE.SECTION_ID';
v_rg_id RECORDGROUP;
v_list_id ITEM;
v_rg_name VARCHAR2(20) := 'reg';
v_retval NUMBER := 0;
BEGIN
--Find the list itself
v_list_id := find_item(p_list_name);
IF id_null(v_list_id)THEN
bell;
message('List item '| |p_list_name| |' did not exist');
raise form_trigger_failure;
END IF;
--Find the record group itself
v_rg_id := find_group(v_rg_name);
--Delete the record group if it already exist.
IF NOT id_null(v_rg_id)THEN
delete_group(v_rg_id);
END IF;
--create the record group from query
v_rg_id := create_group_from_query(v_rg_name,p_input_query);
IF id_null(v_rg_id)THEN
bell;
message('Record group could not be created');
raise form_trigger_failure;
END IF;
--Populate record group
v_retval := populate_group(v_rg_id);
--Populate the list if all is well
IF v_retval = 0 THEN
--Populate list
populate_list(v_list_id,v_rg_id);
--Delete record group
delete_group(v_rg_id);
ELSE
--No able to populate record_group
bell;
message('can not populate the record group ');
raise form_trigger_failure;
END IF;
END;<HR></BLOCKQUOTE>
null

Similar Messages

  • Radio Button and combo box in Pdf Report.

    Hi,
    I have to make a PDF report with text box,radio buttons and combo boxes.
    The data in the text box will populate from the data base table.
    Similarly the radion button will enable the particular radio button from  a set of available radion buttons as per the value from the database.
    Same with combo boxes.
    The report putput should come in PDF.
    Thanks

    Hi,
    The report sud be pdf output with details like name of person showing in textbox ,then there will be list of radio buttons out of which particular radio button will be checked  as per the option for that particular person in the database.same with combox with for example A,B,C option from the look up is coming but it will be showing the option as per the name of person.We can take the name of person as the primary key.
    The Problem with input controls is that they can be used to filter the report as radio buttons and combo box but they can't be sown in the report itself.

  • Flash buttons and slideshow don't show [was: Please help]

    hello all and thanks in advance
    ive made my site using dw cs3 and all works perfectly on my hdd when i preveiw in i.e or firefox ,however when i upload the site to my server (justhost)
    the flash buttons and slideshow do not apear !   dont know what i can do to reslove this so any ideas would be great and thanks again for reading
    regards martin
    [Subject line edited by moderator to indicate what the question is about]

    hi again and thanks so much
    the file was there but the script folder it was located in was using a capital letter to start ...doh
    again thank you so much
    regards martin

  • Flash ph mysql combo box

    hey. need some help please. ive managed to get info from a
    mysql database into flash in a combo box. i have a text field and i
    want it to load in the corresponding data when a new title is
    selected in the combo box.
    any body help please?
    Matt

    You use the
    ComboBox.change
    event to respond to the choice. There is a good example at the
    link in the last sentence.
    As far as what you do in the change handler depends on your
    data:
    1. You can download all that data when you download the items
    for the combo box. You can store the values related to the item in
    the combobox in the data parameter. See
    ComboBox.additem.
    For example: comboBoxInstance.addItem({label:label[, data:data]}).
    Then using
    ComboBox.selectedItem
    you can get the data and populate other items in the change event
    handler.
    2. You only have key values stored as data in the combobox
    item. Then in the change handler you go to the server and fetch the
    data selected and then populate the other objects.
    The first way is preferable if the amount of data is
    reasonable because it requires downloading all the needed data for
    all the items all at one time. The second way is necessary if the
    data is excessive to be downloaded all at once.

  • Display data in list and combo box

    hi all....
    how to display data from database in list and combo box? i use MYSQL...
    help me please..... tq...

    1 - Write a query to retrieve the data you want from database
    2 - In a servlet, connect to database, Run the query, scroll through the result set and put the data into a list of Java Objects.
    3 - Set a request/session attribute of that list of objects
    4 - Forward to JSP
    5 - In JSP, create a <select> box, and then use a <c:forEach> loop to generate <option> tags from the list.

  • Captivate 8, knowledge check radio buttons and check boxes not diplaying correctly in HTML5

    Hello. I am working in Cp 8 on a pc (Win 7, 64-bit) and publishing in HTML5, SCORM 2004, 3rd ed. My issue is with knowledge checks. In preview they look fine, but when published, the radio buttons and check boxes are oversized and do not appear as they should. Additionally, the rollover highlight that covers the distracters is skewed and does not cover all the text in cases of long answer choices. When published as a SWF, there are no issues but project requirements are for HTML5 output only. Help?

    Create an XML Schema (XSD) and define that as the default form schema. The form data will conforms to the order of fields defined in the XML schema.
    Hope that helps.
    Nith

  • Step by step process to add Radio Buttons and Check boxes in a view

    Hi,
    Could somone give me the steo by step process for adding the Radio Buttons and Check boxes in a view.
    Regards
    Hrudaya Raju

    https://www.sdn.sap.com/irj/sdn/articles-topic?rid=/webcontent/uuid/7082f9fc-070d-2a10-88a2-a82b12cea93c
    https://www.sdn.sap.com/irj/sdn/webdynpro-elearning
    https://help.sap.com/javadocs/NW04S/current/wd/index.html
    https://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDCheckBox.html
    https://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDCheckBoxGroup.html
    https://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDRadioButtonGroupByIndex.html
    https://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDRadioButtonGroupByKey.html
    Armin

  • Flash videos and menu boxes jump up and down, what would cause this?

    After installing Firefox 4, all flash videos and menu boxes jump up and down. I have removed and reinstalled the flash plug in to no avail. This does not affect the playback, just the border of the video or menu box. Other browsers do not do this. Just wondering why this happens?

    OK, solved the problem...
    I '''''DELETED''''' the file LOCALSTORE.RDF with FF closed. Restarted and everything was back to normal.
    Irv S.

  • Flash buttons and music

    Hello Flashers-
    I bought a flash button template to play an audio file on a
    website I'm working on. Now that I have bought the button, how do I
    get it to play the audio file I want?
    Here is the button set I bought:
    Flash button
    template
    I appreciate any help I can get. Thanks.

    the audio file is an mp3 file. i am trying to put a flash
    'play' button on our html site for a 30 second preview for a song.
    if i can just embed the audio in a swf, then that would be awesome,
    but i'm not sure how to do that. i'm also not familiar with loading
    it externally, so either way i'm ill-equipped to make this work. i
    assume if it is an external file then it needs to be loaded.
    i appreciate any info you can share.

  • Itunes wont allow me to buy a song etc... i click the button and nothing happens? help please

    itunes wont allow me to buy a song etc... i click the button and nothing happens? help please. i can preview songs and click on everything but when i go to buy something it clicks but nothing happens

    I too had this problem after I redeemed two $50 gift cards.  I solved the problem by uninstalling iTunes and reinstalling it.  Give it a try.

  • Is this a known problem - Panel text and combo boxes not repainting completely when scrolling in IE?

    Looking for any insight as to what might be going on.  Would appreciate any info if anyone knows about this or similar problems..
    I have a panel with 18 children - text and combo boxes - that does not repaing correctly in IE when scrolling vertically.  The 18 children do not fit in the panel, so a vertical scroll bar appears.  The scroll works perfectly when i run through FireFox.  But it does not work in IE in this case.  The child controls appear as painted over parts of other controls.
    thx.

    Wow ...  wow...  Magic.  Your last suggestion of removing the wmode attribute worked.  The page looks great.  The scroll works flawlessly where before it mangled the child controls on the page making it look like a hurricane scene.
    The html was originally set with wmode as "opaque".  I tried changing it to "transparent" after your first response, but this made no difference.  What fixed the problem was removing the wmode attribute altogether.
    We've built a rather large application.  Is there anything we need to be aware of, or anything we need to look out for by removing the wmode setting?
    Thanks much.

  • Need help with xml and combo boxes

    Basically what im doing is a ui for a electronic book.
    The book is broken into 3 parts and each part has its own set
    of chapters.
    My xml schema is pasted below.
    And what i would like is to have two comboBoxes .
    The first one would list the names of the parts available,
    ie.. Part I, Part II, Part III.
    the Second one would list the chapters avalable under that
    part. For example, If Part i, is sected then the secodn combo box
    would list chapter 1-5, while if the second part is selected, the
    second combo box would list chapters 6-10.
    Im using flash 8 pro, and the xmlconnector and comboboxes.
    Maybe there is an easier way. PLEASE HALLP! This is driving me
    nuts.
    XML Schema:

    Hi
    I have just done this for another guy in this forum, I can
    send you an example using UI Components - 3 Comboboxes each shows
    the sub-options of its parent, one more than what you want. The
    secret is in the construct of the XML file and how this creates the
    correct Schema for binding.
    Post me an email address and I can send you the files.

  • Push Button , Label and combo box

    Hi Experts,
    Currently facing a problem , please guide.
    I have two push buttons say A and B and one combo box.
    I am using Combo box with source data as filtered row options.
    What I want to accomplish is when push button A is clicked then my combo box should have different souce of data say sheet 1 in excel and when Push button B is clicked then the same combo box should have source data from sheet 2 from the same excel.
    I mean dynamic selection of source data and then destination data by using combo boxed.
    is it possible ?
    Thanks in advance.
    Thanks & Regards,
    Anjna

    Hi,
    Use 2 combo boxs CB1 n CB 2.
    CB1 : source form sheet1
    CB2:Source from sheet 2
    when push button  A is selected  set dynamic visibility such that u get combo box 1
    when push button  B is selected  set dynamic visibility such that u get combo box 2.
    Case 2:
    Insted of using 2 push buttons you can use a radio butoon and select the lables A or B so that these two combo box components dnt appear at once
    Take a radio button component and map lables as A and B
    under behaviour tab: >Insert selected item:>mapp it with a blank cell say Sheet3!$G$4
    if radio button selection is A then set dynamic visibility such that u get combo box 1
    if radio button selection is b then set dynamic visibility such that u get combo box 2
    formula cells:
    take a blak cell say Sheet3!$H$7 and write formula =IF(Sheet3!$G$4="A","",first label of combo box 2)
    take a blak cell say Sheet3!$H$8 and write formula =IF(Sheet3!$G$4="B","",first label of combo box 1)
    Combo box 1 :Behaviour tab-->Selected item :Sheet3!$H$7
    Combo box 1 :Behaviour tab-->Selected item :Sheet3!$H$8
    check if this suits ur req ...
    @Sri
    Edited by: Sri kamesh on Jun 21, 2011 11:00 AM

  • Combo box and Check box..help with code please?

    Here is my problem...i have a list of check boxes and according to which one is checked, i need combo boxes to populate different choices.
    as an easy example im only using 2 check boxes and two combo boxes.
    the check boxes are named Choice 1or2 with export values of 1 and 2
    the Combo Boxes are named List A and List B..
    both containing options that say you checked box 1 and you checked box 2
    any help would be greatly appreciated

    Implode wrote:
    "Help with code please."
    In the future, please use a meaningful subject. Given that you're posting here, it's kind of a given that you're looking for help with the code. The whole point of the subject is to give people a high level idea of what KIND of help with what KIND of code you need, so they can decide if they're interested and qualified to help.
    Exception in thread "main" java.lang.NumberFormatException: For input string: "fgg"
         at java.lang.NumberFormatException.forInputString(Unknown Source)
         at java.lang.Integer.parseInt(Unknown Source)
         at java.lang.Integer.parseInt(Unknown Source)
         at assignment1.Game.Start(Game.java:120)
         at assignment1.RunGame.main(RunGame.java:18)This error message is telling you exactly what's wrong. At line 120 of Game.java, in the Start method (which should start with lowercase "s" to follow conventions, by the way), you're calling Integer.parseInt, but "fgg" is not a valid int.

  • Videos stopped playing... I get a black screen then plays for a few seconds and freezes.  Have downloaded the latest Adobe flash player and it did not help.

    Videos stopped playing correctly.  Now I get a black screen, then a few seconds of video and it freezes.  I downloaded the latest Adobe Flash player
    and it did not change anything.  Thanks for your help. CP

    One of the following steps should help.
    1. System Preferences > Other/ Flash Player > Advanced >  Delete  All
         Press the "Delete All" button
         Install Adobe Flash Player.
        http://get.adobe.com/flashplayer/
        Quit Safari.
        Restart computer. Relaunch Safari.
    2.  Enable Plug-ins
        Safari > Preferences > Security
        Web Content:  > "Enable Plug-ins".
           or
        Internet Plug-ins >  "Allow all other plug-ins
    3. Check  whether you are currently  in  YouTube HTML 5 trial.
         http://www.youtube.com/html5
        At the bottom  left of the page  uncheck the box beside
       "You are currently in the HTML5 trial".
    4. Reset Safari.
        Click Safari in the menu bar.
        From the drop down select "Reset Safari".
        Uncheck the boxes beside all items.
        Check the box beside "Remove all website data".
        Click "Reset".
    5. Turn off Extensions, if any.
        Safari > Preferences > Extensions
         Now try YouTube.
    Best.

Maybe you are looking for

  • How to hightLight selected row in table with version 10.1.3 ADF

    Hi there I am experiencing a difficulty in getting the radio selected table row to be highlighted with 10.1.3 Jdeveloper. i had looked it an example from this blog -- http://adf-rk.blogspot.com/2007/01/adf-oracle-form-like-overflow-in-adf.html it wor

  • Oracle Enterprise Linux 6.1 Installation Fails during Disk Partitioning

    Hi, I've tried to install Oracle Enterprise Linux 6.1 by creating a Virtual Machine using Oracle VM Virtual Box in my laptop with Window XP host OS (NTFS filesystem), by following the below steps. 1) Installed Oracle VM Virtual Box 2) Created a new V

  • Error message when trying to excute jsf examples or my own code

    Hi, Any help would be deeply appreciated. I am trying to run code I've written to test jsf on WSAD and am getting the following runtime error when I deploy to the test environment. I get this error message even when I try to run the examples supplied

  • Some Conversations Not Grouping in Outlook 2010

    I have just purchased outlook 2010 about a month ago and have already noticed that it is very quirky, and I am kind of disappointed in the performance of the program. I am a home user, and I like the functionality of Outlook as I am used to it from w

  • How to color it ?

    Hello everybody, I am just new learner about Java programming. Could anybody help me this: I want to make two different colors for statements System.out.println("What is your name?"); String answer = keyboard.readLine(); // assume i type "My name is