facebook

Image on 2.1

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

    alexciko
    Member

    Hi,

    with 2.1 version i have these problems

    a) the image and text on the menu are hide in runtime
    b) the first image position is wrong (I use .hide() and .show() )

    with the 2.0 version is all ok

    bye

    Alex

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

    alexciko
    Member

    Hi octavio & wayne,
    I want to know if you have news on the 2 errors that I pointed out before the release of version 2.1, I included an example that brings together the two situations. I’ll provide an update of the app as soon as possible and I would not want to downgrade version.

    thanks

    Alex

    #329355 Reply

    Hi alexciko,

    Please see this my reply on this post about the $.hide/$.show functions:

    http://www.genuitec.com/support-genuitec/viewtopic.php?p=9427#p9427

    In your case, We’d suggest to use:

    $('#elementID').css('visibility', 'hidden');

    and

    $('#elementID').css('visibility', 'visible');
    #329358 Reply

    alexciko
    Member

    thanks for the reply, the second problem was solved. I can not render images and text on the buttons at the bottom (panel1). have any ideas, should not be visible by default as of version 2.0?

    Thank you

    Alex

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Image on 2.1

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