Page 1 of 1
Crossplatform drag'n'drop + standard dialogs support
Posted: Mon Oct 30, 2006 8:18 am
by Godai
It would be nice i PB was not so Windows dependent. It seems most people drop in standard Win32 commands, which is nice and all, but given the crossplatform nature of PureBasic it would be nice if drag and drop + standard dialogs such as information, error etc. would instantly work across all platforms

Re: Crossplatform drag'n'drop + standard dialogs support
Posted: Mon Oct 30, 2006 3:06 pm
by thamarok
Godai wrote:It would be nice i PB was not so Windows dependent. It seems most people drop in standard Win32 commands, which is nice and all, but given the crossplatform nature of PureBasic it would be nice if drag and drop + standard dialogs such as information, error etc. would instantly work across all platforms

It would be possible to do this for cross-platform usage. I have some JavaScript code which allows dragging and dropping of files and I'll see if I can do something with it.
Posted: Mon Oct 30, 2006 3:26 pm
by freak
> It seems most people drop in standard Win32 commands
You can just as well drop in linux specific commands on Linux.. it is just as easy as on windows

There are just more windows users here, which is why you find more code for that.
A drag & drop lib for all platforms is allready in the works for the 4.1 release.
As for the dialogs: Did you look at the requester lib? What else is missing?
Posted: Mon Oct 30, 2006 4:31 pm
by naw
A drag & drop lib for all platforms is allready in the works for the 4.1 release.
Woohoo!
Posted: Mon Oct 30, 2006 5:05 pm
by Godai
freak wrote:
As for the dialogs: Did you look at the requester lib? What else is missing?
(Feels stupid): "There“s a requester lib?"

Posted: Tue Oct 31, 2006 2:39 am
by Intrigued
naw wrote:A drag & drop lib for all platforms is allready in the works for the 4.1 release.
Woohoo!
Most Excellent!