Page 3 of 6

Posted: Wed Dec 12, 2007 3:55 pm
by Frontier
Wow ABBKlaus, that was fast :)
You rule :D

Posted: Thu Dec 13, 2007 5:24 pm
by lexvictory
ive started work on this again, so i guess i have to increase the version number again xD

Klaus: did u make any changes to droopy.pb? or just compile it for the new version.

have a look on sf.net if u guys want to see what ive been doing :)

Posted: Thu Dec 13, 2007 10:09 pm
by ABBKlaus
original was V1.31.4, V1.31.5 was modified and the rest is only recompiled for the new version of PB.

Changes :
- Droopy_Init() procedure added
- Ldb functions fixed to work with PB4.10

Regards Klaus

Posted: Fri Dec 14, 2007 2:09 pm
by lexvictory
cool. maybe i shouldve said any changes since ur last release :lol:

Posted: Sat Dec 15, 2007 4:40 pm
by SFSxOI
I got a little confused reading the thread, which is the version that works with PB4.10...V1.31.4 or V1.31.8?

the subject is: Droopy's Lib 1.31.4 (PB4.01) <is this supposed to be PB4.01 or PB4.10? The link in the first posts still points to the 1.31.4 version.

I'd like to make a request also while your updating. I see the OSVersionText() function in the cource code, it doesn't include Windows Vista. PB 4.10 now includes the #PB_OS_Windows_Vista constant. Can this also be included in that function please?

Thank You


BTW, thank you very much. I love the Droopy library. :)

Posted: Mon Dec 17, 2007 3:17 pm
by lexvictory
original post edited

will update that function for the next release, as i have already compiled v1.3.9.
im in the process of updating the website, so havent uploaded a zip to sf.net yet.
1.31.9 is pretty much the same as ABBKlaus's latest compilation, but with an updated help file, and now uses subsystems

Posted: Tue Dec 18, 2007 12:33 am
by Amundo
Thanks to all involved for continuing to keep this (very) worthwhile lib up-to-date!

Posted: Tue Dec 18, 2007 1:18 am
by SFSxOI
Thanks for the new version. :)

Noticed tho that the examples in the help file still use old formats for some of the procedures and constants from previous versions of PB.

Posted: Tue Dec 18, 2007 5:47 pm
by lexvictory
SFSxOI wrote:Thanks for the new version. :)

Noticed tho that the examples in the help file still use old v3.94 formats for some of the procedures and constants.
will be changed for the next version

Posted: Wed Dec 19, 2007 1:18 am
by electrochrisso
I like your Lib. :D
Thanks!

Posted: Wed Dec 19, 2007 2:43 am
by hallodri

Code: Select all

OpenLibrary(0,"user32.dll")
SearchProcess("")
CallFunction(0,"MessageBoxA",0,"crash with prototype and never found this function with callfunction ... Use #pb_any in your functions !","",0)

Posted: Wed Dec 19, 2007 2:16 pm
by lexvictory
hallodri wrote:

Code: Select all

OpenLibrary(0,"user32.dll")
SearchProcess("")
CallFunction(0,"MessageBoxA",0,"crash with prototype and never found this function with callfunction ... Use #pb_any in your functions !","",0)
im not sure what u want fixed....

Posted: Wed Dec 19, 2007 2:23 pm
by gnozal
lexvictory wrote:
hallodri wrote:

Code: Select all

OpenLibrary(0,"user32.dll")
SearchProcess("")
CallFunction(0,"MessageBoxA",0,"crash with prototype and never found this function with callfunction ... Use #pb_any in your functions !","",0)
im not sure what u want fixed....
Use #pb_any in the library functions, I guess.

Posted: Wed Dec 19, 2007 2:30 pm
by lexvictory
sounds about right...

sometimes i dont feel right changing things in the lib, as its not my lib, and droopy seems to still be around, i just havent seen him on the english forum lately....

Posted: Thu Dec 20, 2007 12:06 am
by kinglestat
the ToolTip() sets seems to be buggy...it doesnt work on ListView gadgets, and ToolTipShow, ToolTipHide and ToolTipUpdate even in demo app report incorrect number of parameters....