[Gambas-user] datechooser bugged?

2014-07-08 Thread Federico Allegretti
No events could be used to code except *Change* and *Activate* all the list of events is useless ? i'll noticed because i need to prevent the user to change date if actual job scheduling was not saved in the db (i planned to use the 'stop event') ... but click event is not present for

Re: [Gambas-user] ReportGridView

2014-07-08 Thread Fabien Bodard
Le 7 juil. 2014 23:26, Roki n.rogozar...@gmail.com a écrit : Ok guys, has anyone used a ReportGridView or knows someone good example of how I use it ? It seems that is not the same as when used in the form. It is not finished ... I ve a lot lot works on it

Re: [Gambas-user] Select Point on a Chart

2014-07-08 Thread Fabien Bodard
I need to see if it is doable Le 7 juil. 2014 23:20, kungfupanda riccardo.giud...@gmail.com a écrit : Hi, This week I'm working with gb.chart component. It's very fine. I've a simple question, is there a method to get the value of a point with mouse click on a chart ? I'm able to find the

Re: [Gambas-user] Printer.NumCopies not updated

2014-07-08 Thread Fabien Bodard
In fact printer . Configure reset all the printer property Le 7 juil. 2014 22:29, Karl Reinl karl.re...@fen-net.de a écrit : Salut Benoît, Printer.NumCopies are not updated, after a change during Printer.Configure() -- Amicalement Charlie

[Gambas-user] fit jpg into drawingarea

2014-07-08 Thread bill-lancaster
I thought I'd sorted this a long time ago but need some help. hImage = Image.Load(/home/xxx.jpg) '(the jpg file is a scan of an A4 document) Public Sub DrawingArea1_Draw() Draw.Image(hImage, 0, 0) End Whatever I try I can never fit the jpg image into the drawing area, this is the nearest

Re: [Gambas-user] fit jpg into drawingarea

2014-07-08 Thread Benoît Minisini
Le 08/07/2014 14:23, bill-lancaster a écrit : I thought I'd sorted this a long time ago but need some help. hImage = Image.Load(/home/xxx.jpg) '(the jpg file is a scan of an A4 document) Public Sub DrawingArea1_Draw() Draw.Image(hImage, 0, 0) End Whatever I try I can never fit the

Re: [Gambas-user] datechooser bugged?

2014-07-08 Thread Tobias Boege
On Tue, 08 Jul 2014, Federico Allegretti wrote: No events could be used to code except *Change* and *Activate* all the list of events is useless ? i'll noticed because i need to prevent the user to change date if actual job scheduling was not saved in the db (i planned to use the 'stop

Re: [Gambas-user] Gambas 3.5.40 - Unable to compile gambas3

2014-07-08 Thread Benoît Minisini
Le 08/07/2014 16:41, CJ a écrit : Tried to compile 3.5.40 from official tar-ball on Xubuntu 14.04 LTS but got the following error at make install step... ... || || Unable to compile gambas3 || ... Looking further up in logfile it complains about ... Installing

Re: [Gambas-user] fit jpg into drawingarea

2014-07-08 Thread bill-lancaster
Thanks, please see attached. -- View this message in context: http://gambas.8142.n7.nabble.com/fit-jpg-into-drawingarea-tp47333p47338.html Sent from the gambas-user mailing list archive at Nabble.com. -- Open source

Re: [Gambas-user] fit jpg into drawingarea

2014-07-08 Thread bill-lancaster
-- View this message in context: http://gambas.8142.n7.nabble.com/fit-jpg-into-drawingarea-tp47333p47339.html Sent from the gambas-user mailing list archive at Nabble.com. -- Open source business process management

Re: [Gambas-user] fit jpg into drawingarea

2014-07-08 Thread bill-lancaster
Thanks - please see attached a3-0.gz http://gambas.8142.n7.nabble.com/file/n47340/a3-0.gz -- View this message in context: http://gambas.8142.n7.nabble.com/fit-jpg-into-drawingarea-tp47333p47340.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] fit jpg into drawingarea

2014-07-08 Thread Benoît Minisini
Le 08/07/2014 23:38, bill-lancaster a écrit : Thanks - please see attached a3-0.gz http://gambas.8142.n7.nabble.com/file/n47340/a3-0.gz Everything works as expected there. -- Benoît Minisini -- Open source business

[Gambas-user] IDE Wish list: Stock popup to select an image for code insertion

2014-07-08 Thread B Bruen
I come up against this occasionally, so this is an only if it's easy wish. When working with class code and I want to insert a color value, it is very easy to do so using the Insert Color button on the class editor toolbar. Occasionally, again when working with the code, I want to insert a