Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2006
    Posts
    5

    Two Newbie Questions

    Dear Friends,
    I am sorry for for what probably is very simple, but here goes:

    I want the user on button click to choose a location from a file dialog and then copy a certain file to the location he has chosen. the file.copy action just copies the file without asking where to put it.

    2) Is it possible to have an audio object like the video object with a slider and controls etc?

    TIA

    Raffi

  2. #2
    Join Date
    Dec 2005
    Location
    Southern California
    Posts
    73
    For question number 1:
    Code:
    -- have the user select the install folder
    InstallFolder = Dialog.FolderBrowse("Please select the installation folder", "C:\\");
    -- Copy the file to the InstallFolder
    File.Copy("PathToYourFile", InstallFolder, true, true, false, true, nil);
    as for number 2, try doing a forum search. there are plenty of topics about media player objects that include sliders, and more.

  3. #3
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    Raffi,
    The easiest way would be to use the (free) mediaplyer plugin which comes, naturally with slider and stuff.

    Yossi

Similar Threads

  1. Some newbie questions
    By pww in forum Setup Factory 7.0
    Replies: 1
    Last Post: 06-05-2005, 12:04 PM
  2. Simple questions from a newbie
    By Quantrac in forum AutoPlay Media Studio 5.0
    Replies: 15
    Last Post: 02-16-2005, 11:23 AM
  3. Newbie questions...
    By Martin_SBT in forum Visual Patch 1.0
    Replies: 2
    Last Post: 09-21-2004, 04:01 PM
  4. Setup Factory Newbie with some questions
    By ebergemann in forum Setup Factory 6.0
    Replies: 5
    Last Post: 08-26-2004, 09:00 AM
  5. Newbie thank's & questions
    By Col_in_UK in forum AutoPlay Media Studio 4.0
    Replies: 4
    Last Post: 05-30-2003, 11:52 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