Re: [Gambas-user] Paint again

2012-12-17 Thread Charlie Reinl
Am Sonntag, den 16.12.2012, 19:02 +0100 schrieb Benoît Minisini: Le 16/12/2012 14:11, Charlie Reinl a écrit : Salut, as you can see on Bildschirmfoto.png the Paint.Background is changed to Color.Cyan (65535) then on Bildschirmfoto-1.png with Paint.Brush = Paint.Color(0) the

Re: [Gambas-user] Paint again

2012-12-17 Thread Benoît Minisini
Le 17/12/2012 11:49, Charlie Reinl a écrit : Oh, thats right. But sorry, that I don't understand. By coding Paint.Background = Color.Cyan ' set the Background Color Paint.Brush = Paint.Color(0)' set the Foreground Color Paint.ClipRect(10, 135,50,22) '

[Gambas-user] Paint again and Print

2012-12-17 Thread Karl Reinl
Salut, this tiny printing project is based on the question of Rolf-Werner Eilert. I can not reproduce his printing problem, but I have another. While I'm printing into a PDF, if you use it several times the Font.Size change, even with a Print.Font set. The changes go from tiny points on the

Re: [Gambas-user] Paint again

2012-12-16 Thread Benoît Minisini
Le 16/12/2012 14:11, Charlie Reinl a écrit : Salut, as you can see on Bildschirmfoto.png the Paint.Background is changed to Color.Cyan (65535) then on Bildschirmfoto-1.png with Paint.Brush = Paint.Color(0) the Paint.Brush has changed, but also the Paint.Background was set to 0.