Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3

Thread: list box help

  1. #1
    Join Date
    Feb 2006
    Posts
    2

    list box help

    i would like to make a cd with free ware games on it

    and on the first page have:

    eg

    word games
    card games



    click word games and have a list box pop up with all my word games to install

    then click a game in the list box and have it iinstall


    is there an easy way to do this

  2. #2
    Join Date
    Dec 2003
    Posts
    891
    HERE is an example, but it has a lot of other things going on. I didn't have time to start an example from scratch. It's too big to upload because of the exe files in the examples.

    Here's the locations of the important code.

    Page On Show event:
    Just pay attention to the code below the line that says "---Start Of List Box script"

    Top List Box On Select event:
    Look At everything.

    Bottom List Box On Double Click event:
    Look At everything.

    If you are installing a game, then you probably want everything to wait until it's installed, so change this code in the bottom List Box
    result = File.Run(sPath, "", "", SW_SHOWNORMAL, false);
    to:
    result = File.Run(sPath, "", "", SW_SHOWNORMAL, true);

    I am using calc.exe renamed as game files, so when you double click any game, it will execute the calculator for each, so don't think it's not working.

    A variation of this would be to use the top list box to list the game types. When a type is selected, use the Thumb List object to display a thumbnail of the game to double click on to start the install.

  3. #3
    Join Date
    Feb 2006
    Posts
    2
    thx for your help that will do the trick

    just for anyone trying this


    after ld the exampel and running it

    (i could not see where it was getting the files from i was going nuts LOL)

    look in



    My Documents\AutoPlay Media Studio 6.0 Projects\gamelist\CD_Root\AutoPlay

    it will help you to see whats gong on thx again

Similar Threads

  1. List Box Object Frustration
    By Firenegn in forum AutoPlay Media Studio 4.0
    Replies: 11
    Last Post: 10-04-2004, 05:53 PM
  2. List box suggestions/help Can you advise ?
    By jimmy guilfoyle in forum AutoPlay Media Studio 4.0
    Replies: 3
    Last Post: 05-22-2004, 12:07 PM
  3. dynamic list box, part 2
    By intel352 in forum Setup Factory 6.0
    Replies: 10
    Last Post: 01-27-2003, 10:33 PM
  4. HOWTO: Set up an MP3 Playlist
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-24-2002, 11:57 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