[Gambas-user] [Gambas-devel] Release of gambas 1.9.32

José L. Redrejo Rodríguez jredrejo at ...96...
Mon Jun 12 00:06:38 CEST 2006


El dom, 11-06-2006 a las 21:20 +0200, Benoit Minisini escribió:
> Hi,
> 
> Here is the 1.9.32 release.
> 
> Warning! The following changes will break your code:
> 
> * An object cannot send or receive events inside its constructor anymore. You 
> will have to move some code from the Form constructor to the Open event 
> handler for example.
> 
> * The LostFocus event is now posted, as the GotFocus event, so that you always 
> get the LostFocus event after its corresponding GotFocus event. This may 
> break some code based on this event. 
> 
> * The Draw.Picture, Draw.Image and Draw.Drawing methods now take optional 
> width & height scaling parameters. This breaks he old syntax:
> 
> For example, before was 'Draw.Image(Image, X, Y, SX, SY, SW, SH)'
> And now is 'Draw.Image(Image, X, Y, DW, DH, SX, SY, SW, SH)'.
> 
> The image will be scaled so that it has the DW x DH dimension on the target 
> drawing device.
> 
> The other main changes are:
> 
> * The Workspace control has been replaced by a new one. 
> * The old help files have been replaced by a static version of the Gambas 
> wiki. 
> * The Draw class now support drawing transformation based on rotation, scaling 
> and translation. 

Hi, as usual, Debian packages for sid and sarge are already available at
http://apt.linex.org/linex/gambas/
They will uploaded to Debian a.s.a.p.





More information about the User mailing list