It is currently Sun May 19, 2013 2:29 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 123 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 9  Next
Author Message
 Post subject: Re: DroopyLib
PostPosted: Sat Mar 10, 2012 7:21 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Thu Sep 16, 2004 9:50 pm
Posts: 614
Location: France
I waiting for dropbox response

_________________
DroopyLib & PBFastLib


Top
 Profile  
 
 Post subject: Re: DroopyLib
PostPosted: Mon Mar 12, 2012 11:07 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Thu Sep 16, 2004 9:50 pm
Posts: 614
Location: France
Hello, you can download the library from my signature

A big thanks to HeX0R :D

Quote:
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

_________________
DroopyLib & PBFastLib


Top
 Profile  
 
 Post subject: Re: DroopyLib
PostPosted: Wed Mar 14, 2012 1:06 am 
Offline
Enthusiast
Enthusiast

Joined: Thu Feb 16, 2006 1:41 am
Posts: 167
Location: New Zealand
Thanks Droopy and HexOR

:D

_________________
WinXP Pro-SP3, PB4, slow CPU, ancient video card, fuzzy monitor
"When the facts change, I change my mind" - John Maynard Keynes


Top
 Profile  
 
 Post subject: Re: DroopyLib
PostPosted: Sun Apr 08, 2012 10:24 am 
Offline
User
User
User avatar

Joined: Sat Sep 25, 2004 2:02 pm
Posts: 53
Location: Netherlands (Nijmegen)
Great, thank you Droopy!!!


Top
 Profile  
 
 Post subject: Re: DroopyLib
PostPosted: Thu May 03, 2012 1:40 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Thu Sep 16, 2004 9:50 pm
Posts: 614
Location: France
Version 4.60.011 avalaible.
A special thanks to Hex0r for the unzip function.

Quote:
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()

_________________
DroopyLib & PBFastLib


Top
 Profile  
 
 Post subject: Re: DroopyLib
PostPosted: Thu May 03, 2012 4:17 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Feb 01, 2012 3:30 pm
Posts: 266
Location: Nottinghamshire UK
Thanks for sharing :D

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



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

Zebuddi.


Top
 Profile  
 
 Post subject: Re: DroopyLib
PostPosted: Thu May 03, 2012 8:28 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Thu Sep 16, 2004 9:50 pm
Posts: 614
Location: France
Code:
MessageRequester("Between",Between("Droopy", "Dr", "py"))

works well in 4.60.011

What's code is @ line 8245 ?

_________________
DroopyLib & PBFastLib


Top
 Profile  
 
 Post subject: Re: DroopyLib
PostPosted: Thu May 03, 2012 8:54 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Feb 01, 2012 3:30 pm
Posts: 266
Location: Nottinghamshire UK
Code:
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:
*ui3\flags
to
Code:
*ui3\usri3_flags
before compiling succeeded,

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

Zebuddi. :D


Top
 Profile  
 
 Post subject: Re: DroopyLib
PostPosted: Tue May 08, 2012 6:09 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Oct 22, 2003 2:51 am
Posts: 734
Location: Canada
Small correction for "Odd() / Even()" function :
Code:
;{ 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


Top
 Profile  
 
 Post subject: Re: DroopyLib
PostPosted: Wed May 23, 2012 8:24 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Thu Sep 16, 2004 9:50 pm
Posts: 614
Location: France
Version 4.61.001 avalaible
Quote:
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

_________________
DroopyLib & PBFastLib


Top
 Profile  
 
 Post subject: Re: DroopyLib
PostPosted: Fri May 25, 2012 3:23 am 
Offline
Enthusiast
Enthusiast

Joined: Mon Apr 02, 2007 1:43 am
Posts: 627
Location: Brazil
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.


Top
 Profile  
 
 Post subject: Re: DroopyLib
PostPosted: Fri May 25, 2012 5:17 am 
Offline
Enthusiast
Enthusiast

Joined: Mon May 14, 2007 2:13 am
Posts: 731
Location: Darling River
Thanks for keeping DroopyLib alive, lots of good stuff in there. :)

_________________
PureBasic Rocks! Even More! And More!
PureBasic 5, Now We're Really Rockin!


Top
 Profile  
 
 Post subject: Re: DroopyLib
PostPosted: Fri May 25, 2012 1:07 pm 
Offline
User
User

Joined: Wed Aug 24, 2005 12:11 pm
Posts: 87
Location: Italia
Thank you so much, this is my favorite userlib!!!

_________________
Registered User of Purebasic PB4.61 - Artic Report - Purevision


Top
 Profile  
 
 Post subject: Re: DroopyLib
PostPosted: Mon Jun 18, 2012 9:53 pm 
Offline
User
User
User avatar

Joined: Wed Jan 16, 2008 11:28 am
Posts: 80
Location: china
Hi Droopy,

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

_________________
Diamond Sutra: all law I was into at, forbearance .
http://www.8do8.com


Top
 Profile  
 
 Post subject: Re: DroopyLib
PostPosted: Tue Jun 19, 2012 7:48 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Thu Sep 16, 2004 9:50 pm
Posts: 614
Location: France
Quote:
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:

_________________
DroopyLib & PBFastLib


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 123 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 9  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye