Re: [lazarus] Testing new forum

2005-10-30 Thread Vincent Snijders
John Samperi wrote: G'day all I have just joined the list. I have tried 2 or 3 times from the log in form but I never get a confirmation. Lazarus seems interesting (ie I don't want to give Borland AUD$1600.00) but it seems a bit DEAD as it stands. I have been trying to compile a simple program

[lazarus] Testing new forum

2005-10-30 Thread John Samperi
G'day all I have just joined the list. I have tried 2 or 3 times from the log in form but I never get a confirmation. Lazarus seems interesting (ie I don't want to give Borland AUD$1600.00) but it seems a bit DEAD as it stands. I have been trying to compile a simple program but there seem to be

Re: [Lazarus] OnExit event executes inappropriately (Expansion)

2005-10-30 Thread ogunsett
MYSELF have been compiling the version of Lazarus 0.9.11 for linux and verified that itself not evil behavior of the event was verified OnExit but if in its version for Windows. Oscar Gunsett wrote: Thanks by the comments that improve the communication with the assembly. In a previous e-mail

[lazarus] fpc-2.0.1-i386-linux.tar

2005-10-30 Thread Alain Michaud
Hi, are you going to post the tar file: fpc-2.0.1-i386-linux.tar They say that the lazarus 0.9.10 also works with FPC 2.0.0. Is this true? What should I do? Alain Michaud _ To unsubscribe: mail [EMAIL PROTECTED] with

[lazarus] Adding icon to Win API program

2005-10-30 Thread Felipe Monteiro de Carvalho
Hello, I am trying to add a custom icon to my app written directly on the Windows API. I read something about resources on the wiki, compiled lazres, used it to create a magnifier.lrs file containing my main application icon and tryed to get it to show, but the call to Windows.LoadIcon(Main

Re: [lazarus] TSqliteDataset bug report

2005-10-30 Thread Luiz Americo
Felipe Monteiro de Carvalho wrote: Hello, On 10/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The following issue has been RESOLVED. > > -- > luizamerico - 10

Re: [lazarus] Problems creating a Windows using WinAPI

2005-10-30 Thread Micha Nelissen
On Sun, 30 Oct 2005 18:20:54 -0200 Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: >WM_DESTROY: >begin > WriteLn('WM_DESTROY'); > DestroyWindow(Window); This is *not* a good idea. DestroyWindow sends the WM_DESTROY message. > NaoFinalizar := False; > Result :=

[lazarus] Sorting columns in a listview

2005-10-30 Thread jean-marc levecque
Hi, Still porting my app from Delphi, I have again some difficulties with the listview. Apparently, CustomSort is not available, so, I am trying to use SortColumn by setting it with the column number, and I wrote something in the event OnCompare, similar to what I used in CustomSort. As far as

Re: [lazarus] GtkMozEmbed widget

2005-10-30 Thread Michalis Kamburelis
Malcolm Poole wrote: Hello: I have been trying to translate gtkmozembed.h, in the hope that I could produce FreePascal/Gtk programs incorporating an HTML browser. Has anyone else tried this or am I trying to do the impossible? I have an URL [http://delphi.mozdev.org/] on my "list of inter

[lazarus] GtkMozEmbed widget

2005-10-30 Thread Malcolm Poole
Hello: I have been trying to translate gtkmozembed.h, in the hope that I could produce FreePascal/Gtk programs incorporating an HTML browser. Has anyone else tried this or am I trying to do the impossible? 1: The gtk_moz_embed_get_type functon seems to work OK and I thought I had translated

[lazarus] TSqliteDataset bug report

2005-10-30 Thread Felipe Monteiro de Carvalho
Hello, On 10/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The following issue has been RESOLVED. > > -- > luizamerico - 10-28-05 15:01 > --