[lazarus] TRadioGroup mistery

2007-06-20 Thread zeljko
Hi, What is the purpose of "HiddenRadioButton" while creating TRadioGroup ? eg. TRadioGroup with 2 items creates 3 items , one named "HiddenRadioButton" and others from Items[]. TRadioGroup without items always create this "HiddenRadioButton". I'm currently working on qt port and have problem w

Re: [lazarus] IBConnection error in win64

2007-06-20 Thread Carlos German Tejero
I put the libmysql.dll in system32 and the application directory and the problem persist. When i connect with Con.Open; the application finish. Thanks. 2007/6/20, Vincent Snijders <[EMAIL PROTECTED]>: On Wed, 20 Jun 2007 19:39:26 -0300 Carlos German Tejero <[EMAIL PROTECTED]> wrote: > Ok, but

Re: [lazarus] Subrows in grids...

2007-06-20 Thread Jesus Reyes
--- Joost van der Sluis <[EMAIL PROTECTED]> escribió: > On Wed, 2007-06-20 at 14:44 +0200, Graeme Geldenhuys wrote: > > That's an interesting idea. I believe I have seen 3rdParty Delphi > grid > > components doing the same thing. Based on you idea and > screenshot. > > How would you access the c

Re: [lazarus] Subrows in grids...

2007-06-20 Thread Jesus Reyes
--- Joost van der Sluis <[EMAIL PROTECTED]> escribió: > Hi Jesus and the rest, > > > Attached is a patch to allow 'subrows' in a row in a grid. You can > say, > for example that each row should contain two subrows. Then the > columns > will be divided over those two rows. Second you can specify

Re: [lazarus] IBConnection error in win64

2007-06-20 Thread Vincent Snijders
On Wed, 20 Jun 2007 19:39:26 -0300 Carlos German Tejero <[EMAIL PROTECTED]> wrote: > Ok, but i'm using mysql5 64bits and the problem is the same. > it's a fpc bug? > i'm using fpc 64bits. > thanks. If you are using 64 bits dlls from a 64 bits application, you should put the dll's in the system32

Re: [lazarus] IBConnection error in win64

2007-06-20 Thread Carlos German Tejero
Sorry, i'm using a incorrect libmysql.dll, i correct this and the problem is solved (for mysql). But now i have a new problem, when connect to a mysql database, the open method raise an exception and the application finish, i catch the exception with a try/except but the application finish too. th

Re: [lazarus] IBConnection error in win64

2007-06-20 Thread Carlos German Tejero
Ok, but i'm using mysql5 64bits and the problem is the same. it's a fpc bug? i'm using fpc 64bits. thanks. 2007/6/20, Vincent Snijders <[EMAIL PROTECTED]>: On Wed, 20 Jun 2007 19:16:34 -0300 Carlos German Tejero <[EMAIL PROTECTED]> wrote: > Hi: > I'm test lazarus 0.9.23beta (r11234), on win64

Re: [lazarus] IBConnection error in win64

2007-06-20 Thread Vincent Snijders
On Wed, 20 Jun 2007 19:16:34 -0300 Carlos German Tejero <[EMAIL PROTECTED]> wrote: > Hi: > I'm test lazarus 0.9.23beta (r11234), on win64. I have installed Firebird > 2.0.1 for 32bits, and works fine. > When try to connect using a sqldb/ibconnection lazarus report an error: > > "Can not load defa

Re: IBConnection error in win64

2007-06-20 Thread Carlos German Tejero
And the same problem with TMySQL50Connection "Can not load MySQL library "libmysql.dll". Check your installation." Bye. 2007/6/20, Carlos German Tejero <[EMAIL PROTECTED]>: Hi: I'm test lazarus 0.9.23beta (r11234), on win64. I have installed Firebird 2.0.1 for 32bits, and works fine. When tr

[lazarus] IBConnection error in win64

2007-06-20 Thread Carlos German Tejero
Hi: I'm test lazarus 0.9.23beta (r11234), on win64. I have installed Firebird 2.0.1 for 32bits, and works fine. When try to connect using a sqldb/ibconnection lazarus report an error: "Can not load default Firebird clients("gds32.dll" or "fbclient.dll"). Check your installation." But i have inst

[lazarus] tutorial about printing

2007-06-20 Thread Gustavo Moreno Domínguez
Somebody can give me some documentation or tutorials about printing in lazarus. I find some information in the Wiki but I need more. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject

Re: [lazarus] Subrows in grids...

2007-06-20 Thread Joost van der Sluis
On Wed, 2007-06-20 at 17:36 +0200, Michael Van Canneyt wrote: > > On Wed, 20 Jun 2007, Joost van der Sluis wrote: > > > Hi Jesus and the rest, > > > > > > Attached is a patch to allow 'subrows' in a row in a grid. You can say, > > for example that each row should contain two subrows. Then the c

Re: [lazarus] ld -lglib not found

2007-06-20 Thread Alain Michaud
Hi, what you need really is the file , or symbolic link: libglib.so and the path to access it: In Mandrive , the file libglib.so.2.3 is there but I have to add the link libglib.so -> libglib.so.2.3 for example good luck On Wed, 2007-06-20 at 14:09 +0700, dayat wrote: > I try to build laza

Re: [lazarus] Subrows in grids...

2007-06-20 Thread Michael Van Canneyt
On Wed, 20 Jun 2007, Joost van der Sluis wrote: > Hi Jesus and the rest, > > > Attached is a patch to allow 'subrows' in a row in a grid. You can say, > for example that each row should contain two subrows. Then the columns > will be divided over those two rows. Second you can specify for each

Re: [lazarus] Subrows in grids...

