User Tag List

Results 1 to 8 of 8

Thread: ComboBox Jump to Frame...

  1. #1
    Clicker Multimedia Fusion 2Android Export Module

    Join Date
    Sep 2013
    Posts
    25
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ComboBox Jump to Frame...

    Hi there, I created a list of States from our country that should link to a especific FRAME on my Android App.
    But I could not figure out how can I do that... =-(

    Is there another way? Or, what is the correct way of doing this with Combo Box object?

    Thanks a lot!

    Working on it!

  2. #2
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    May 2013
    Posts
    63
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I use to do like this: (probably there are other ways as well)

    First you make a combo box like you did.

    Then create an event that says "selection changed" of Combo Box. Then "Set Global String A to.."(it could be any string) .. Combo Select$( "Combo Box" ) This gets the content of the Box..

    Now Global String A contains the state you have chosen let's say it's California..

    Then you make another event Global String A = "California" and choose jump to frame as an action..

    Remember to add the action set Global String A to "" in this event because otherwise the app will jump to california every time you populate the list..

    I hope it's possible for you to understand what I have written english is not my language..:-)

  3. #3
    Clicker Multimedia Fusion 2Android Export Module

    Join Date
    Sep 2013
    Posts
    25
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Worked on PC but

    DIDNT WORK ON ANDROID... it passes to the other page at load.


    Also I found Set Global Value and Set Global String (whats difference?)

    One was setting to Zero "0" and the other to empty ""

  4. #4
    Clicker Multimedia Fusion 2Android Export Module

    Join Date
    Sep 2013
    Posts
    25
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I dont set to Zero/Empty, it works on Android...

    Whats the problem?! =-(

    Now is working...

  5. #5
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    May 2013
    Posts
    63
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi!

    I'm in a bit of hurry but I think these should work

    I believe the problem is that the top line can't be an option so i simply wrote "select" there and now it works..

    Hope this has served you
    Attached files Attached files

  6. #6
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    May 2013
    Posts
    63
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by BGUSMAOKM View Post
    Worked on PC but

    DIDNT WORK ON ANDROID... it passes to the other page at load.


    Also I found Set Global Value and Set Global String (whats difference?)

    One was setting to Zero "0" and the other to empty ""
    A string is used to store text and numbers

    A global value is used to store numbers that can be a part of calculations..

    In this case I think you should use a string because your combo box will return a string of text..

    I suggest you read all the guides that are aviable if you are interested in mmf2..

    Have you tried the example I sent you? Did it work for you?

  7. #7
    Clicker Multimedia Fusion 2Android Export Module

    Join Date
    Sep 2013
    Posts
    25
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Worked perfectly!

    Thanks!

  8. #8
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    May 2013
    Posts
    63
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great!

Similar Threads

  1. [Bug] Jump to frame shows strangeness before starting actual frame
    By AdamDobay in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 19th November 2011, 09:41 PM
  2. Jump to frame - does not reset the old frame?
    By Blue66 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 25th April 2009, 08:35 AM
  3. Jump to Frame
    By JJ in forum The Games Factory 2 - Technical Support
    Replies: 3
    Last Post: 27th February 2008, 06:54 PM
  4. jump to frame
    By jasonorme in forum Hardware Accelerated Runtime
    Replies: 6
    Last Post: 13th January 2008, 04:28 PM
  5. Jump to frame bug
    By LazyCoder in forum Multimedia Fusion 2 - Technical Support
    Replies: 45
    Last Post: 24th August 2006, 12:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •