Re: [Gambas-user] Strange problem with windows/postgresql/form.db

2015-03-27 Thread nero
may be case sensitive Field Name !? But I do not know gambas 3.7.0 on windows/cygwin and I never have used the databrowser. I don't think , all field are lower case , also same example work perfectly on linux. -- Dive

[Gambas-user] Strange problem with windows/postgresql/form.db

2015-03-27 Thread nero
I all , I've compile gambas 3.7.0 on windows/cygwin , now I've a full working gambas environment on windows , it works almost well but I've a strange problem. When I use a databrowser with postgresql it don't show string value , only numeric one. It work perfect with sqlite3 or using it from l

[Gambas-user] Report control label color

2014-01-22 Thread nero
Hi all, I'm starting using report control but cannot find a way to set a label color , I've try with something like: lblID.Brush = ReportBrush.Color(Color.red) lblID.BackGround = ReportBrush.Color(Color.Yellow) It don't show error but don't change anythink. any idea ? Thank's in advance, Marc

[Gambas-user] Printing report

2014-01-22 Thread nero
Hi all, I can print directly to pdf using priner component without any problem using somethink like: printer.Paper = Printer.A4 printer.OutputFile = "~/print.pdf" p1.Print() Now I've made some report using report component but I can't understand how to obtain the same, I can made pdf using :

[Gambas-user] automatic column width in DataBrowser

2013-12-17 Thread nero
Hi all ,  I'm using a to get some data from a postgresql database , everything's work fine but I've some problema setting column width. When I double click between two columns they get the right width , is there a way to do so by code ? Also can I set test allignment of the cells ? I see some

Re: [Gambas-user] tableview

2009-10-01 Thread nero
nero wrote: ok , I'm investigating the problem: - When tv is loaded all columns are 100 in size - When I doubleclick between two column the column are resized by the content and get various size - When I set tv.Columns.Width = "-1" or tv.Columns.Width = -1 all the columns get si

Re: [Gambas-user] tableview

2009-09-30 Thread nero
Benoît Minisini wrote: > So setting the width of columns to "-1" should work as you expected, at > least with gb.qt. Strange... I'm using qt4 , i'm porting an app from gambas2/qt3/kde3 to gambas3/qt4/kde4 , I can't try with qt3 since I don't have kde3 installed . -- E' piu' logico sacri

Re: [Gambas-user] tableview

2009-09-30 Thread nero
Benoît Minisini wrote: > No, there is no way to do that. But if it does not work by code, it should > not work with the mouse too. Strange... How do you fill the contents of > the TableView? without the data event , i simply set value of any row. I will move to use data event but not immediately

Re: [Gambas-user] tableview

2009-09-29 Thread nero
Benoît Minisini wrote: > Try to put -1 in the TableView.Columns.Width property. If I remember, it > does not work correctly if your data comes from the Data event. no , it don't work , it make all columns ~ 10 px . Isn't there a way to call the directly the mouse action ? like call Tableview_Cl

[Gambas-user] tableview

2009-09-29 Thread nero
Hi, when using a tableview in gambas3 if I doubleclick between two columns all columns autoresize to best fit. How can I have the same by code without do nothink with mouse ? thank's, marco. -- E' Primavera. I sensi si risvegliano. Le giornate si allungano, e non solo quelle...

Re: [Gambas-user] qt4 and form.controls

2009-09-18 Thread nero
Benoît Minisini wrote: > OK, it should be fixed in the next commit. Thank's very much , now with revision 2342 works perfectly. -- Gli hacker lo fanno con poche istruzioni. -- Come build with us! The BlackBerry® Dev

[Gambas-user] qt4 and form.controls

2009-09-17 Thread nero
hi , I'm trying some of my code on gambas3 to be ready when it's done. I've some problem with form controls using qt4 , i've a form with n controls and want to enumerate them . I'm using somethink like: Public Sub Button1_Click() Dim ch As Obje

[Gambas-user] qt4 and form.controls

2009-08-10 Thread nero
hi , I'm trying some of my code on gambas3 to be ready when it's done. I've some problem with form controls using qt4 , i've a form with n controls and want to enumerate them . I'm using somethink like: Public Sub Button1_Click() Dim ch As Obj

Re: [Gambas-user] Welcome to QT4!

2009-06-23 Thread nero
Benoît Minisini wrote: >> Hi all, >> >> I've get latest svn compiled without problem but when I run it I get: >> ERROR: #27: Cannot load component '/opt/gbx3/lib/gambas3/gb.qt4.so': > > ... > > Did you do a ./reconf ? This is needed when some files are added. You see > that in the subversion log,

Re: [Gambas-user] Welcome to QT4!

2009-06-23 Thread nero
Hi all, I've get latest svn compiled without problem but when I run it I get: ERROR: #27: Cannot load component '/opt/gbx3/lib/gambas3/gb.qt4.so': /opt/gbx3/lib/gambas3/gb.qt4.so: undefined symbol: _ZNK14SystemTrayIcon10metaObjectEv gb.qt4.so is linked ok: ldd /opt/gbx3/lib/gambas3/gb.qt4.s

Re: [Gambas-user] ODBC

2009-05-20 Thread nero
programacion wrote: > > Hello. > > I tried to connect to Firebird database via ODBC without success.Got do > through OpenOffice-Base Firebird and a manager called Flamerobin. It is > not the same thing to use IBM, but if you know any known use ODBC > drivers for Firebird? uhmm , ooo imho use jd