Petr Schreiber
06-11-2005, 22:08
Hi all,
If you have downloaded the current latest TBGL 0.1.5 release, you may have problems with samples, which are using the MsgBox function.
Solution ? Simple :)
Just add 0 as first parameter, instead of text message, like :
Instead of:
MsgBox "Hi there"
... you should follow new syntax, so do it like that ...
MsgBox 0, "Hi there"
And if you don't want to bother with it ? Just download updated sample files below :)
Have fun.
Psch
If you have downloaded the current latest TBGL 0.1.5 release, you may have problems with samples, which are using the MsgBox function.
Solution ? Simple :)
Just add 0 as first parameter, instead of text message, like :
Instead of:
MsgBox "Hi there"
... you should follow new syntax, so do it like that ...
MsgBox 0, "Hi there"
And if you don't want to bother with it ? Just download updated sample files below :)
Have fun.
Psch