Page 1 of 1

Updating my GUI function knowledge...

Posted: Sat Mar 26, 2011 4:19 pm
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.

Re: Updating my GUI function knowledge...

Posted: Sat Mar 26, 2011 7:21 pm
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.