[Gambas-user] [Gambas Bug Tracker] Bug #949: Online help web URL is not updated

2016-05-23 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.949&from=L21haW4- 梁炜 reported a new bug. Summary --- Online help web URL is not updated Type : Bug Priority : Medium Gambas version : 3.8 Product : Development Environment Description --- In helpbrows

Re: [Gambas-user] Component problems

2016-05-23 Thread Jussi Lahtinen
OK, that is much cleaner way to do it. I was stuck with the control x and y being 8, and didn't even go to think the automatic ways... Thanks! Jussi On Mon, May 23, 2016 at 11:40 PM, Fabien Bodard wrote: > ... the file > > 2016-05-23 22:39 GMT+02:00 Fabien Bodard : > > I'm sure not the same :-

Re: [Gambas-user] Component problems

2016-05-23 Thread Fabien Bodard
I'm sure not the same :-)... i resend it to be sure. Please do not use the arrange event for that kind of use. ... It's a bad VB style way. 2016-05-23 22:33 GMT+02:00 Jussi Lahtinen : > I think you attached wrong file. That is identical to what I posted. > But I put the hLabel and hSpin stuff in A

Re: [Gambas-user] Component problems

2016-05-23 Thread Fabien Bodard
... the file 2016-05-23 22:39 GMT+02:00 Fabien Bodard : > I'm sure not the same :-)... i resend it to be sure. Please do not use > the arrange event for that kind of use. ... It's a bad VB style way. > > 2016-05-23 22:33 GMT+02:00 Jussi Lahtinen : >> I think you attached wrong file. That is identi

Re: [Gambas-user] Component problems

2016-05-23 Thread Jussi Lahtinen
I think you attached wrong file. That is identical to what I posted. But I put the hLabel and hSpin stuff in Arrange event and now it works correctly. Thanks! Jussi On Mon, May 23, 2016 at 8:17 PM, Fabien Bodard wrote: > Well ... try to learn about form automatic arrangement you can play > wit

Re: [Gambas-user] Question about gb.cairo

2016-05-23 Thread Karl Reinl
Am Montag, den 23.05.2016, 19:58 +0200 schrieb wi...@develop.earthshipeurope.org: > On 2016-05-23 17:39, Rolf-Werner Eilert wrote: > > I have used Cairo in a non GUI application, and it runs very well. > > > Okay, good to know. > Some questions rise: > What version of Gambas is this non GUI applic

Re: [Gambas-user] Question about gb.cairo

2016-05-23 Thread willy
On 2016-05-23 17:39, Rolf-Werner Eilert wrote: > I have used Cairo in a non GUI application, and it runs very well. > Okay, good to know. Some questions rise: What version of Gambas is this non GUI application running on? And is the system it is running on a non GUI install of some linux or a com

Re: [Gambas-user] Component problems

2016-05-23 Thread Fabien Bodard
Well ... try to learn about form automatic arrangement you can play with object containers and different colors to see what is doing each properties This is the component corrected 2016-05-23 16:33 GMT+02:00 Charlie : > I this case I think the problem starts with 'Me'. Is this because there is no

Re: [Gambas-user] Component problems

2016-05-23 Thread Charlie
I this case I think the problem starts with 'Me'. Is this because there is no SpinLabel.Form which would be 'Me'? I've messed about with this and if you change 'Me' to 'FMain' things change. Hope that helps. -- View this message in context: http://gambas.8142.n7.nabble.com/Component-problems-tp

Re: [Gambas-user] Question about gb.cairo

2016-05-23 Thread Rolf-Werner Eilert
I have used Cairo in a non GUI application, and it runs very well. Maybe you are using some other function which refers to GUI somewhere in the code? Regards Rolf Am 23.05.2016 16:31, schrieb wi...@develop.earthshipeurope.org: > Hi all, > > I have written a function to make a pdf from data in

[Gambas-user] Question about gb.cairo

2016-05-23 Thread willy
Hi all, I have written a function to make a pdf from data in a mysql database. This function is in a library. A command line application 'PrintKwartaal' uses this function. Goal is to print the pdf on a quarterly base using a cron job on Debain server. The cron job starts the Gambas application