facebook

Progress/loading bar

💡
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 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • #333103

    skip8it
    Member

    It doesnt seem to work,, or at least not on the test center ?

    #333104

    skip8it
    Member

    I looke for examples online and on genuitec,, I was unsuccessful,, any suggestions

    #333106

    Max87
    Member

    can you attach your _custom.js or whole project(as zip)? I’ll take a look at it why is that dialog not working for you

    #333108

    skip8it
    Member

    ok here it is.. thank you

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

    Max87
    Member

    Ok, first thing you had wrong, is that you have to write custom js code after phoneui.documentReadyHandler function, not in the postPageTransition.
    DocumentReady is handler for document being fully loaded(or similar to that 🙂 ), basically code in that function is called in the first place.
    I write some code, please try it and let me know if it’s working for you.
    Also, you can check this help page on genuitec: http://www.genuitec.com/mobile/resources.html
    where is everything about Mobione described.

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

    skip8it
    Member

    thank you it worked,, however it showed during the app loading,, I wanted it to show when i pushed a button and it transitions to another page, which is a url.. and it takes forever for that url to load.

    #333114

    Max87
    Member

    I don’t know if your scenario will work – transfer between mobione screens with Loading dialog showed is easy, but I don’t know what happens if you want to go to another page(f.e. http://www.google.com).
    If you want transfer between screens, set up your design and for your button set onclick action to Run javascript and in next dialog type some name of the function(f.e transfer();). Semicolon after name is important, don’t forget.
    Then, in _cusom.js create function transfer() and insert your code into it
    I attach your edited _custom.js.

    edit: no problem, you’re welcome.

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

    skip8it
    Member

    ok Ill try,, thank you… 😉 very much for all your help..

    #333117

    skip8it
    Member

    No that didnt work either,

    #333122

    Max87
    Member

    Please send me your complete project to max87[at]centrum[dot]sk and I’ll look at it later today. It’s working for me perfectly in all my apps.

Viewing 10 posts - 16 through 25 (of 25 total)
Reply To: Progress/loading bar

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