[lazarus] SQL DB access functional?

2006-04-15 Thread Jon Foster
Are the SQL DB components supposed to be functional? I've tried using TMySQLConnection and TPQConnection with the associated TSQLTransaction and TSQLQuery attached through a datasource to a data grid. The TMySQLConnection always says, Server connect failed when I try to make a query active.

Re: [lazarus] panel as parent of a tform

2006-04-15 Thread Bisma Jayadi
Under linux/GTK it is not working. It is like if the docked form was displayed as modal and I was not able to have to focus back on the parent form. I did not investigate yet. Actually, I'd like to do it on Linux (and other non-win32 platforms). Most of my codes on Delphi using this trick

Re: [lazarus] SQL DB access functional?

2006-04-15 Thread Michael Van Canneyt
On Fri, 14 Apr 2006, Jon Foster wrote: Are the SQL DB components supposed to be functional? I've tried using TMySQLConnection and TPQConnection with the associated TSQLTransaction and TSQLQuery attached through a datasource to a data grid. The TMySQLConnection always says, Server connect

Re: [lazarus] Lazarus win32 snapshot with fpc 2.0.3

2006-04-15 Thread Vincent Snijders
compilation have been reverted. Todays win32 snapshot (20060415) is built with fpc 2.1.1. It should be available for download soon. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: [lazarus] Lazarus win32 snapshot with fpc 2.0.3

2006-04-15 Thread rstar
2.1.1 that broke Lazarus compilation have been reverted. Todays win32 snapshot (20060415) is built with fpc 2.1.1. It should be available for download soon. Vincent _ To unsubscribe: mail [EMAIL PROTECTED

[lazarus] New icons for the Lazarus IDE

2006-04-15 Thread rstar
New icons for the Lazarus IDE: http://tango-project.org/Tango_Icon_Gallery Opinions? _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] New icons for the Lazarus IDE

2006-04-15 Thread Mattias Gaertner
On Sat, 15 Apr 2006 11:59:34 +0200 [EMAIL PROTECTED] wrote: New icons for the Lazarus IDE: http://tango-project.org/Tango_Icon_Gallery Opinions? Nice. Do you want to replace some icons? Mattias _ To unsubscribe: mail

Re: [lazarus] [patch] font.setsize for tLabel in GTK2

2006-04-15 Thread Mattias Gaertner
On Tue, 11 Apr 2006 21:03:01 +0200 darekm [EMAIL PROTECTED] wrote: hi as in subject and enable autoadjust size of tLabel after changing font Thanks. Applied. Mattias _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] New icons for the Lazarus IDE

2006-04-15 Thread Christian Iversen
On Saturday 15 April 2006 11:59, [EMAIL PROTECTED] wrote: New icons for the Lazarus IDE: http://tango-project.org/Tango_Icon_Gallery Opinions? Ideally, we should use ms-style icons on win32, desktop.org-style icons on unix, etc. Other than that, they look fine - although I prefer Nuvola or

Re: [lazarus] New icons for the Lazarus IDE

2006-04-15 Thread rstar
Christian Iversen wrote: Other than that, they look fine - although I prefer Nuvola or Crystal over these gnomish icons. They are not GPL'ed. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] New icons for the Lazarus IDE

2006-04-15 Thread Felipe Monteiro de Carvalho
On 4/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: They are not GPL'ed. Acctually those Tango icons are Creative Commons and not the gpl equivalent for images (Free Documentation). Creative Commons is much less restrictive then Free Documentation. -- Felipe Monteiro de Carvalho

Re: [lazarus] New icons for the Lazarus IDE

2006-04-15 Thread m2
[EMAIL PROTECTED] a écrit : New icons for the Lazarus IDE: http://tango-project.org/Tango_Icon_Gallery Opinions? Nice. Except the one with the American flag. Why this flag? Are Lazarus and FPC American projects? mm _ To

Re: [lazarus] New icons for the Lazarus IDE

2006-04-15 Thread Michael Van Canneyt
On Sat, 15 Apr 2006, m2 wrote: [EMAIL PROTECTED] a écrit : New icons for the Lazarus IDE: http://tango-project.org/Tango_Icon_Gallery Opinions? Nice. Except the one with the American flag. Why this flag? Are Lazarus and FPC American projects? I don't think the idea is to use all

Re: [lazarus] New icons for the Lazarus IDE

2006-04-15 Thread Christian Iversen
On Saturday 15 April 2006 14:27, [EMAIL PROTECTED] wrote: Christian Iversen wrote: Other than that, they look fine - although I prefer Nuvola or Crystal over these gnomish icons. They are not GPL'ed. Nuvola is LGPL'ed - what more do you want? (look at license.txt in the downloaded zip)

Re: [lazarus] SQL DB access functional?

2006-04-15 Thread johnf
On Friday 14 April 2006 23:08, Jon Foster wrote: Are the SQL DB components supposed to be functional? I've tried using TMySQLConnection and TPQConnection with the associated TSQLTransaction and TSQLQuery attached through a datasource to a data grid. The TMySQLConnection always says, Server

[lazarus] win32 repaint issues ?!?!

2006-04-15 Thread Marco van de Voort
I've dug up an old source that I still had lying around for years to add to the FPC demoes with the idea to make a little Laz demo, as a pilot for porting the other FPC games. The src is at http://www.stack.nl/~marcov/chainsrc.zip I however and encountered a problem (on win32) that I can't

Re: [lazarus] win32 repaint issues ?!?!

2006-04-15 Thread rstar
Marco van de Voort wrote: I've dug up an old source that I still had lying around for years to add to the FPC demoes with the idea to make a little Laz demo, as a pilot for porting the other FPC games. The src is at http://www.stack.nl/~marcov/chainsrc.zip I however and encountered a problem

Re: [lazarus] win32 repaint issues ?!?!

2006-04-15 Thread [EMAIL PROTECTED]
i reported this bug some time ago (issue 535 in mantis) it seems to be the same problem. Pedro Santos [EMAIL PROTECTED] wrote: Marco van de Voort wrote: I've dug up an old source that I still had lying around for years to add to the FPC demoes with the idea to make a little Laz demo, as a

Re: [lazarus] panel as parent of a tform

2006-04-15 Thread Alexandre Leclerc
2006/4/15, Bisma Jayadi [EMAIL PROTECTED]: Actually, I'd like to do it on Linux (and other non-win32 platforms). Most of my codes on Delphi using this trick instead of using frame. Is there other trick to do such kind of purposes beside this trick (and work on all platform)? Well, it

[lazarus] [patch] for tscrollBox

2006-04-15 Thread darekm
Hi attached patch repair calculation of visibility scrollbar Clicked on tButton now work for scrolled window all under GTK+ Darek Index: forms.pp === --- forms.pp(wersja 9125) +++ forms.pp(kopia robocza) @@ -915,6

Re: [lazarus] [patch] for tscrollBox

2006-04-15 Thread Micha Nelissen
On Sat, 15 Apr 2006 21:44:52 +0200 darekm [EMAIL PROTECTED] wrote: GetCursorPos(P); - Result := FindControlAtPosition(P, True); + if (P.X=FLastMousePos.x) and (P.Y=FLastMousePos.Y) then Result:=FLastMouseControl + elseResult := FindControlAtPosition(P, True); + if (Result nil) and

Re: [lazarus] TStringGrid, ComboBox, Win32

2006-04-15 Thread Jesús Reyes A.
- Original Message - From: Armin Diehl [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Friday, April 14, 2006 4:41 AM Subject: [lazarus] TStringGrid, ComboBox, Win32 i have a small problem under win32 using a string grid with edit allowed. Created a new project, added a string

Re: [lazarus] [patch] for tscrollBox

2006-04-15 Thread Mattias Gaertner
On Sat, 15 Apr 2006 21:44:52 +0200 darekm [EMAIL PROTECTED] wrote: Hi attached patch repair calculation of visibility scrollbar Clicked on tButton now work for scrolled window all under GTK+ Note: DisableAlign/EnableAlign needs try..finally, otherwise you can run into very hard

Re: [lazarus] SQL DB access functional?

2006-04-15 Thread Jon Foster
Michael Van Canneyt wrote: On Fri, 14 Apr 2006, Jon Foster wrote: Are the SQL DB components supposed to be functional? That is because for each query, a new 'native' connection is started. Probably there is some limitation to your MySQL installation ? no, it works