Re: [lazarus] DYNLIBS_LOADLIBRARY$ANSISTRING$$POINTER'

2005-12-02 Thread Lagos Mckelvy
fpc and it is work fine. But I did not get to install lazarus. My version fpc is 2.0.0 and lazarus version is 0.9.11 ( lazarus-0.9.11-20051202-src.tar.bz2). Which distribution do you use? I always get the wrong below : Compiling cleandirdlg.pas Linking ../lazarus /usr/local

Re: [lazarus] Zeos TdateTime

2005-12-02 Thread Michael Van Canneyt
On Thu, 1 Dec 2005, Luiz Americo Pereira Camara wrote: Em Qui, 2005-12-01 às 15:26 +0100, Michael Van Canneyt escreveu: On Thu, 1 Dec 2005, Joost van der Sluis wrote: No, it's a FPC problem. Delphi actually does a dirty trick with the 'NativeFormat' parameter of GetFieldData. If

[lazarus] TCustomControl/TGraphicControl MouseDown

2005-12-02 Thread Malcolm Poole
I am working on a suite of components for an app which will allow the user to design the layout of a multimedia presentation. The parent component ( or page ) is a TCustomControl descendent, while its children will be TGraphicControl descendents. I chose this route because I could find no way

Re: [lazarus] TCustomControl/TGraphicControl MouseDown

2005-12-02 Thread Mattias Gaertner
On Fri, 02 Dec 2005 09:47:15 + Malcolm Poole [EMAIL PROTECTED] wrote: I am working on a suite of components for an app which will allow the user to design the layout of a multimedia presentation. The parent component ( or page ) is a TCustomControl descendent, while its children will

Re: [lazarus] MainMenu + TPanel + TSpeedButtons = strange issue

2005-12-02 Thread Mattias Gaertner
On Sun, 27 Nov 2005 19:37:07 +0300 Alex Smirnov [EMAIL PROTECTED] wrote: *Hi, Friends! * I have very strange issue. I made a project, that has main menu and a TPanel, that contains several TSpeedButtons - one TSpeedButton for one menu line. Every menu item has its own OnClick function.

Re: [lazarus] TStatusBar.panels.Add not working

2005-12-02 Thread Mattias Gaertner
On Wed, 23 Nov 2005 10:51:04 +0200 Alexander Todorov [EMAIL PROTECTED] wrote: On 11/22/05, Mattias Gaertner [EMAIL PROTECTED] wrote: On Tue, 22 Nov 2005 20:48:51 +0200 Alexander Todorov [EMAIL PROTECTED] wrote: I forgot FStatusbar.EndUpdate at the end. It is in the code. I am using

Re: [lazarus] TCustomControl/TGraphicControl MouseDown

2005-12-02 Thread Vincent Snijders
Mattias Gaertner wrote: On Fri, 02 Dec 2005 09:47:15 + Malcolm Poole [EMAIL PROTECTED] wrote: I am working on a suite of components for an app which will allow the user to design the layout of a multimedia presentation. The parent component ( or page ) is a TCustomControl descendent,

Re: [lazarus] TCustomControl/TGraphicControl MouseDown

