Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2007
    Location
    New Jersey
    Posts
    144

    Cancel in Browse Dialog

    When I show the browse dialog for the user to pick a place to save a file, if I press Cancel, it saves the file as CANCEL in the CD_Root folder. Why? How do I do that when they press the cancel, nothing will happen and the window will diapear? THANKS

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    Code:
    tbFiles = Dialog.FileBrowse(false, "Save File As..", _DesktopFolder, "All Files (*.*)|*.*|", "", "dat", false, false);
    if tbFiles[1] ~= "CANCEL" then
    	--Your Code Here
    end
    Open your eyes to Narcissism, Don't let her destroy your life!!

  3. #3
    Join Date
    May 2007
    Location
    New Jersey
    Posts
    144
    I think I tryed that... I'll try again

Similar Threads

  1. [BUG?] New File Browse Dialog always jumps to top.
    By SonG0han in forum AutoPlay Media Studio 7.5
    Replies: 0
    Last Post: 11-10-2007, 12:33 PM
  2. Add cancel button to dialog box
    By boroarke in forum AutoPlay Media Studio 6.0
    Replies: 3
    Last Post: 07-15-2007, 07:48 PM
  3. Folder Browse Dialog Question
    By NitLions in forum AutoPlay Media Studio 6.0
    Replies: 9
    Last Post: 03-28-2007, 07:56 AM
  4. file browse dialog causes problems?!?!?!
    By gnetcanada in forum AutoPlay Media Studio 5.0
    Replies: 6
    Last Post: 12-16-2004, 08:46 PM
  5. How do i Stop the browse folder dialog ?
    By lyndonboyd in forum AutoPlay Media Studio 4.0
    Replies: 5
    Last Post: 11-15-2003, 02:20 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