Re: [Gambas-user] Warning with Gambas 3

2009-02-01 Thread Benoit Minisini
On mercredi 21 janvier 2009, Benoit Minisini wrote: > > Now, Image are always transparent, and the syntax is: > > > New Image(Optional Width As Integer, Optional Height As Integer, Optional > Format As Integer, Optional Color As Integer) > > The syntax has changed again: The Colo

[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: