Interactivity with dropdown menu

Hi,
I need dropdown menu for my project. I know Captivate is
giving dropdown menu if i use project>Skin but its skin is not
matching with my project interface also it is not letting me to
customized it.
If i make the dropdown menu in flash and import the .swf in
captivate, is it possible to give interactivity to flash
dropdownmenu to the captivate slides and if yes how to do it?

Hello pocketPc
In most cases you would create this the same way that you
would any other kind of interactive simulation.
You start by capturing your screens using either the training
simulation or assessment simulation recording mode. Captivate would
then add click boxes to the dropdown menu and radio button when you
click on these items in the application you are capturing your
screens from.
That way once you finish your screen capture session you
would end up with a slide that shows for example the radio button
in its default state and another slide with the radio button
selected. Same goes for the dropdown menu.
If this isn't what you require then please provide us with
some more details so that you can advise you better.
Regards,
Mark

Similar Messages

  • Button with dropdown menu

    Hi,
    i am new at apex and i try to create a button with dropdown menu. any help? i dont want to use plugin but create a new one... i know that i need jquery and i have tha basic knowledge.
    thanks,
    Adven

    Hi,
    You could try to create a list with as template Pull Down Menu.
    Make sure that you create parent-child relations to get the pull down menu options.
    It also depends on the theme you pick up.
    Hope it works for u
    Sunil Bhatia

  • Android – html with dropdown menu not working

    hi everybody,
    I'm creating a digital pubblication fo android and I'm testing it on an Asus tablet.
    I just have a big html widget showing a local web application. Everything works except a simple dropdown menu: when I tap on the button that should open the dropdown items, the button highlights itself, but the options don't appear.
    this the HTML code:
      Size:   4
    4,5
    5
    5,5
    6
    6,5
    7
    7,5
    8
    8,5
    9
    9,5
    10
    10,5
    11
    11,5
    12
    12,5
    13
    13,5   
    I'm sure it worked on a Samsung tablet (within the DPS app), and it works on the Asus if I access to the application via browser.
    it only doesn't work when loading it within the DPS app on the Asus device. is the tablet brand the problem?
    my android version is: 4.2.2.
    anybody can help me, please?
    thank you very much.

    it works with the native android viewer!
    but with this there's another problema (that the legacy one doesn't have): I have a simple form and the last text field appears beneath the keyboard.
    with the legacy viewer each time I move the focus from a textfield to the next one, the text field moves upwards to be visible (and not hidden by the keyboard).
    this is the code for the form:
    <div data-role="fieldcontain" class="text-field">
      <label for="firstname">Nome:</label>
      <input type="text" name="firstname" value="" placeholder="" class="required" id="firstname" />
      </div>
      <div data-role="fieldcontain" class="text-field">
      <label for="surname">Cognome:</label>
      <input type="text" name="surname" value="" placeholder="" class="required" id="surname" />
      </div>
      <div data-role="fieldcontain" class="text-field">
      <label for="surname">Indirizzo:</label>
      <input type="text" name="address" value="" placeholder="" id="address" class="required"/>
      </div>
      <div data-role="fieldcontain" class="text-field">
      <label for="email">Email:</label>
      <input type="email" name="email" value="" placeholder="" class="required" id="email"  title="Your error message" />
      <div class='error_message'></div>
      </div>
      <div data-role="fieldcontain" class="text-field note">
      <label for="message">Note :</label>
      <textarea name="message" id="message" placeholder="" ></textarea>
      </div>
      <div data-role="fieldcontain" class="text-field mail">
      <label for="email_shop">Email negozio:</label>
      <input type="email" name="email_shop" value="" placeholder="" class="required" id="email_shop"  />
      </div>

  • Z-index question with dropdown menu and swf file

    I am currently using All Web Menus for the navigation of my
    site. I want to switch to Pop Menu Magic. The All Web Menu works
    fine with the swf file I have underneath it on my page but when I
    put in the pop menu magic the dropdown part goes behind the swf
    file. The z-index is still the same. Is there something else I
    should be looking at?
    Thanks for any help.

    see if this helps:
    http://www.projectseven.com/support/answers.asp?id=127
    andrea_msc wrote:
    > I am currently using All Web Menus for the navigation of
    my site. I want to
    > switch to Pop Menu Magic. The All Web Menu works fine
    with the swf file I have
    > underneath it on my page but when I put in the pop menu
    magic the dropdown part
    > goes behind the swf file. The z-index is still the same.
    Is there something
    > else I should be looking at?
    >
    > Thanks for any help.
    >

  • Horizontal Navigation with Dropdown Menu

    Hello!
    I am trying to put together a site with Horizontal navigation with items in the dropdown. I built my plan with main pages and child pages, and added my horizontal navigation on the Master page, but when I go to preview, I don't see any of my dropdown (child) pages. Is there any way to fix this? (I've attached a screenshot, hopefully this will help clarify)......

    Hello,
    Please click on the tiny white Arrow in the blue circle which comes up at the top right of the Menu. And there change the Menu type from Top Level pages to All pages.
    Note : Child pages on the same level in Plan view are listed vertically in a Horizontal Menu.
    Regards,
    Sachin

  • Help with dropdown menu

    This is the code for the select menu. It all work okay. The
    problem is that I need to determine the selection value later in an
    if statement so I can change code based on the selection. No matter
    what sytax I use to reference the selection box, I get an error:
    Expected Then. Please someone help!!
    <select name="id<% = rs("ProductId")%>selectcolor"
    id="selectcolor" onChange="colorchoice">
    <%
    While (NOT rscolors.EOF)
    %>
    <% if Left(Request.Querystring("maingroup"), 1)= "A"
    then%>
    <option
    value="<%=(rscolors.Fields.Item("ColorSuffix").Value)%>"
    selected><%=(rscolors.Fields.Item("Color").Value)%></option>
    <%elseIF rscolors("ColorSuffix") < 49 Then%>
    <option
    value="<%=(rscolors.Fields.Item("ColorSuffix").Value)%>"><%=(rscolors.Fields.Item("Color" ).Value)%></option>
    <%else%>
    <%end if %>
    <% rscolors.MoveNext()%>
    <%Wend
    </select>

    With using straight code you will not be able to determine
    the selected
    value of a dropdown until the form is processed. However you
    may be able to
    get a client side javascript that will grab the values as the
    dropdown
    changes.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "Reannon" <[email protected]> wrote in
    message
    news:et9k0d$cfg$[email protected]..
    > This is the code for the select menu. It all work okay.
    The problem is
    > that I
    > need to determine the selection value later in an if
    statement so I can
    > change
    > code based on the selection. No matter what sytax I use
    to reference the
    > selection box, I get an error: Expected Then. Please
    someone help!!
    >
    > <select name="id<% =
    rs("ProductId")%>selectcolor" id="selectcolor"
    > onChange="colorchoice">
    > <%
    > While (NOT rscolors.EOF)
    > %>
    > <% if Left(Request.Querystring("maingroup"), 1)= "A"
    then%>
    > <option
    value="<%=(rscolors.Fields.Item("ColorSuffix").Value)%>"
    >
    selected><%=(rscolors.Fields.Item("Color").Value)%></option>
    > <%elseIF rscolors("ColorSuffix") < 49 Then%>
    > <option
    >
    value="<%=(rscolors.Fields.Item("ColorSuffix").Value)%>"><%=(rscolors.Fields.Ite
    > m("Color").Value)%></option>
    > <%else%>
    > <%end if %>
    > <% rscolors.MoveNext()%>
    >
    > <%Wend
    > </select>
    >

  • Browser Crash Interacting With Spry Menu

    I created a simple site for our company with a spry
    horizontal menu. It works fine when I view it with my machine or
    from home. But some people here at work and some customers report
    their browser crashing when they use the menu.
    Our Site Link
    I have had reports of it not working woth mozilla and safari
    as well... please help...

    I've never used Spry, so take this with a huge grain of salt.. looking at your html, I am kinda wondering how come the 2nd level of the nested list items making up your submenu items arent assigned a different css style - and therefore is your css file setup to handle this change in orientation properly..
    You got a class=MenuBarSubItem" on your Championship History, but theres nothing in your html (other than the nested ul within #Menubar1) to indicate that Heavyweight, Cruiserweight, etc. are 2nd Level MenuItems which should be using a different css style.. therefore it would be up to your CSS to handle this change in how these 2nd level sub menu items gets displayed.. looks like this isn't happening for MSIE, as MSIE keeps floating your 2nd level/submenu items horizontally instead of stringing them up vertically.. You may be missing a style rule in your css, but how come FF gets it right?
    If I were to recreate this menu myself, I would assign a new css class to make sure my submenu items dont end up floated next to each other.. But then again, i have no clue about Spry, so I might just be rambling nonsense here...

  • Issue with dropdown menu on Custom List Form

    Hello everyone,
    Recently I created a custom list with a few lookup columns in it. When I open the form in Internet Explorer 9 or 10, the dropdowns pertaining to the lookup columns are extremently wide, even though each dropdown only contains 2 characters. However,
    if I open the form in Google Chome, and Firefox, the dropdowns are displayed properly.
    IE 9 Dropdown:
    Chrome Dropdown:
    If anybody has run into this issue and can point me in the right diretion, I will appreciate it. Thank you
    Fausto Capellan, Jr - SharePoint Admin

    Hi Fausto,
    According to your description, my understanding is that the drop-down list boxes of the lookup column became wide when using IE 9 or 10.
    Did you customize the list form in InfoPath?
    Per my test, the width of the drop-down list boxes can be customized in InfoPath.
    I tested in my environment, and the lookup column worked fine in IE 9 or 10.
    I recommend to add the SharePoint site to Compatibility View in IE to see if the issue still occurs.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Help with dropdown menu in JCombo box,Pleaseeeeeee

    Hi,
    I posted earlier but I`II try again. Someone must know how to do this. I have a JComboBox and I want the drop down menu to be a bit wider then the comboBox.
    I tried using this method
    public void setPreferredSize()
              Dimension d = jcbo.getPreferredSize(d);
              jcbo.setPreferredSize(new Dimension(20, d.height));
              jcbo.setPopupWidth(d.width);
    but I recieved a couldn`t resolve symbol error for the last line.
    I imported these into the program]
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    Is there something else I should of imported as well to make this work, or is it another problem all together.Any help would be greatly appreciated.

    Hi , What I want to do is have the dropmenu a bit wider then the comboBox. Here is my code.Please excuse any odd ball mistakes, At this point I have been trying anything.This is an exercise that I have to do fo a java assignment, Hence the weird GUI. In the example pic they gave me.It shows the dropmenu a bit wider than the comboBox, I am sure they through this in to screw with my brain, I have put comment tags Around the stuff I tried to use. Any help with this would be greatly appreciated.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    //import javax.swing.plaf.basic.*;
    public class Exercise9_3 extends JFrame implements ActionListener
         private JTextField nameField;
         private JTextArea nameArea;
         private JButton storeButton;
         private JComboBox jcbo;
         private JPopupMenu popup;
         protected int popupWidth;
         String newline = "\n";
         public Exercise9_3()
              createComponets();
              addComponets();
              setTitle("Exercise9_3");
         private void createComponets ()
              nameField = new JTextField(19);
              nameArea = new JTextArea(10, 15);
              storeButton = new JButton("Store");
              storeButton.addActionListener(this);
              jcbo = new JComboBox();
              jcbo.addActionListener(this);
         /*8public void setPreferredSize()
              Dimension d = jcbo.getPreferredSize(d);
              //jcbo.setPreferredSize(new Dimension(20, d.height));
              //jcbo.setPopupWidth(d.width);
         private void addComponets()
              JPanel p1 = new JPanel();
              p1.setLayout (new FlowLayout());
              p1.add(nameField);
              p1.add(nameArea);
              p1.add(jcbo);
              JPanel p2 = new JPanel();
              p2.setLayout (new FlowLayout());
              p2.add (storeButton);
              getContentPane().setLayout(new BorderLayout());
              getContentPane().add(p1, BorderLayout.CENTER);
              getContentPane().add(p2, BorderLayout.SOUTH);
         public void actionPerformed(ActionEvent e)
              if(e.getSource() == storeButton)
                   String s = nameField.getText();
                   jcbo.addItem(s);
                   jcbo.setSelectedItem(s);
                   String textArea = s ;
                   String text = nameField.getText();
                   nameArea.append(text + newline);
         nameField.selectAll();
         nameField.setText("");
         nameField.requestFocus();
              if (e.getSource() == jcbo)
    /**retrieve the input as a string*/
    String selectedName = (String)jcbo.getSelectedItem();
    /**set the name that was selected from the ComboBox and add it to textfield*/
    nameField.setText(selectedName);
         public static void main(String [] args)
              Exercise9_3 frame = new Exercise9_3();
              frame.setDefaultCloseOperation(EXIT_ON_CLOSE);
              frame.pack();
              frame.setVisible(true);
              Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
              int screenWidth = screenSize.width;
              int screenHeight = screenSize.height;
              // Get dimension of the frame
              Dimension frameSize = frame.getSize();
              int x = (screenWidth - frameSize.width)/2;
              int y = (screenHeight- frameSize.height)/2;
         frame.setLocation(x,y);

  • In FF 23.0, Bookmarks (with dropdown menu) does not stick.

    Why would mozilla peeps would make this very useful button disappear? In what way it helps the users? It looks like their Vista moment.
    For now, I have re-installed FF 22.0 version. Hope they fix this bug soon.

    Add code to the userChrome.css file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #bookmarks-menu-button { display: -moz-box !important; }</nowiki></pre>

  • Interactive website demonstration with rollover menu

    Hello,
    I have a problem that is really bugging me - hopefully someone here has some advice to offer
    I have been asked to produce an interactive demonstration of a website with a menu structure similar to this one:
    http://www.arsenal.com/home
    The user can move the mouse over some of the menu options to bring down a submenu - sometimes, that submenu even has a submenu of its own when moused over. For reference, take a look at the arsenal web page, move the mouse over the 'first team' menu option, and then over the 'players' submenu option.
    Here is how the project is planned to be done: The user starts at the home page, and is free to move around the website to learn about its functions, by using the top menu. When clicking on a menu option, the user is taken to the corresponding slide/project.
    My problem is that I am unable to get this menu to work as it should in the project, i.e. dropping down when mousing over and allowing the user to click on the submenu options, and allowing for a second submenu to appear when mousing over a submenu option.
    I have tried using rollover slidelets and images, but the 'rollover area' placed over the menu option prevents the user from moving down to the submenu without having it disappear.
    Any thoughts on how to solve this menu issue? I am using Captivate 5.5 on Windows 7.
    /Oswald

    Hello,
    If the menu structure is as complicated as what I see in the example, really you need another application. IMO this was created in Dreamweaver, where you have the dropdown menus available right away. It can also be realized in Flash, but this is not something Captivate was designed to achieve, really.
    I have been trying to simulate such a behavior using Text Captions with click boxes to have the hyperlinks and using Effects to slide in/out. But you have to tweak the effects-XML to achieve this. Just trying to offer you the correct advice, even though I try always to push Captivate as far as possible: for the menus you need a real webdesign application, not a rapid authoring tool like CP.
    Lilybiri

  • How to create a dropdown menu with sub buttons that link back to the labels on click.

    im trying to create a dropdown menu buttons that when you rollover to the top central button the button it opens up like a drop down menu would containg two other subsectional buttons. This makes the sub sectional buttons seperate from the main stage making it difficult to simply give them a on click,  sym.play("label") function.
    the buttons work like this in symbols or sections stage/panel/homebutton inside home button is group dev containg another group dev containg the button which I need to link back to a "label" in the /panel/ symbol or section. Thank you very much.

    pdp_1 wrote:
    Hi!
    I would like to create a DVD menu that offers two languages. So the first page gives two options: Language 1 and Language 2. Then depending on which language you choose, you go to a menu that proposes different videos and a photo slideshow.
    Regardless on which language button you click on initially, you get the same content but in different languages.
    I've been looking at Premiere's templates, which I can certainly customize, but I really don't see how to create the double menu. Does anybody have an idea?
    Put the video with the first language on the timeline followed by the video with the second language.  Use chapter markers so you can have each video as a chapter in the menu.
    I use Premiere Pro, so I can't give more specific directions. Perhaps somebody like ATR will chime in.
    Also, I have another question: can I put videos from different projects in the same DVD with Premiere or must all of the videos that go into the DVD be in the same project?
    Thank you very much!!!
    pdp1
    They must be in the same project.

  • I am having problems interacting with Microsoft Office programs since the last update:cannot create a pdf through the 'print' menu in exel and both Word and Exel docs sent in Mac Mail end up being received as .dat files.

    I am having problems interacting with Microsoft Office programs since the last update:cannot create a pdf through the 'print' menu in exel and both Word and Exel docs sent in Mac Mail end up being received as .dat files.
    Both these situations have cropped up on my MacBook Pro since the last update.
    Thanks for your help.
    Cheers
    Bob

    The 'Winmail.dat' problem has been extensively covered in these forums, I would search for that (a Google search works well) and unfortunately I have not seen the pdf print problem before, but assuming the software is current and functions normally (other than the pdf print problem) I have no suggestion other than the obvious (but time consuming) re-installation of Office.
    I wish I had more

  • Crystal reports with static list parameter : blank dropdown menu

    Hi,
    I've created a very simple report displaying customer order (ordr and rdr1)
    it has :
    parameter DocKey@  used in the selection formula    DocKey@=DocEntry
    It also has another parameter : static list with 2 entries
          - 1 : normal presentation
          -  2 : proforma presentation
    The user has to choose between option 1 or 2 before displaying the report
    Using the report in the Crystal application is OK : i can choose between option 1 and 2 in a dropdown list
    If i use the Addin Menu // preview in SAP : i can choose in the dropdown menu
    If i import my report in SAP and i try to preview it : the dropdown menu is empty and i cannot select anything
    Anyone has the same problem ?
    I use SAp SBO 8.8 pl 00 hotfix 14
    I 've the same report worrking on a sap sbo 8.8 sp 00 pl 11
    thanks for your help

    Hi and thanks for your help
    I've tried with and without default values : no changes
    I've tested with the last pl (18) and it works fine : no blank dropdown menu , i can select a value for my static parameter !
    Edited by: Antoine TESSIER on Jan 6, 2011 11:47 AM

  • IE 7 - CSS Issues with Spry dropdown Menu *HELP*

    I am using a spry horizontal dropdown menu generated in DW. The menus look consistant in all other browsers except ie7 -  When the drop down menu occurs they all appear to the right and not directly under its menu item.. Looked around in the Css and i cant seem to find the right rule to make the change in ie7 only... was planning on using a css conditional statement to shift them left.. But im not having any luck.. HELP!
    Thanks so much in advance!

    Sorry.. Here is the link.. Thanks so much for your willingness to help!
    http://soldesign.us/_working/WEBSITE_BoulderPlasticSurgery/index.html

Maybe you are looking for