Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2007
    Posts
    46

    Select Page with ComboBox

    Select Page with ComboBox

    I have a problem when selecting he himself twice this repeats the content in ComboBox es un debut de autoplay or normal?

    My code
    Attached Files

  2. #2
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    swap out your Button's On Click on each page to:

    Code:
    index = ComboBox.GetSelected("ComboBox1")
    selected = ComboBox.GetItemData("ComboBox1", index)
    ComboBox.ResetContent("ComboBox1")
    Page.Jump(selected.."");
    Last edited by Intrigued; 08-08-2007 at 08:37 PM.
    Intrigued

Similar Threads

  1. Project Page Sizing - Dynamic and User Select?
    By Rossco in forum AutoPlay Media Studio 6.0
    Replies: 15
    Last Post: 04-06-2006, 06:00 AM
  2. html page and link
    By mountain07 in forum AutoPlay Media Studio 6.0
    Replies: 1
    Last Post: 11-19-2005, 09:00 PM
  3. Help for run select item in ComboBox
    By BaUDi0 in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 01-06-2005, 11:45 AM
  4. Setting Page Transition Effects
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-24-2003, 01:08 PM
  5. HOWTO: Create a Page Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-26-2002, 05:20 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