PathRequester-Flags

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

PathRequester-Flags

Post by Hroudtwolf »

Hi,

I nice feature for the PathRequester would be a few of flags for hidding
specialpathes and the "Create folder" button.

In example:

#PB_PathRequester_HideTrashcan
#PB_PathRequester_HideNetworkmanager
#PB_PathRequester_NoCreateFolderButton


Thx & Best regards :)

Wolf
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

+1
Windows 7 & PureBasic 4.4
SCRJ
User
User
Posts: 93
Joined: Sun Jan 15, 2006 1:36 pm

Post by SCRJ »

Third! ^^
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

Force!^^
#PB_PathRequester_HideNetworkmanager
I have got a Bluetooth symbol on my desktop that is also shown in a pathrequester. This symbol returns \ as path. The "My Computer"-symbol also returns \ as path.

Please, can you add a flag that only allows "real" folders to be selected:
#PB_PathRequester_FoldersOnly

When using this flag, FileSIze() should always return -2, when checking for a folder. FuleSize("\") (=My computer) would return -1 only.
PB 4.30

Code: Select all

onErrorGoto(?Fred)
Little John
Addict
Addict
Posts: 4777
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PathRequester-Flags

Post by Little John »

Hroudtwolf wrote:I nice feature for the PathRequester would be a few of flags for hidding specialpathes and the "Create folder" button.
VotesForThisSuggestion + 1

Regards, Little John
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Re: PathRequester-Flags

Post by c4s »

I just wanted to create a new thread but found this one...

Normally in other programs it's possible to edit the selected new folder name.
So it would be great to have a flag for this or at least the flag option if it's Windows only.
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
Post Reply