GLBasic forum

Main forum => GLBasic - en => Topic started by: bigtunacan on 2011-Dec-03

Title: DDgui_FileDialog$
Post by: bigtunacan on 2011-Dec-03
In my application I use the DDgui_FileDialog$ to open files to add in to my app.  Oftentimes I want to add multiple files, but I don't see a way with DDgui_FileDialog$ to do this, so I end up having to add in one file at a time; which can be painful when I'm trying to add 100+ files.

Is there an alternate widget that can do this?  Or is there any possibility we could see an updated version of DDgui_FileDialog$ that would allow for this behavior?
Title: Re: DDgui_FileDialog$
Post by: MrTAToad on 2011-Dec-03
It looks like FileDialog$ will need to be upgraded to allow file selection.