[Gambas-user] Signal 11 while initializing a property

2009-01-21 Thread Dominique SIMONART
Hi everybody, Gambas 2.8, OpenSuse 11.0, Kde 3.5, with Qt If I initialize my property with the next 2 lines, it's OK ( N and the X property are defined as Byte, i is an Integer) READ #hFile, N hMyClass[i].X = N But if I want to write it shorter with the line below, it ends w

[Gambas-user] Warning with Gambas 3

2009-01-21 Thread Benoit Minisini
Hi, Beware that in the latest revision of the development version, the syntax of the Image constructor has changed. Before, it was: New Image(Width As Integer, Height As Integer, Optional Transparent As Boolean) Now, Image are always transparent, and the syntax is: