Crossplatform drag'n'drop + standard dialogs support

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Godai
Enthusiast
Enthusiast
Posts: 171
Joined: Thu Oct 05, 2006 8:13 pm

Crossplatform drag'n'drop + standard dialogs support

Post 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 :)
thamarok
Enthusiast
Enthusiast
Posts: 282
Joined: Wed Sep 06, 2006 1:37 pm

Re: Crossplatform drag'n'drop + standard dialogs support

Post 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.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post 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?
quidquid Latine dictum sit altum videtur
naw
Enthusiast
Enthusiast
Posts: 573
Joined: Fri Apr 25, 2003 4:57 pm

Post by naw »

A drag & drop lib for all platforms is allready in the works for the 4.1 release.
Woohoo!
Ta - N
Godai
Enthusiast
Enthusiast
Posts: 171
Joined: Thu Oct 05, 2006 8:13 pm

Post 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?" :oops:
Intrigued
Enthusiast
Enthusiast
Posts: 501
Joined: Thu Jun 02, 2005 3:55 am
Location: U.S.A.

Post by Intrigued »

naw wrote:
A drag & drop lib for all platforms is allready in the works for the 4.1 release.
Woohoo!
Most Excellent!
Intrigued - Registered PureBasic, lifetime updates user
Post Reply