Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 20
  1. #1
    Join Date
    May 2007
    Posts
    76

    Dialog.FolderBrowse problem

    hi
    i am sooooooo bad
    i create progect and i want to select special folder (DefaultFolder)
    i create these action but it dosen't work
    dir = TextFile.ReadToString(_SourceFolder.."\\mohab_q.dl l");
    Dialog.FolderBrowse("Please select a folder:", dir.."\\AutoPlay\\Docs");
    thank you
    Last edited by mohab1; 12-04-2008 at 02:48 AM.

  2. #2
    Join Date
    May 2007
    Posts
    76
    upupupupupupupupupupupupupupupup

  3. #3
    Join Date
    Jul 2007
    Posts
    1,512
    "\\mohab_q.dl l"

    this dose not look right @ all why is thre a | in the name?

    Code:
    Dialog.FileBrowse(true, "Open", "", "AllFiles (*.*)|*.*|", "*.*", "*");

  4. #4
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by rexzooly View Post
    "\\mohab_q.dl l"

    this dose not look right @ all why is thre a | in the name?
    That's because V-Bulletin is tripping sometimes (it's actually "mohab_q.dll")
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  5. #5
    Join Date
    May 2007
    Posts
    76
    Quote Originally Posted by rexzooly View Post
    "\\mohab_q.dl l"

    this dose not look right @ all why is thre a | in the name?

    Code:
    Dialog.FileBrowse(true, "Open", "", "AllFiles (*.*)|*.*|", "*.*", "*");
    i remove it
    dosen't work

  6. #6
    Join Date
    May 2007
    Posts
    76
    ===up up up up up ==

  7. #7
    Join Date
    Jul 2007
    Posts
    1,512
    i see your problem the .dll is a fixed file not a path there for when you are looking for the path in the dir its

    "C:\thisfolder\mohab_q.dll\Autoplay\Docs"

    So this would be a invalied file path.

  8. #8
    Join Date
    May 2007
    Posts
    76
    Quote Originally Posted by rexzooly View Post
    i see your problem the .dll is a fixed file not a path there for when you are looking for the path in the dir its

    "C:\thisfolder\mohab_q.dll\Autoplay\Docs"

    So this would be a invalied file path.
    no my path
    D:\\mohab
    the path inside mohab_q.dll (file)

    D:\\mohab
    and i want to complete it
    D:\\mohab+\\AutoPlay\\Docs
    =
    D:\\mohab\\AutoPlay\\Docs

    dir
    Last edited by mohab1; 12-04-2008 at 11:20 AM.

  9. #9
    Join Date
    Jul 2007
    Posts
    1,512
    Code:
    _SourceFolder..\\Autoplay\\Docs
    I can't think of it more simple then that?

  10. #10
    Join Date
    May 2007
    Posts
    76
    Quote Originally Posted by rexzooly View Post
    Code:
    _SourceFolder..\\Autoplay\\Docs
    I can't think of it more simple then that?
    you mean
    "Autoplay\\Docs"
    no the file
    not in SourceFolder
    example
    the project file in
    c:\\mohab\\Autoplay\\Docs
    but i meaN
    THE FILE
    Autoplay\\Docs
    not in SourceFolder
    example
    d:\\Autoplay\\Docs
    Last edited by mohab1; 12-04-2008 at 11:46 AM.

  11. #11
    Join Date
    May 2007
    Posts
    76
    upupupupupupupupupupupupupupupupupupupupupupup

  12. #12
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by mohab1 View Post
    upupupupupupupupupupupupupupupupupupupupupupup
    Please be a little patient...
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  13. #13
    Join Date
    May 2007
    Posts
    76
    patient

  14. #14
    Join Date
    Jul 2007
    Posts
    1,512
    Well you need to make your self way more clear cos i just replyed what you
    asked and not your saying thats not what you want explane more please.

  15. #15
    Join Date
    May 2007
    Posts
    76
    Quote Originally Posted by rexzooly View Post
    Well you need to make your self way more clear cos i just replyed what you
    asked and not your saying thats not what you want explane more please.
    maybe the problem in windows 7

    can you tray it in windows xp or windows vista
    1- create new text file write inside file path for example "c:\\" save file "example.dll" in the SourceFolder (project)
    2-add this action
    -------read file you write in file this path c:\\ and result = dir -----
    dir = TextFile.ReadToString("\\example.dll");

    Dialog.FolderBrowse("Please select a folder:", dir.."AutoPlay\\Docs");
    the defaultfolder after run
    Dialog.FolderBrowse("Please select a folder:", dir.."AutoPlay\\Docs");
    to
    Dialog.FolderBrowse("Please select a folder:","c:\\AutoPlay\\Docs");

    i am sorry but my english language bad some thing

    thank you
    Attached Files
    Last edited by mohab1; 12-05-2008 at 02:43 PM.

Similar Threads

  1. Problem installing fonts
    By ByronFS in forum Setup Factory 7.0
    Replies: 5
    Last Post: 05-08-2006, 12:23 PM
  2. Video Problem
    By ScottDuncan in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 07-10-2004, 01:38 PM
  3. PROBLEM: Setup Starts and then Crashes
    By Support in forum Setup Factory 5.0
    Replies: 0
    Last Post: 10-15-2002, 03:02 PM
  4. PROBLEM: Setup Requests Disk 2 in a Single File Setup
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-09-2002, 02:04 PM
  5. INFO: Tips for Debugging Action Lists in AutoPlay Media Studio 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-03-2002, 08:38 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