Normal Topic File chooser/selector dialog (Read 1335 times)
jacker
Member
*
Offline



Posts: 42
Location: Milwaukee, WI
Joined: May 20th, 2008
File chooser/selector dialog
Mar 30th, 2011 at 5:46pm
Print Post Print Post  
There's no way to use the standard Windows file dialog box, is there? The  LocalFileDialog one is awful...
  

Jack - I'm smokin' past the filter and it's burnin' my lips...
Back to top
YIM YIM  
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: File chooser/selector dialog
Reply #1 - Mar 30th, 2011 at 7:05pm
Print Post Print Post  
No. Sesame is cross-platform and client/server. MS is not.

You could probably VBScript something and use one of the SBasic commands to invoke it.

Do you have any specific suggestions as to how we might make the local file dialog more to your liking?
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
jacker
Member
*
Offline



Posts: 42
Location: Milwaukee, WI
Joined: May 20th, 2008
Re: File chooser/selector dialog
Reply #2 - Mar 30th, 2011 at 8:10pm
Print Post Print Post  
The Back, Up, New shortcuts and View menu would all make things a lot easier...
  

Jack - I'm smokin' past the filter and it's burnin' my lips...
Back to top
YIM YIM  
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: File chooser/selector dialog
Reply #3 - Mar 30th, 2011 at 8:33pm
Print Post Print Post  
jacker wrote on Mar 30th, 2011 at 8:10pm:
The Back, Up, New shortcuts and View menu would all make things a lot easier...


Thank you for the input, Jacker. We'll look into your requests. Meanwhile, the Local File Dialog does have some features that you may not have recognized because they don't look like the Windows Common Dialog.

The button showing a folder with a plus sign in the upper right-hand corner will create a new folder. 

If you look at the bar above where the Filename is displayed, you may notice that it is broken into pieces above each part of the directory path. You can click that bar to jump directly to that spot in the path.

You can also backspace over the end of the path or type out the path you want and press Enter to load the displayed location.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
jacker
Member
*
Offline



Posts: 42
Location: Milwaukee, WI
Joined: May 20th, 2008
Re: File chooser/selector dialog
Reply #4 - Apr 12th, 2011 at 3:14pm
Print Post Print Post  
Arg...I've got a dozen "low-power" MS Windows Sesame users complaining that they do not understand the Sesame File Chooser dialog box and why can't it look like what they are used to?! I am now in the unenviable position of having to duplicate the MS Windows File Chooser dialog box...

Please consider a Windows / Unix Mode Switch or something like that in future releases....so people can use the standard Windows dialogs.
  

Jack - I'm smokin' past the filter and it's burnin' my lips...
Back to top
YIM YIM  
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: File chooser/selector dialog
Reply #5 - Apr 12th, 2011 at 3:45pm
Print Post Print Post  
We'll see what we can do, Jacker.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: File chooser/selector dialog
Reply #6 - Apr 12th, 2011 at 4:11pm
Print Post Print Post  
In the meantime, you can use one of SBasic process commands to invoke VBScript to open a file dialog locally:

http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/using-t...

  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged