facebook

Combobox

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #346591 Reply

    Uplink1001
    Member

    Hi.
    Is there a way to bring up the combobox automatically once the app has loaded without having the combobox button appearing on screen first.
    see pic?

    Attachments:
    You must be logged in to view attached files.
    #346596

    Code_A
    Member

    Not sure if this is a solution that will work for you or not, but what about setting the image as the startup image and then set your startup screen as the image with the combobox?

    #346598

    Brandon
    Member

    Or use css to hide the combobox until you want to show it. its the .css(‘visibility’, ‘hidden’) or .css(‘visibility’, ‘visible’)

    #346628

    Uplink1001
    Member

    HI.
    App is on my iPhone.
    touch app, app starts to load with splash screen, app screen show once loaded as above pic.
    what i want to do is have the combobox to show with all the chosen option without having to press the combox box as in pic.
    CincyPlanet you said >Or use css to hide the combobox until you want to show it. its the .css(‘visibility’, ‘hidden’) or .css(‘visibility’, ‘visible’)

    if it can be done by this option, am i to look in the actual .css file? have had a look but cant find the visibility?
    That is if that is where i should be looking.???

    Uplink1001

    #346632

    Brandon
    Member

    I think I misunderstood, I thought you wanted to hide it completely. But you want to show the contents of it? Not sure if it would work or not but you could try to set focus on the element…

    $( “#element_id” ).focus();

    #346852

    Hi Uplink1001,

    Not sure how to achieve this. You might consider generating a click event programmatically. We have done that somewhere in the past. It was a pain.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Combobox

You must be logged in to post in the forum log in