2005-12-02 Thread Mattias Gaertner
On Fri, 02 Dec 2005 13:03:07 +0100 Vincent Snijders [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Fri, 02 Dec 2005 09:47:15 + Malcolm Poole [EMAIL PROTECTED] wrote: I am working on a suite of components for an app which will allow the user to design the layout of a

Re: [lazarus] TCustomControl/TGraphicControl MouseDown

2005-12-02 Thread Vincent Snijders
Mattias Gaertner wrote: On Fri, 02 Dec 2005 13:03:07 +0100 Vincent Snijders [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: When implementing the Mouse events for the TGraphicControl descendents I came across a problem that I would really like to know the answer to. When the parent of

Re: [lazarus] TCustomControl/TGraphicControl MouseDown

2005-12-02 Thread Mattias Gaertner
On Fri, 02 Dec 2005 14:42:36 +0100 Vincent Snijders [EMAIL PROTECTED] wrote: [...] On windows it is not working yet. I cannot figure out how to make the LCL and windows itself work together in managing the capturing. How are they supposed to work together? Let me explain a bit more of my

Re: [lazarus] TCustomControl/TGraphicControl MouseDown

2005-12-02 Thread Micha Nelissen
Mattias Gaertner wrote: On Fri, 02 Dec 2005 14:42:36 +0100 Vincent Snijders [EMAIL PROTECTED] wrote: Now, if I let the LCL handle the messages first, the capture is lost when windows handles wm_lbuttonup, which results in some events not firing (e.g. TButton Click, which is triggered by a

Re: [lazarus] TCustomControl/TGraphicControl MouseDown

2005-12-02 Thread Mattias Gaertner
On Fri, 02 Dec 2005 16:10:07 +0100 Micha Nelissen [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Fri, 02 Dec 2005 14:42:36 +0100 Vincent Snijders [EMAIL PROTECTED] wrote: Now, if I let the LCL handle the messages first, the capture is lost when windows handles wm_lbuttonup, which

Re: [lazarus] Zeos TdateTime

2005-12-02 Thread Luiz Americo
De: Michael Van Canneyt [EMAIL PROTECTED] How about sqliteds? I'm still working on that; I'm using the components for an article, so you can be sure that. Fixing it's easy. I can do that. But there were some more problems with sqliteds. It doesn't recognize VARCHAR fields, for instance.

Re: [lazarus] Zeos TdateTime

2005-12-02 Thread luizmed
De: Michael Van Canneyt [EMAIL PROTECTED] How about sqliteds? I'm still working on that; I'm using the components for an article, so you can be sure that. Fixing it's easy. I can do that. But there were some more problems with sqliteds. It doesn't recognize VARCHAR fields, for instance.

Re: [lazarus] Zeos TdateTime

2005-12-02 Thread Michael Van Canneyt
On Fri, 2 Dec 2005, Luiz Americo wrote: De: Michael Van Canneyt [EMAIL PROTECTED] How about sqliteds? I'm still working on that; I'm using the components for an article, so you can be sure that. Fixing it's easy. I can do that. But there were some more problems with

[lazarus] About PSQL (Sqldb package) Components

2005-12-02 Thread Prof. Paulo Amaral
Hi, I am a Lazarus beginner user. Do you have some example that shows query updateswith datasource, dbnavigator, dbeditor other different form? Also, if you have examples withsqldb component packge or other, please, send me. I need to connect and to update database postgresql tables and

Re: [lazarus] About PSQL (Sqldb package) Components

2005-12-02 Thread Alain Michaud
Would you like apple pie as well? ;) Alain Michaud On Fri, 2005-12-02 at 19:33 -0200, Prof. Paulo Amaral wrote: Hi, I am a Lazarus beginner user. Do you have some example that shows query updates with datasource, dbnavigator, dbedit or other different form ? Also, if you have examples

Re: [lazarus] About PSQL (Sqldb package) Components

2005-12-02 Thread Prof. Paulo Amaral
I am tired of being using illegal passenger of windows. Therefore I am migrando for the Linux. However, for that I see, she is this well the reception that I receive, instead of being received in the group. So, Do I must come back and applaud Bill Gates or to join me the Linus Torvalds?

Re: [lazarus] About PSQL (Sqldb package) Components

2005-12-02 Thread thierry
To Alain, About a year ago I made the switch from $M to Linux Debian. Not easy when a lot of infomation are not in your native langage, and the system is completely unknow to you. Yet I received help, great help, and now I am a Linux boy, 'selling' Linux to my friends. Thanks to those who took

Re: [lazarus] Zeos TdateTime

2005-12-02 Thread Luiz Americo Pereira Camara
Em Sex, 2005-12-02 às 18:26 +0100, Michael Van Canneyt escreveu: On Fri, 2 Dec 2005, Luiz Americo wrote: De: Michael Van Canneyt [EMAIL PROTECTED] How about sqliteds? I'm still working on that; I'm using the components for an article, so you can be sure that. Fixing

Re: [lazarus] About PSQL (Sqldb package) Components

2005-12-02 Thread Prof. Paulo Amaral
Thank you, Therry Because of people who think and act as you I will go to continue and to join me to the group of the Linux users developers. I was an advanced user in the environment windows since the Delphi-1 until Deplhi-7. I developed applications n layers, COM+/MTS, ISAPI, CGI and