2007-06-20 Thread Joost van der Sluis
On Wed, 2007-06-20 at 14:44 +0200, Graeme Geldenhuys wrote: > That's an interesting idea. I believe I have seen 3rdParty Delphi grid > components doing the same thing. Based on you idea and screenshot. > How would you access the cell selected in the screenshot? > > Grid.Cells[???] := 'My new text

Re: [lazarus] Subrows in grids...

2007-06-20 Thread Graeme Geldenhuys
That's an interesting idea. I believe I have seen 3rdParty Delphi grid components doing the same thing. Based on you idea and screenshot. How would you access the cell selected in the screenshot? Grid.Cells[???] := 'My new text'; Sorry, I haven't had a look at the patch yet, to see if that answ

[lazarus] Subrows in grids...

2007-06-20 Thread Joost van der Sluis
Hi Jesus and the rest, Attached is a patch to allow 'subrows' in a row in a grid. You can say, for example that each row should contain two subrows. Then the columns will be divided over those two rows. Second you can specify for each column how much subrows it has to 'span'. For example, with t

Re: [lazarus] Error MDIForm ->Lazarus 9.0.22

2007-06-20 Thread Felipe Monteiro de Carvalho
On 6/20/07, Allies Xposs <[EMAIL PROTECTED]> wrote: What a QT interface? http://wiki.lazarus.freepascal.org/Qt_Interface what can i do ? Use the Qt interface and set the necessary properties to get mdi at run-time, like on the OnCreate event of the form. -- Felipe Monteiro de Carvalho __

Re: [lazarus] SqlError Command Left Join

2007-06-20 Thread Bram Kuijvenhoven
compile my program.. run EAccesViolation ??? please help ;) Allies Xposs wrote: special for All Programers Lazarus... sqlquery1.close; sqlquery1.sql.clear; sqlquery1.sql.add('select A,c_div,B.D_name,A.C_Code,A.C_Name from Categori A left Join Divisi B on A,C_div=B.D_code order by A.C_div,A.C

[lazarus] IDE crashes trying to view a form in Form Designer

2007-06-20 Thread Graeme Geldenhuys
Hi, I'm using Lazarus 0.9.23 (r11312) under Linux compiled with the GTK1 widget set. Since about 3 weeks back I noticed a new issue in Lazarus with two of my forms. I was working on another project since then, but have to get it fixed now. Anyway, the form consists of a TPageControl with a few

Re: [lazarus] Error MDIForm ->Lazarus 9.0.22

2007-06-20 Thread Allies Xposs
Thanks... But What a QT interface? what can i do ? Thanks and sorry my english Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: On 6/20/07, Michael Van Canneyt wrote: > MDI forms are not yet supported. Except for the Qt Interface. -- Felipe Monteiro de Carvalho ___

[lazarus] SqlError Command Left Join

2007-06-20 Thread Allies Xposs
special for All Programers Lazarus... sqlquery1.close; sqlquery1.sql.clear; sqlquery1.sql.add('select A,c_div,B.D_name,A.C_Code,A.C_Name from Categori A left Join Divisi B on A,C_div=B.D_code order by A.C_div,A.C_Code '); sqlquery.open; error command.. why ? i try run at My

Re: [lazarus] Error MDIForm ->Lazarus 9.0.22

2007-06-20 Thread zeljko
On Wednesday 20 June 2007 10:04, Felipe Monteiro de Carvalho wrote: > On 6/20/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > MDI forms are not yet supported. > > Except for the Qt Interface. But runtime only ;) _ To uns

Re: [lazarus] Error MDIForm ->Lazarus 9.0.22

2007-06-20 Thread Felipe Monteiro de Carvalho
On 6/20/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: MDI forms are not yet supported. Except for the Qt Interface. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe

Re: [lazarus] ld -lglib not found

2007-06-20 Thread dayat
Thanks Michael On 6/20/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: On Wed, 20 Jun 2007, dayat wrote: > I try to build lazarus in fedora 6 from tarball, but at the time of linkin, > there is error: ld -lglib not found. trying src.rpm also accept that > message. can help me. thanks You

Re: [lazarus] ld -lglib not found

2007-06-20 Thread Michael Van Canneyt
On Wed, 20 Jun 2007, dayat wrote: > I try to build lazarus in fedora 6 from tarball, but at the time of linkin, > there is error: ld -lglib not found. trying src.rpm also accept that > message. can help me. thanks You must install the gtk-devel and glib-devel packages. (in fact, it's best to in

Re: [lazarus] Error MDIForm ->Lazarus 9.0.22

2007-06-20 Thread Michael Van Canneyt
On Tue, 19 Jun 2007, Allies Xposs wrote: > Error Message : > TCustomForm.SetFormStyle MDI FOrm >??? MDI forms are not yet supported. Michael. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe

Re: [lazarus] Open-doc event handler for OS X Carbon

2007-06-20 Thread Michael Van Canneyt
On Tue, 19 Jun 2007, Hess, Philip J wrote: > On Windows, if your app is associated with a specific file extension, if > a user double-clicks a file of that type Windows starts another instance > of your app, which can then determine the file that launched it by > inspecting ParamStr(1). > > >

[lazarus] ld -lglib not found

2007-06-20 Thread dayat
I try to build lazarus in fedora 6 from tarball, but at the time of linkin, there is error: ld -lglib not found. trying src.rpm also accept that message. can help me. thanks Hidayat

[lazarus] ld -lglib not found

2007-06-20 Thread dayat
I try to build lazarus in fedora 6 from tarball, but at the time of linkin, there is error: ld -lglib of found. trying src.rpm also accept that message. can help me. thanks Hidayat