Re: [Gambas-user] [29]invalid object. ValueBox.Warning.Timer.410

2008-07-20 Thread jbskaggs
Okay the work around fixes the warning.timer message. But sporadically when I click on a Textarea it reboots my computer. (more specifically Ubuntu) This doesn't happen with any other software and never started until this error message started. Anyideas? JB Benoit Minisini wrote: > > On di

Re: [Gambas-user] Postgresql date question

2008-07-20 Thread richard terry
On Sun, 20 Jul 2008 08:30:20 am Pino Zollo wrote: > Alle 17:51, giovedì 17 luglio 2008, richard terry ha scritto: > > insert into mytable (date1, date2) values > > > > ('01/01/2008','00:00:00') > > What about > insert into mytable (date1, date2) values ('01/01/2008', NULL) Yes, of course, that work

Re: [Gambas-user] [29]invalid object. ValueBox.Warning.Timer.410

2008-07-20 Thread Benoit Minisini
On dimanche 20 juillet 2008, Benoit Minisini wrote: > On dimanche 20 juillet 2008, jbskaggs wrote: > > Okay so in my case the bug is called by the gb.qt.ext printer component? > > That is the only .ext component I have. > > > > How long before 2.8 comes out? > > > > I am wondering if I should find

Re: [Gambas-user] [29]invalid object. ValueBox.Warning.Timer.410

2008-07-20 Thread Benoit Minisini
On dimanche 20 juillet 2008, jbskaggs wrote: > Okay so in my case the bug is called by the gb.qt.ext printer component? > That is the only .ext component I have. > > How long before 2.8 comes out? > > I am wondering if I should find a work around for the printer until the 2.8 > comes out. > > Unfo

Re: [Gambas-user] [29]invalid object. ValueBox.Warning.Timer.410

2008-07-20 Thread jbskaggs
Okay so in my case the bug is called by the gb.qt.ext printer component? That is the only .ext component I have. How long before 2.8 comes out? I am wondering if I should find a work around for the printer until the 2.8 comes out. Unfortunately I released this program for beta. JB Benoit M

Re: [Gambas-user] [29]invalid object. ValueBox.Warning.Timer.410

2008-07-20 Thread Benoit Minisini
On dimanche 20 juillet 2008, jbskaggs wrote: > So the error was not caused because I just switched my component library > without changing the actual controls on the form? > > For example I drew a text area in gb.gtk then switched to gb.qt but did > not recreate this textarea control I just left t

Re: [Gambas-user] [29]invalid object. ValueBox.Warning.Timer.410

2008-07-20 Thread jbskaggs
So the error was not caused because I just switched my component library without changing the actual controls on the form? For example I drew a text area in gb.gtk then switched to gb.qt but did not recreate this textarea control I just left the textarea I created in GTK. Is that what caused th

Re: [Gambas-user] [29]invalid object. ValueBox.Warning.Timer.410

2008-07-20 Thread Benoit Minisini
On dimanche 20 juillet 2008, jbskaggs wrote: > Okay it has caused my computer to reboot. I guess not. You are not using Windows. :-) -- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move Developer's ch

Re: [Gambas-user] [29]invalid object. ValueBox.Warning.Timer.410

2008-07-20 Thread Benoit Minisini
On dimanche 20 juillet 2008, jbskaggs wrote: > Help! My program was running fine then suddenly and unexpectedly it started > this: It does it at seemingly random times. The only difference I have > done was to switch from GTK to QT for printing purposes. > > http://www.nabble.com/file/p18551527/b

Re: [Gambas-user] Postgresql date question

2008-07-20 Thread Rolf Schmidt
Hi Richard > Hi to postgres users of gambas. > > I'm passing some information to postges, which gets the data from date type > > eg date1 as date > data2 as date > > (N the postgres database the default on the date field is null) > > my problem is that postgres baulks when I"ve not put a date

Re: [Gambas-user] [29]invalid object. ValueBox.Warning.Timer.410

2008-07-20 Thread jbskaggs
I think I understand what I did. When I switched from gtk to qt I did not recreate all the controls. I mistakenly thought I could just switch compnent library and the IDE would know the difference. So now I am back to using GTK and having to restart on my printing problems or recreate all my con