Re: [Gambas-user] Image smoothing

2016-07-13 Thread Benoît Minisini
Le 09/07/2016 10:41, juan duque a écrit : > Obviously my English is somewhat lacking. Apologies. > > I think this is not a bug but rather a design with some shortcomings. > > Smoothing (or interpolation) of an image is often convenient but not > desirable in all cases. > Attached a sample program (

[Gambas-user] Why Gambas is packaged in only one tarball without a configure script?

2016-07-13 Thread Juan Francisco Cantero Hurtado
Hi. In the page http://gambaswiki.org/wiki/howto/package , you give some indications to the packagers. You want one package per component. That's okay but I don't understand why are you bundling every component in one "big" tarball without a configure script. You could create individual tarball

Re: [Gambas-user] Image smoothing

2016-07-13 Thread Gianluigi
I see exactly as you see it, and to my knowledge Paint has antialiasing, Draw not. Regards Gianluigi 2016-07-13 20:06 GMT+02:00 juan duque : > Thanks for the reply. > > Have you tested with the attachment? The Paint.Antialias = False has > no effect, at least on my system: the obtained image rem

Re: [Gambas-user] Image smoothing

2016-07-13 Thread juan duque
Thanks for the reply. Have you tested with the attachment? The Paint.Antialias = False has no effect, at least on my system: the obtained image remains smoothened. Public Sub Button2_Click() Dim hPic As Picture hPic = New Picture(256, 256) If (RadioButton1.Value) Then Paint.Begin(hPic

[Gambas-user] Grid with spreadsheet behaviour

2016-07-13 Thread martin p cristia
Hi, just wondering if someone has it and want to share the code. -- Saludos Ing. Martin P Cristia -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals

[Gambas-user] [Gambas Bug Tracker] Bug #955: Glade Import

2016-07-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.955&from=L21haW4- Comment #2 by Ali MUFEED: Yea. Thought so too. So i ended up rebuilding everything in Gambas itself. Ali MUFEED changed the state of the bug to: Invalid.

[Gambas-user] [Gambas Bug Tracker] Bug #964: ColorChooser +- buttons

2016-07-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.964&from=L21haW4- Ali MUFEED reported a new bug. Summary --- ColorChooser +- buttons Type : Bug Priority : Medium Gambas version : Unknown Product : GTK+3 component Description --- Hi, ColorChooser ha