Open Dialog Boxes with memory...

When an Open Dialog Box is initiated during a developer session, can it have memory as to it’s size and the location of the folders it’s drilled down to / currently pointing to?

Right now the Open Dialog Box will snap back to the preset size and folder destination every time it’s opened and closed during a session.

Hi John,

You can do that today (with 2.2.1+):

plugins.file.showFileOpenDialog( [selectionMode(0=both,1=Files,2=Dirs)], [startDirectory])

Ah, that will work with the Servoy Developer dialog box when I go to import, say an excel file?