Re: [Gambas-user] Valuebox. Property ReadOnly doesn't work?

2014-05-10 Thread B Bruen
On Sat, 10 May 2014 14:26:53 +0200 Tobias Boege wrote: > On Sat, 10 May 2014, Francisco Martinez wrote: > > El 10/05/14 12:20, Tobias Boege escribi?: > > >On Sat, 10 May 2014, Francisco Martinez wrote: > > >>El 08/05/14 15:01, Beno?t Minisini escribi?: > > >>>Le 27/04/2014 00:48, Francisco Martin

Re: [Gambas-user] System.TimeZone Error?

2014-05-10 Thread B Bruen
On Sat, 10 May 2014 17:32:13 +0200 "Wolfgang, dl7nb" wrote: > Hi, > System.TimeZone is defined as follows: > > Return the system timezone. > The returned value is the number of seconds you must add to the > locale time to get the UTC time. > > *That is not always done correctly. * Act

[Gambas-user] Lost my help pages (?)

2014-05-10 Thread ISS Boss
Back again with another question. Somehow, my help pages for each and every one of the elements of a given entity (like a window, textbox, combobox, label, etc) has the following notification below where the help or description would normally show: /comp/gb.gui/label This page does not exist

Re: [Gambas-user] Form.load incorrectly overwritten

2014-05-10 Thread Charlie Reinl
On Sat, 10 May 2014 19:52:25 +0300, Jussi Lahtinen wrote: > Like Jorge said you should look for reserved names like "id", "load", etc > used as names in your controls, menus, etc. Focus on the form you got the > error from. I cannot help much further without seeing the code. > > The error is not

Re: [Gambas-user] Form.load incorrectly overwritten

2014-05-10 Thread Jussi Lahtinen
Like Jorge said you should look for reserved names like "id", "load", etc used as names in your controls, menus, etc. Focus on the form you got the error from. I cannot help much further without seeing the code. The error is not about overwritten, but overridden. http://gambasdoc.org/help/doc/obje

[Gambas-user] System.TimeZone Error?

2014-05-10 Thread Wolfgang, dl7nb
Hi, System.TimeZone is defined as follows: Return the system timezone. The returned value is the number of seconds you must add to the locale time to get the UTC time. *That is not always done correctly. * During winter I used it and it has a result of 3600. This is correct as the diff

Re: [Gambas-user] Valuebox. Property ReadOnly doesn't work?

2014-05-10 Thread Tobias Boege
On Sat, 10 May 2014, Francisco Martinez wrote: > El 10/05/14 12:20, Tobias Boege escribi?: > >On Sat, 10 May 2014, Francisco Martinez wrote: > >>El 08/05/14 15:01, Beno?t Minisini escribi?: > >>>Le 27/04/2014 00:48, Francisco Martinez a ?crit : > Hi buddies. > > In running mode. I see

Re: [Gambas-user] Form.load incorrectly overwritten

2014-05-10 Thread Jorge Carrión
When I migrate some applications from gambas2 to gambas3 I found that I used to name "id" a text field in all my forms. "id" is a property of forms in gambas3 and the existence of that field generates that same error. Hope this help. Regards 2014-05-10 4:22 GMT+02:00 Jb Skaggs : > Could you exp

Re: [Gambas-user] Valuebox. Property ReadOnly doesn't work?

2014-05-10 Thread Francisco Martinez
El 10/05/14 12:20, Tobias Boege escribió: On Sat, 10 May 2014, Francisco Martinez wrote: El 08/05/14 15:01, Beno?t Minisini escribi?: Le 27/04/2014 00:48, Francisco Martinez a ?crit : Hi buddies. In running mode. I see that ValueBox's ReadOnly property is True, but I can write inside. It is

Re: [Gambas-user] Valuebox. Property ReadOnly doesn't work?

2014-05-10 Thread Tobias Boege
On Sat, 10 May 2014, Francisco Martinez wrote: > El 08/05/14 15:01, Beno?t Minisini escribi?: > > Le 27/04/2014 00:48, Francisco Martinez a ?crit : > >> Hi buddies. > >> > >> In running mode. I see that ValueBox's ReadOnly property is True, but I > >> can write inside. It is a bug?. > >> > >> I'm

Re: [Gambas-user] Valuebox. Property ReadOnly doesn't work?

2014-05-10 Thread Francisco Martinez
El 08/05/14 15:01, Benoît Minisini escribió: > Le 27/04/2014 00:48, Francisco Martinez a écrit : >> Hi buddies. >> >> In running mode. I see that ValueBox's ReadOnly property is True, but I >> can write inside. It is a bug?. >> >> I'm using the development version: >> 3.5.99.1+svn20140424+build51~

Re: [Gambas-user] Report and Settings

2014-05-10 Thread Roki
Hi Randall ! This is just a small project that will reproduce the same error that I previously told you. This is only if you're curious about the problem, beacouseFabien already gave the answer, we must be patient until the problem is solved. Anyway thank you guys for your commitment! On 0

[Gambas-user] Frame Arrangement

2014-05-10 Thread Patrik Karlsson
I found this [1] and other threads on the topic of having Frame arrange it contents. We still miss the option to do it. What is the status today, 10 years later, still problematic to implement? Any good work arounds? I was thinking of having a panel that I re-calculate the size for, but maybe I ju