Updating my GUI function knowledge...

Just starting out? Need help? Post your questions and find answers here.
sigmason
User
User
Posts: 37
Joined: Tue Feb 13, 2007 6:24 pm

Updating my GUI function knowledge...

Post by sigmason »

A great part about PureBASIC is that it's powerful funtionality is always growing.
However, sometimes I find myself using code examples or trying to do something a way that is depricated.

I need to write some more GUI related code, but even the examples in my PureBASIC book appear out of date.

Can anyone point me to some up to date examples for GUI operation (cross platform)?

Thanks.
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Re: Updating my GUI function knowledge...

Post by c4s »

The help file is full of working examples!

By the way: Most times it's possible to get older code to work by uncommenting (e.g. CreateGadetList()) or renaming the functions... Taking a look at the changelog might help as well.
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
Post Reply