Re: [Gambas-user] Problem with MySQL LONGTEXT field type

2008-12-20 Thread Benoit Minisini
On dimanche 14 décembre 2008, Luigi Carlotto wrote: > Gambas2 - versione 2.9.0 > > The single anomaly verification in a circumstance, that I will try to > describe: > > - I have created a small static class that executes the logon to a > database, executes query and returns the data in a structure

Re: [Gambas-user] Sidepanel bug?

2008-12-20 Thread Benoit Minisini
On samedi 20 décembre 2008, Jussi Lahtinen wrote: > Hi! > > Is this planned behavior; > Orientation left/right changes just hide buttons placement, NOT > direction where sidepanel opens? > I need sidepanel to right side of screen, now it is not possible. > Problem is noticed on QT at program run st

Re: [Gambas-user] sidepanel object + gb.gtk bug

2008-12-20 Thread Benoit Minisini
On mercredi 17 décembre 2008, M0E Lnx wrote: > I develop a couple of application in gambas2-2.9.0, both of which have > a sidepanel object. Both use gb.gtk. > I've found something that I believe is a bug. Does not happen when I > use the gb.qt component > > When I click the little "<" on the side p

[Gambas-user] read commandline invocation

2008-12-20 Thread Joshua Higgins
Probably a stupid question, but I can't figure it out :S How do I get my Gambas program to read how it was invoked from the command line? Thanks. -- joshua higgins >>-- --

[Gambas-user] Sidepanel bug?

2008-12-20 Thread Jussi Lahtinen
Hi! Is this planned behavior; Orientation left/right changes just hide buttons placement, NOT direction where sidepanel opens? I need sidepanel to right side of screen, now it is not possible. Problem is noticed on QT at program run state. gambas...@ubuntu 8.10 Jussi --

Re: [Gambas-user] SQLite and INT4 vs. INTEGER

2008-12-20 Thread Benoit Minisini
On mardi 16 décembre 2008, moon_walker wrote: > 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 t