DroopyLib

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Re: DroopyLib

Post by Droopy »

I waiting for dropbox response
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Re: DroopyLib

Post by Droopy »

Hello, you can download the library from my signature

A big thanks to HeX0R :D
12/03/12 : Library 4.60.007
Download link to DroopyLib changed

11/03/12 : Library 4.60.006
UnZip() Bug fixed by HeX0R / Reference to forum thread added
UnixToMSDosDate() Reference to forum thread added
MSDosDateToUnix() Reference to forum thread added

08/03/12 : Library 4.60.005
DefaultUserProfile() function changed
EditDefaultUserRegistry Tips added
GetShortPathName() Help added
Amundo
Enthusiast
Enthusiast
Posts: 200
Joined: Thu Feb 16, 2006 1:41 am
Location: New Zealand

Re: DroopyLib

Post by Amundo »

Thanks Droopy and HexOR

:D
Win10, PB6.x, okayish CPU, onboard video card, fuzzy monitor (or is that my eyesight?)
"When the facts change, I change my mind" - John Maynard Keynes
rob6523
User
User
Posts: 59
Joined: Sat Sep 25, 2004 2:02 pm
Location: Netherlands (Ophemert)
Contact:

Re: DroopyLib

Post by rob6523 »

Great, thank you Droopy!!!
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Re: DroopyLib

Post by Droopy »

Version 4.60.011 avalaible.
A special thanks to Hex0r for the unzip function.
30/04/12 : Library 4.60.011
UnZip() bug fixed by Hex0r
GetComputerNameEx() added
GetLastInputInfo() added
MakeSureDirectoryPathExists() tweaked
IpToHostName() added
NetworkClientEvent4 Tips added
MountListInit() tweaked
7zip Tips added
MozillaExtensionSet() Help added
MozillaExtensionSearchInit() changed
MozillaExtensionGet() changed

09/04/12 : Library 4.60.010
MozillaExtensionGet() Help changed
MozillaExtensionSet() added
MozillaExtensionSearchInit() added
MozillaExtensionSearch() added

18/03/12 : Library 4.60.009
ProgramFilenameEx() renamed as ProgramFilenameWE()

14/03/12 : Library 4.60.008
TemplateLListInit() added
TemplateLList() added
MozillaPreferenceClear() added
UnZip() tweaked
MozillaExtensionName() replaced by MozillaExtensionGet()
MozillaExtensionVersion() replaced by MozillaExtensionGet()
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: DroopyLib

Post by Zebuddi123 »

Thanks for sharing :D

Ironic i had just tailbite`d droopy-tweaked.lib version 4.60.004 last night



any reason for the

Code: Select all

MessageRequester("Between",Between("Droopy", "Dr", "py"))
@ line 8245
in the droopy-tweaked.pb :?:

Zebuddi.
malleo, caput, bang. Ego, comprehendunt in tempore
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Re: DroopyLib

Post by Droopy »

Code: Select all

MessageRequester("Between",Between("Droopy", "Dr", "py"))
works well in 4.60.011

What's code is @ line 8245 ?
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: DroopyLib

Post by Zebuddi123 »

Code: Select all

MessageRequester("Between",Between("Droopy", "Dr", "py"))
The above code. the MessageRequester popped up when i tried to compile the lib to test if all the code was ok before tailbiting it.

Had to change all references from

Code: Select all

*ui3\flags
to

Code: Select all

*ui3\usri3_flags
before compiling succeeded,

Thanks again for sharing lots to look through and learn from :lol:

Zebuddi. :D
malleo, caput, bang. Ego, comprehendunt in tempore
User avatar
Guimauve
Enthusiast
Enthusiast
Posts: 742
Joined: Wed Oct 22, 2003 2:51 am
Location: Canada

Re: DroopyLib

Post by Guimauve »

Small correction for "Odd() / Even()" function :

Code: Select all

;{ Odd Even (Start)                                              
;/ Odd (Impair) / Even (Pair)

ProcedureDLL Odd(Number.l)
  If Number & 1 = 0
    ProcedureReturn 1
  EndIf
EndProcedure

ProcedureDLL Even(Number.l)
  If Number & 1 = 1
    ProcedureReturn 1
  EndIf
EndProcedure
Best regards
Guimauve
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Re: DroopyLib

Post by Droopy »

Version 4.61.001 avalaible
23/05/12 : Library 4.61.001
Structure USER_INFO_3\flags renamed to USER_INFO_3\usri3_flags in 4.61 AccountDisabled() / DisableAccount() fixed
Odd() / Even() fixed french translation by Guimauve
WaitingWindow Tips added
byo
Enthusiast
Enthusiast
Posts: 635
Joined: Mon Apr 02, 2007 1:43 am
Location: Brazil

Re: DroopyLib

Post by byo »

Brilliant work, Droopy.
This is probably one of the few libraries I install almost instantly with PB.
Keep up the good work.

Best regards,

Andre Guerreiro Neto
Proud registered Purebasic user.
Because programming should be fun.
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: DroopyLib

Post by electrochrisso »

Thanks for keeping DroopyLib alive, lots of good stuff in there. :)
PureBasic! Purely the best 8)
User avatar
le_magn
Enthusiast
Enthusiast
Posts: 277
Joined: Wed Aug 24, 2005 12:11 pm
Location: Italia

Re: DroopyLib

Post by le_magn »

Thank you so much, this is my favorite userlib!!!
Image
User avatar
loadstone
User
User
Posts: 97
Joined: Wed Jan 16, 2008 11:28 am
Location: china

Re: DroopyLib

Post by loadstone »

Hi Droopy,

where is the ldb (Little DateBase) ? :oops:
Diamond Sutra: all law I was into at, forbearance .
http://www.8do8.com
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Re: DroopyLib

Post by Droopy »

where is the ldb (Little DateBase)
I removed this functions because PureBasic 4.x support sqlite.
I you don't like sql, you could create a linkedlist with a structure and store it into a flat file :wink:
Post Reply