Page 1 of 9

Flype UserLibraries for PureBasic 4.0

Posted: Wed May 17, 2006 10:42 am
by Flype
Here you can find my freely downloadable libs/includes for PureBasic :

All files are stored on PureStorage : http://www.penguinbyte.com/apps/pbwebstor/

______________________________________________

MailSlot for PB4.10b
File:->MailSlot.zip
Image

More infos here on MSDN :
http://msdn2.microsoft.com/en-us/library/aa365147.aspx

______________________________________________

DesktopEx V1.0b for PB4
File:->UserLib_PB40_DesktopEx.zip
Image

______________________________________________

JoystickEx V1.0 for PB4
File:->UserLib_PB40_JoystickEx.zip
Image

______________________________________________

PureXLS (not finished) for PB4
File:-> UserLib_PB40_PureXLS.zip
Image

______________________________________________

PureXML V1.0 for PB4
File:->UserLib_PB40_PureXML.zip
Image

______________________________________________

PureXML V2.0 **BETA** pour PB4.02
File:->UserLib_PB402_PureXML_V2_BETA.zip
Image
Taille : 207k

______________________________________________

SysTrayIconEx V1.0 for PB4
File:->UserLib_PB40_SysTrayIconEx.zip
Image

______________________________________________

LinkedListEx V0.3 for PB4
File:->UserLib_PB40_LinkedListEx.zip
Image

______________________________________________

LibMySQL 5.0 for PB4
File:1->libmysql5.zip
Image

______________________________________________

LibPostgreSQL 8.1 for PB4
File:1->libpgsql81_full.rar
Image
File:2->libpgsql81_light.zip
Image

______________________________________________

SubSystem MySQL 5.1 for PB4.0 !!! BETA STAGE !!!
File:1->USERLIB_PB40_MySQL5.zip
Image

______________________________________________

SubSystem PostgreSQL 8.1.4 for PB4.0 !!! BETA STAGE !!!
File:1->USERLIB_PB40_PostgreSQL.zip
Image

______________________________________________

LibGDIPlus 1.0 for PB4
File:->UserLib_PB40_libgdiplus.zip
Image

______________________________________________

PBOSL PurePDF for PB4
File:->UserLib_PB40_FPDF.zip
Image

______________________________________________

RMCHART.DLL v3.10 for PB4.00
http://www.rmchart.com/

File:->UserLib_PB40_librmchart310_light.zip
Image

File:->UserLib_PB40_librmchart310_full.zip
Image

RMCHART.DLL v3.10 for PB4.02
File:1->RMChart_PB402.zip
Image

TO DO : updating to RMChart 4.01 for PureBasic 4.10

______________________________________________

RichEdit includes for PB4
File:->richedit.zip
Image

File:->richedit_mysql_0.1.zip
Image

______________________________________________

SysColorRequester (IDE Tool)
File:->SysColorRequester 1.3
Image

______________________________________________





These libs are provided for free usage.
All sources are included in the archives.
There are no docs yet, but the examples are quite explicit.



have fun :wink:

Posted: Wed May 17, 2006 11:09 am
by Flype
PureXML helpfile added, sorry for the inconvenience.

Posted: Wed May 17, 2006 11:14 am
by Pantcho!!
Thanks! I just love the Tray Lib! good work.

Posted: Wed May 17, 2006 11:59 am
by Flype
Should be ok, please retry.

Re: Flype UserLibraries for PureBasic 4.0

Posted: Wed May 17, 2006 12:00 pm
by Kiffi
Hello Flype,

thanks for sharing your code! Image
Flype wrote:PureXML V1.0
The XmlParser.Dll is written in PowerBasic, yes?

Greetings ... Kiffi

Posted: Wed May 17, 2006 12:03 pm
by Flype
To be honest, i don't remember.
This lib is 2 year old, so if you have some informations
about a newer version of the xmlparser.dll, i'm interested.

Posted: Wed May 17, 2006 12:07 pm
by Dare2
Hi Flype,

Thank you.

Posted: Wed May 17, 2006 8:15 pm
by GeoTrail
Cool, great work and thanks for sharing :)

Posted: Wed May 17, 2006 9:14 pm
by josku_x
booooooooring....




oops! I didn't notice JoystickEx V1.0 :oops:
@Flype: Thanks for sharing your libraries, really cool :D

BTW: If someone is trying to kill me, and he says: "SAY YOUR LAST PRAY", I'll say: "Thanks Fred and PB team and ofcourse Flype" :wink:

Posted: Wed May 17, 2006 9:28 pm
by GeoTrail
josku_x wrote:booooooooring....




oops! I didn't notice JoystickEx V1.0 :oops:
@Flype: Thanks for sharing your libraries, really cool :D

BTW: If someone is trying to kill me, and he says: "SAY YOUR LAST PRAY", I'll say: "Thanks Fred and PB team and ofcourse Flype" :wink:
Nice save ;) hehehe :lol:

Posted: Wed May 17, 2006 10:15 pm
by Flype
why booooooooring.... :D :?:

JoystickEx V1.0 should work with up to 16 joysticks.
if some of you have more than 1 controller, please test and let me know.

:wink:

Posted: Thu May 18, 2006 7:33 am
by Konne
Nice tanks for sharing!

Posted: Thu May 18, 2006 10:49 am
by Pantcho!!
Is there a possbility to add these to the SysTray Lib:
- Ballon TIP font and color
- Ballon TIP images - adding images with the text

These Features will make this lib perfect! :D

Posted: Thu May 18, 2006 11:14 am
by Flype
the design of the systray balloons are windows-built.
so there's no API way to change the color/font of the balloon.
it's a windows limitation, sorry.

but it's possible to change the appearance of all balloons by specifiying it into the Desktop Panel

Appearance --> Advanced --> Element: BalloonTip --> Color & Font.

For the image it is possible, under WinXPSP2 only, to specify one User Icon ( icon, not image ). To do so, activate XP support on the IDE, choose an icon for the executable. Thus, the icon of the executable will be displayed on the balloon tip if #NIIF_USER was passed as argument :

SysTrayIconBalloonEx(0, WindowID(0), "Information", "My Message", 0, #NIIF_USER)

Posted: Thu May 18, 2006 4:17 pm
by Flype
NEW

I decided to release my LinkedList functions as a UserLibrary.
See this post for more informations :
http://www.purebasic.fr/english/viewtop ... highlight=

So, LinkedListEx Version 0.3 is now downloadable from first post.
:wink: