[Gambas-user] SQLite and INT4 vs. INTEGER

2008-12-16 Thread moon_walker
Hi Benoit, i am developing a cross platform application. The linux side is on GAMBAS and the Win side is on C#.NET. The common part is the SQLite database. There is some foreign relations which are coupled with comboboxes. So the child table has some foreign key fields joined to parent primary

Re: [Gambas-user] configure...: components were disabled...

2008-12-08 Thread moon_walker
and so on. Remember to install the development-version (dev-xxx) of these missing libraries too. Example: gb.db.odbc needs unixodbc, so you have to install this package AND unixodbc-dev. Hope it helps! Greetz Stevie Am Sonntag, 7. Dezember 2008 01:24:00 schrieb moon_walker: Hi Gurus

[Gambas-user] configure...: components were disabled...

2008-12-06 Thread moon_walker
Hi Gurus, i am just runned the ./configure for rev. 1722. I realised that many components were disabled: gb.qt gb.gtk gb.desktop gb.db.odbc ... could you tell me maybe the reason? thanks Attila -- View this message in context:

Re: [Gambas-user] Form does not get focus

2008-12-01 Thread moon_walker
Thanks Benoit! br Attila Bugzilla from [EMAIL PROTECTED] wrote: On samedi 29 novembre 2008, moon_walker wrote: Hi Gurus, i have a problem again:-): PUBLIC SUB TableView3_Menu() DIM lform AS Form lform = NEW dataentry(did.Value, fertilizer, tableview3.X, tableview3.Y

[Gambas-user] Form does not get focus

2008-11-28 Thread moon_walker
Hi Gurus, i have a problem again:-): PUBLIC SUB TableView3_Menu() DIM lform AS Form lform = NEW dataentry(did.Value, fertilizer, tableview3.X, tableview3.Y) lform.showmodal END The resulting form do not get the focus upon the opening IF dataentry.skiptaskbar = TRUE. :-) Is this correct?

Re: [Gambas-user] New Error message with 2.9

2008-11-19 Thread moon_walker
Stefano Palmeri wrote: Il martedì 18 novembre 2008 17:16:36 moon_walker ha scritto: ps://lists.sourceforge.net/lists/listinfo/gambas-user ohi, ohi... You should have unistalled the previous before installing the revision version. Anyway, no problem. If you compiled 2.9 from source

Re: [Gambas-user] New Error message with 2.9

2008-11-18 Thread moon_walker
Thanks again. I tryed it as you described and worked it fine. The error disappeared also. So how do i uninstall the previous version if i want to keep this revision? Thx Attila Stefano Palmeri wrote: Il venerdì 14 novembre 2008 20:34:46 moon_walker ha scritto: Hi Stefano, thanks

Re: [Gambas-user] New Error message with 2.9

2008-11-18 Thread moon_walker
Thanks again. I tryed it as you described and worked it fine. The error disappeared also. So how do i uninstall the previous version if i want to keep this revision? Thx Attila Stefano Palmeri wrote: Il venerdì 14 novembre 2008 20:34:46 moon_walker ha scritto: Hi Stefano, thanks

Re: [Gambas-user] New Error message with 2.9

2008-11-16 Thread moon_walker
Thanks Stephano! br Attila Stefano Palmeri wrote: Il venerdì 14 novembre 2008 20:34:46 moon_walker ha scritto: Hi Stefano, thanks, but what means SVN version? :-) thx Attila From Gambas site download page

Re: [Gambas-user] New Error message with 2.9

2008-11-14 Thread moon_walker
Hi Stefano, thanks, but what means SVN version? :-) thx Attila Stefano Palmeri wrote: Il giovedì 13 novembre 2008 21:22:09 moon_walker ha scritto: I had the same problem on slackware. Benoit fixed it in svn version. Bye, Stefano

[Gambas-user] New Error message with 2.9

2008-11-13 Thread moon_walker
Hi, i just updated my 2.8 to 2.9 successfully on OpenSuSE 11 with packages by valor's repo. If i want to create an executable or even edit the project properties i receive an error message: Unable to create desktop shortcut. File is a directory. Project.SearchPathVariable.2372 please help. br

Re: [Gambas-user] Tableview edit on wrong line?

2008-11-05 Thread moon_walker
Hi Rolf, i experienced the same issue. It depends on the placing of the tableview on the form. If the tableview is placed on a plain form, it worked for me as expected. If the tableview was placed on a complicated hierarchy (h-split, tabstrip,datasource, v-panel, ) then it was a bit ugly. So i