Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2004
    Posts
    9

    Combo Box Switches from Item Text to Page Focus

    Hi. I have a combo box on each page of an installation. It performs wonderfully but I am getting a complaint from QA because if they Alt-Tab to another program and come back the combo box switches from the page name to the "Choose Another Item", which is listed in the ComboBox Items on the first tab. My actual pages are on the Script - On Focus tabs. I will list below my On Focus listings. Can anyone advise how to keep the Combo tab either on "Choose Another Item" or the actual page name as shown below?

    --- delete all items in the combobox
    ComboBox.ResetContent("Plugin1");
    -- populate combobox with suitable items
    ComboBox.AddItem("Plugin1", "Welcome");
    ComboBox.AddItem("Plugin1", "User Documentation");
    ComboBox.AddItem("Plugin1", "Release Announcements");
    ComboBox.AddItem("Plugin1", "Tours");
    ComboBox.AddItem("Plugin1", "E-Learning Tours");
    ComboBox.AddItem("Plugin1", "Technical Documentation");
    ComboBox.AddItem("Plugin1", "WebScheduler");
    ComboBox.AddItem("Plugin1", "Interfaces and Optional Modules");
    ComboBox.AddItem("Plugin1", "Crystal Reports");

  2. #2
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Move your code that fills the comboboxes to the On Show event of the page.
    Dermot

    I am so out of here

Similar Threads

  1. Combo box - page jump
    By mrdude in forum AutoPlay Media Studio 5.0
    Replies: 12
    Last Post: 05-06-2005, 08:31 PM
  2. Example: Loading Paragraph Text Using a Timer
    By Jonas DK in forum AutoPlay Media Studio 5.0 Examples
    Replies: 7
    Last Post: 11-25-2004, 05:10 PM
  3. How Do I Make Text Appear In A Box On Mouse-Over Of Item?
    By voiceover in forum AutoPlay Media Studio 4.0
    Replies: 3
    Last Post: 02-10-2003, 07:28 AM
  4. 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
  5. HOWTO: Display Conditional Text Based Upon a List Box Selection
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-15-2002, 10:54 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