| View previous topic :: View next topic |
| Author |
Message |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Wed May 01, 2002 6:54 am Post subject: @dirdlg problem in WinXP |
|
|
There seems to be a problem for VDS to take the path parameter so that the directory browser
will open with the specified directory selected. It works fine for me in Win98 but not in XP.
| Code: | | %%dir = @dirdlg(Choose folder,C:\Program Files) |
Greetz
Dr. Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Wed May 01, 2002 7:37 am Post subject: |
|
|
Hey Dread,
Have ya tried adding a trailing backslash?
| Code: |
%%dir = @dirdlg(Choose folder, C:\Program Files\)
|
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Wed May 01, 2002 11:02 am Post subject: |
|
|
Thanks, Mac!
Meanwhile I trashed this entire section and rewrote it in a totally different manner and now it works,
I think (thorough test pending). Still I cannot grasp, though, why the first routine was OK in W98
and not in XP. But it involves a lot of directory juggling, so maybe I had overlooked something.
If I stumple upon an answer I'll post it.
Greetz
Dread
PS: Just tried out the @dirdlg with and without backslashes and it seems there is no difference. _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
|