Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4

Thread: Help Combobox!!

  1. #1
    Join Date
    Mar 2006
    Posts
    4

    Help Combobox!!

    Hi!!
    e.g:
    i have combobox:
    .game
    .app
    .book
    When i choose game, it jump to page game.
    When i choose app, it jump to page app.
    When i choose book, it jump to page book.
    My english is not good. I hope you understanding!
    Thank you!

  2. #2
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    selected_index = ComboBox.GetSelected("ComboBox1");
    If (selected_index == 1) then
    Page.Jump("gamepage");
    elseif (selected_index == 2) then
    Page.Jump("apppage");
    elseif (selected_index == 3) then
    Page.Jump("bookpage";
    end

    Good luck

    Yossi

  3. #3
    Join Date
    Mar 2006
    Posts
    4

    Thank you!!

    Thank you very much!

  4. #4
    Join Date
    Oct 2004
    Location
    East, South & West Asia
    Posts
    1,020
    I have a page navigation sample called DropDown Jump On Select in this sample site.
    Newbie Examples
    ------> AMS 7.5 : amstudio.azman.info
    ----> AMS 6 & 5: www.azman.info/ams/
    ----> FB: facebook.com/GuideToWealth

    ----> Content Development Blog: www.AZMAN.asia

Similar Threads

  1. Not understanding ComboBox very well
    By RodB in forum AutoPlay Media Studio 6.0
    Replies: 28
    Last Post: 04-16-2007, 09:00 AM
  2. ComboBox Reset
    By azmanar in forum AutoPlay Media Studio 6.0
    Replies: 2
    Last Post: 12-29-2005, 12:46 PM
  3. ComboBox problem
    By andrewr in forum AutoPlay Media Studio 5.0
    Replies: 5
    Last Post: 05-06-2005, 09:49 AM
  4. ComboBox display current
    By pjhiggins in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 05-21-2004, 12:14 PM
  5. Spotlight: ComboBox Object Plugin
    By Desmond in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 03-02-2004, 01:10 PM

Posting Permissions

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