Restored from previous forum. Originally posted by Kale .
Im guessing you'll have to use the third party library that comes with PB called CallCom() for any object orientated programming. Unfortunately there arent many topics detailing this command. Danilo?
Restored from previous forum. Originally posted by KNS .
I've written a URL tracker in python and would now like to redo the project in Purebasic with a graphical interface to set some of the parameters. The initialization code in Python looks like the following,
Restored from previous forum. Originally posted by blueb .
Edwin's tools are the best in the business. He is very dedicated to his products. He gives away many small tools and products as well. Check out his free PBSoft Controls DLL (written in PowerBasic, but the DLL should be useable in Pure ...
Restored from previous forum. Originally posted by freak .
No need to load the tileset more that once.
You can clip always a different region, before displaying it. So in the Loop, or wherever you display your tiles, you always use ClipSprite() to clip the part you want to display next, and ...