Page 3 of 13

Re: DroopyLib

Posted: Sat Mar 10, 2012 7:21 pm
by Droopy
I waiting for dropbox response

Re: DroopyLib

Posted: Mon Mar 12, 2012 11:07 pm
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

Re: DroopyLib

Posted: Wed Mar 14, 2012 1:06 am
by Amundo
Thanks Droopy and HexOR

:D

Re: DroopyLib

Posted: Sun Apr 08, 2012 10:24 am
by rob6523
Great, thank you Droopy!!!

Re: DroopyLib

Posted: Thu May 03, 2012 1:40 pm
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()

Re: DroopyLib

Posted: Thu May 03, 2012 4:17 pm
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.

Re: DroopyLib

Posted: Thu May 03, 2012 8:28 pm
by Droopy

Code: Select all

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

What's code is @ line 8245 ?

Re: DroopyLib

Posted: Thu May 03, 2012 8:54 pm
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

Re: DroopyLib

Posted: Tue May 08, 2012 6:09 am
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

Re: DroopyLib

Posted: Wed May 23, 2012 8:24 am
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

Re: DroopyLib

Posted: Fri May 25, 2012 3:23 am
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

Re: DroopyLib

Posted: Fri May 25, 2012 5:17 am
by electrochrisso
Thanks for keeping DroopyLib alive, lots of good stuff in there. :)

Re: DroopyLib

Posted: Fri May 25, 2012 1:07 pm
by le_magn
Thank you so much, this is my favorite userlib!!!

Re: DroopyLib

Posted: Mon Jun 18, 2012 9:53 pm
by loadstone
Hi Droopy,

where is the ldb (Little DateBase) ? :oops:

Re: DroopyLib

Posted: Tue Jun 19, 2012 7:48 pm
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: