Android Adobe DPS viewer. HTML form dropdown menu closes everytime the viewer navigation pops up.

I have a web content page which contains a form dropdown menu: <select><option></option></select> ... and so on. I use this as a small filter to narrow a result.
When I tap the screen, this dropdown menu is shown and works correctly on an iPad. As a side effect the navigation from the Adobe DPS viewer is also shown although this doesn't interfere with the dropdown menu in the HTML. Both are shown.
On an Android tablet, the html dropdown menu is shown for a fraction of a second until the Adobe DPS viewer navigation pops up. The HTML dropdown menu just won't stay visible.
My question: How can I solve this? How can I make the HTML dropdown visible on an Android tablet? Or how can I prevent the DPS viewer navigation from showing?
Thanks

This phenomenon does not happen on a Samsung Galaxy Tab 2. While not showing the dropdown menu as on an iPad it shows it as a scrollable menu at the bottom.

Similar Messages

  • Html forms dropdown menu

    I have a access database that has states and cities in it. My
    cusomters fill out a html form that emails to me but I want to put
    the cities and states into a dropdown menu. What I want is when
    they slect the state on the second menu the cities in that state
    are the only ones appear. That way we don't have a few thousand
    cities show up to select.
    How do i make one menu work off another using asp.net?
    Thanks!

    Search the web for "cascading dropdown asp.net"

  • Is there dvd software out there that allows you to create a dvd menu in which the viewer can choose to play different sequences of the videos offered?

    Is there dvd software out there that allows you to create a dvd menu in which the viewer can choose to play different sequences of the videos offered? It was described to me as a dvd matrix menu but I can't find anything like it for mac. The idea is that there are multiple videos on the dvd menu and you can choose to play "video A, then B, then C" or "video B, then C, then A", etc, in different orders each time. And it would play the sequence that you choose.

    meghanica wrote:
    I think that's on the right track but I'm wanting something that allows the viewer to choose the sequence when they're looking at the DVD menu. I only see how the creator of the DVD can make different sequences. It's a yoga tutorial DVD and we are wanting the viewer to be able to pick a sequence from the menu items as such: pick one of the 3 warm-up videos, then pick one of the 2 yoga practices and then pick 1 of the 3 cool-down videos and then the dvd will play the sequence of selected warm up, practice, then cool down. And it can be differently chosen every time the viewer uses the menu.
    You can do this on a DVD with DVD Studio Pro.
    DVD's have some very basic storage called SPRM/GPRM scripting IIRC.
    There are a few tutorials around for DVDSP…
    http://www.kenstone.net/fcp_homepage/dvd_language_nattress.html
    http://www.digitalproducer.com/article/DVD-Studio-Pro-Scripting-Part-4-28784
    You use scripts to set values that are stored in a tiny amount of memory on the player & then have to use additional scripts to respond to the values set, so that at the end of a sequence it will jump to the one a user previously chosen.
    Some things to consider…
    DVD's have limits on the number of chapters & titles, you need to plan around that.
    Some DVD players are terrible to navigate, the settings that a user selects will be forgotten when the player is powered off. Users will need to make the choices over & over, every time they use the DVD (computers may remember it - I haven't tested this in years).
    You will also need to setup many variations of menus to be able to indicate what selections they chose.
    It is not a trivial task, you may want to hire a programmer to set it all up.
    Testing is also a lot of work - too many combinations can quickly cause issues for testing, different players can also do odd things too.
    I have used scripting for basic, 'play all' or 'play chapter' menus where the video is encoded once on the DVD & the scripts will either play through, or simply play a chapter & return to the same menu.
    You may find that it would be better to invest in setting up a website with this. On a custom site it would be possible for users to save a playlist or several, they can also share playlists etc, it would be more flexible & usable IMO.
    See roaring apps for info on others who have used DVD Studio Pro with various OS's…
    http://roaringapps.com/app/dvd-studio-pro …it looks like 10.8 may be the last OS to work correctly with DVDSP.
    Other DVD authoring apps may be able to do GPRM scripting too, but you will have to search for them.
    I think the registers are part of the DVD spec, so devices should support them, https://en.wikipedia.org/wiki/DVD-Video

  • HT2506 How do I drag an image around in the view, once it's magnified larger than the viewing area? I can imagine a simple "hand" tool like in Adobe PDF Reader doing this, but it's oddly missing in this application, quite a shame.

    How do I drag an image around in the view, once it's magnified larger than the viewing area? I can imagine a simple "hand" tool like in Adobe PDF Reader doing this, but it's oddly missing in this application, quite a shame.

    @Csound1 how is my mac relevant? I'm talking about software not hardware.
    @Kurt Lang sorry, I composed the message when looking at "Preview" application help on this site, the fact that it missed the context here, is another issue I have with Apple's "famous" UI/UX design...
    So for the record, I'm talking about the "Preview" app that comes bundles with Max OSX.

  • 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>

  • Cannot view HTML form input entry in Firefox.

    I have a basic html form embedded in a Wordpress footer widget to collect email addresses and I can place the cursor in the input field (there is only one input field) but I cannot see what I'm typing. If I enter an invalid email address (without being able to see what I'm typing) and hit the submit button I can see on the error page (since a valid email address is required) what I originally typed. The URL is askdrkyle.com and the form is on the left hand side of the footer.
    I do not have this problem in any other browser.
    Thanks!

    I figured it out. I had adjusted the height of the input element to a height that did not work well with the padding. Once I removed the height style and adjusted the padding I got the size I wanted and can see the text as it should be.
    Thanks for your help forgottengods!

  • Dynamic creation of Dropdown by Index in the view

    Hi,
    Please help me how to create Dropdown by Index dynamically.
    The scenario is in a view, part of view is Static and other part is Dynamic.
    Dynamic part display depends on entry  selected from Static part of the view.
    I am using method WDDOMODIFYVIEW to implement this. I could successfully generate Group, Caption, TextView view
    element dynamically but with Dropdown by Index, I am getting runtime error.
    New Dropdown by Index will belong to Dyanmically generated Group in 'ROOTELEMENTCONTAINER' and new Context node will be created in CONTEXT for Dynamic Dropdown by Index .
    Thanks, in advance ,for your help.

    Thanks Amit and Lekha for your replies.
    I tried the code but still I am getting the same error.
      lr_rootnode_info = wd_context->get_node_info( ).
      lr_rootnode_info = lr_rootnode_info->get_child_node( 'ADD_DATA' ).
      call method lr_rootnode_info->add_new_child_node( exporting name = lv_node_name                                                                    is_mandatory = abap_false
                                                                  is_multiple = abap_true
                                                                  is_multiple_selection = abap_true
                                                                  is_singleton = abap_false
                                                                  is_initialize_lead_selection = abap_true
                                                                  is_static = abap_false
                                                        receiving child_node_info = lr_rootnode_info ).
    ****----------------Get instance of new node
      concatenate 'ADD_DATA.' lv_node_name INTO lv_child_node.
      lr_dyn_node = wd_context->get_child_node( name = lv_child_node ).
    ***----------------Prepare properties of attribute and add to context node
    *data:lo_nd_add_data type ref to if_wd_context_node,
    *     lo_nd_lv_node_name type ref to  if_wd_context_node,
    *     lo_el_lv_node_name type ref to  if_wd_context_element.
    *lo_nd_add_data = wd_context->get_child_node( name = wd_this->wdctx_add_data ).
    *lo_nd_lv_node_name = lo_nd_add_data->get_child_node( name = lv_node_name ).
    *lo_el_lv_node_name = lo_nd_lv_node_name->get_element(  ).
      concatenate is_char-descr_char 'ID' into lv_attname.
      translate lv_attname to upper case.
      condense lv_attname no-gaps.
      lr_attribute-name = lv_attname.
      lr_attribute-type_name = 'STRING'.
      lr_attribute-value_help_mode = '0'.
      lr_rootnode_info->add_attribute( exporting attribute_info = lr_attribute ).
      lr_element = lr_dyn_node->create_element( ).
      lr_dyn_node->bind_element( new_item = lr_element
                                 set_initial_elements = abap_true ).
      concatenate lv_node_name '.' lv_attname into   lv_bindtext.
      lr_ddbyidx = CL_WD_DROPDOWN_BY_IDX=>NEW_DROPDOWN_BY_IDX( id = iv_name
                                                    view = ir_view
                                                    label_for = iv_textviewid
                                                    bind_texts = lv_bindtext ).
      lr_row_grid_data = cl_wd_grid_data=>new_grid_data( element = lr_ddbyidx ).
    *******To set the TextView to the Group_2
      lr_group2->add_child( lr_ddbyidx ).
    Please help.
    Thanks.
    Edited by: Trupti Kallurwar on Oct 26, 2009 9:14 PM

  • In Firefox 4 the dropdown menu next to the forward button in the Navigation Toolbar that allowed the user to select another page in the history to go back to is gone. Why?

    In Firefox 3, the user could access a dropdown menu by hovering over a small black arrow next to the forward arrow in the Navigation Toolbar. This allowed the user to go to earlier pages in the browser history, rather than using the back button to go to the immediate previous page.
    After updating to Firefox 4, this menu disappeared. Was it moved? Was it removed?
    I found this feature to be very useful. Why was it changed?
    Nick

    There are two ways to get this: (1) Hold the back button until the menu appears (2) Right click the back button. See the screenshot below for reference.

  • SpryMenuBar IE Problem - Menu closes when the cursor is in between the text

    http://www.blassdesign.com/temp/test.html
    In firefox, it works like it is supposed to.
    In IE, however, (as always) it messes it up. When you put
    your cursor in between the words, the menu closes. While this isn't
    catastrophic, the company that I am designing this for will
    potentially have many clients who are very computer illiterate and
    this may really confuse and frustrate them...and they will probably
    be the users who have IE6.
    The default spry menu bar doesn't seem to have this problem
    at all. I compared the stylesheets and I can't find out why this is
    happening.
    I also tried removing the class that I made for the submenu
    items, ul.MenuBarHorizontal a.MenuBarItemSubmenu2 and it didn't
    change anything so I don't think the problem is there.
    Any ideas anyone?
    Thanks in advance...

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • I now get a blank (white) screen in the Viewer.  Can still drop video from the viewer into the canvas, but don't see it in the viewer.  Please help!

    It doesn't seem to matter what project I'm working on... the picture in the viewer is gone.  All I see is a blank (white) screen.  If I put the cursor over the viewer and drag to the timeline, the clip will appear on the time line (and in the canvas) but I don't see it in the viewer.  I usually edit my clips in the viewer and not on the canvas.  Can anyone explain why this might be happening and how I might fix.  I'm suspecting I must have messed up one of the settings but I'll be darned if I can figure out which one or how to fix.  Please help!

    David.  Thank you very much.   The problem was not with the canvas but rather the Viewer.  But the solution was the same.  Somehow, the Viewer window was re-set to Alpha.  I changed it back to RGB.... and the picture is back.   These issues are often very simple.... but they can drive you bats if you don't know the answer.   Very grateful.  Tim

  • If DBMS_LOB is include in a view I can't grant select on the view

    I have a view which includes a column that uses DBMS_LOB.SUBSTR( MyLob, 4000, 1 )....
    The view works for the owner. When I attempt to grant select on it I get
    grant select on MyView
    ERROR at line 1:
    ORA-01720: grant option does not exist for 'SYS.DBMS_LOB'

    What am I missing here... Is there a conceptual flaw in my reasoning or is there a permission problem with including a LOB in a view ?
    When the view is in my account, everything is fine. I try to grant select on an object I own and I get...
    ORA-01720: grant option does not exist for 'SYS.DBMS_LOB'
    It seems to underline that the implementation of LOBS is somewhat different than other data types. If I store the LOB inline, I probably would be OK if the data is less than 4000, but I would not use a LOB in that case.

  • Dropdown menu buttons Edit and View not working in CC

    All other buttons working as normal but Edit and View highlight/pop but no menu drops down.
    Annoying, or what?!
    Thanks for any help

    Try shutting everything down and re-start your computer.
    If still no joy, try Deleting Corrupted Cache in DW
    http://forums.adobe.com/thread/494811
    If that doesn't help, try Restore Preferences
    http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    Nancy O.

  • PS HTML Panel dropdown menu issue

    copy from http://forums.adobe.com/message/4897323
    Hello,
    I have made a panel using Configurator which only contain a HTML loader, and now I'm in the process of creating my UI in HTML.
    I need to reference all the shots of a production in a dropdown (combo) item. I have been using a <select></select> tag to do so. It does display correctly, but it's mostly unusable. If I click on it it will show the list but if I roll the mouse on the list (so rollout of the combobox) the list disappear.
    The only way I can use the combo, is to right click on it to get the focus, and then use the arrow keys to go through all of them. This is not really the best experience. Any idea on how to solve this ?
    cheers,
    F.
    Anyone would have a clue on how to proceed.

    This is a bug of Flex HTML widget. Third part bug for Configurator, and Configurator can do nothing to fix it. If combox is necessary for you, you can create a combox with JS and <div>, rather than using <select></select>.

  • How to fix/ freeze content of an lightbox in Adobe Muse? I got an HTML form in it and everytime sb. fill it from a mobile device it jumps to the top.

    Question below. Thanks in advance!

    Or you could include a width to your body style:
    body {
    background-image: url(Logo/sky1.jpg);
    background-position: center center;
    background-attachment: fixed;
    width: 75%;}
    It might work or not depending on your other color scheme.

  • Different font in dropdown menu than on the rest of the page

    Unfortunately, I can't direct you to the site, as it's work-related and password protected, but the problem is that I'm getting a much larger font in the dropdown menus on the site, than the rest of the page, so I'm not able to see all the choices in the dropdown. Fwiw, looks ok in IE8, and I don't see the problem on any other sites. Any guesses at a setting or something I might be able to try?
    Thanks!

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

Maybe you are looking for

  • Multiple Copys Of The Same Movie.

    I have 2 copys of the same movie on my ipod touch, One working and one not. i can delete the working copy of the movie but not the broken one. does anyone know how to fix this?

  • HT1338 How can I format my hard drive without installation disk?

    Guys I am using Mac with OS X 10.6.5. How can I format hard drive without the installation disk? I don't have a installation disk can I buy one? where?

  • Can't import CDs into iTunes

    This is a repeat of a problem that I reported back in Oct, but never got any solution. When I first installed iTunes on this computer I was able to copy a CD into iTunes with no problem. Since that time I haven't been able to copy another CD. I unins

  • OpenGL and GLX on Solaris Intel

    Can OpenGL and GLX be added to Solaris Intel without having to use Xfree86? I have built the Mesa libraries but still need the GLX extensions. Does any one know of an easy solution?

  • JButton disappear after minimizing the window

    Hello, I am working on a project where user can create JButton dynamically using drag-and-drop. Now the issue is that when I minimize the window and then maximize it, the dynamically created JButton disappear whereas the static ones remain as it is.