Re: [lazarus] AllocateHWnd on Linux

2007-10-26 Thread Felipe Monteiro de Carvalho
On 10/26/07, Stephano <[EMAIL PROTECTED]> wrote: > I am asking because I recall you had a proposal for that on Linux. Umm... sorry, I think I confused it with SendMessage AllocateHWnd isn't a Windows API, please ignore my previous e-mail. My short answer is that I don't current have plans t

Re: [lazarus] SQLite and WinCE

2007-10-26 Thread Bogusław Brandys
Daniel Rincón García wrote: Hello, I wrote this code: unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, Sqlite3ds, db; type { TForm1 } TForm1 = class(TForm) procedure FormCreate(Sender: TObject); private { pr

[lazarus] SQLite and WinCE

2007-10-26 Thread Daniel Rincón García
Hello, I wrote this code: unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, Sqlite3ds, db; type { TForm1 } TForm1 = class(TForm) procedure FormCreate(Sender: TObject); private { private declarations } public

Re: [lazarus] TJvXPBar still collapsed

2007-10-26 Thread dhkblaszyk
> I found link to TJvXPBar on http://wiki.lazarus.freepascal.org/JvXPBar > and decided to try it. > I found it buggy: > It collapses and then never uncollapses! > Tested on Win32 with Lazarus 0.9.23. > How can i compain to author? You can try to contact the author by email, but there's no guarante

Re: [lazarus] Another icons for Lazarus

2007-10-26 Thread wile64
2007/10/26, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]>: > > I was taking a look at the TTrayIcon icon, and its barely visible > under Windows Vista. > > Maybe a new TTrayIcon icon could be made =P please > > thanks, > -- > Felipe Monteiro de Carvalho > > I did no work on icons of components fo

RE: [lazarus] TJvXPBar still collapsed

2007-10-26 Thread Sergio Samayoa
Send me a test case to samayoa_sergio yahoo.com Regards. -Mensaje original- De: 12 12 [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 26 de Octubre de 2007 07:14 a.m. Para: lazarus@miraclec.com Asunto: [lazarus] TJvXPBar still collapsed I found link to TJvXPBar on http://wiki.lazarus.fr

Re: [lazarus] AllocateHWnd on Linux

2007-10-26 Thread Marc Weustink
Stephano wrote: Marc Weustink wrote: And there we go :( Marc Is that supposed to be an answer to the question? No, but it is the proof to the reason why we didn't want to implement it on win32 Marc _ To unsubscribe: ma

Re: [lazarus] AllocateHWnd on Linux

2007-10-26 Thread Stephano
From: "Felipe Monteiro de Carvalho" I think there is a very partial implementation on LCLIntf unit already. I don't think we should really try to replicate it. Lazarus doesn't intend to replicate the Windows API. -- Felipe Monteiro de Carvalho I am asking because I recall you had a proposal for

Re: [lazarus] Thanks Tom Gregorovic re bug 0009952

2007-10-26 Thread James Chandler Jr
- Original Message - From: "Tom Gregorovic" <[EMAIL PROTECTED]> That's allright, I comprehend that generating mouse events is sometimes undesirable. I have been following behaviour of SetCursorPos in Lazarus on Windows platform and Delphi (5), where SetCursorPos generates OnMouseMove

Re: [lazarus] TJvXPBar still collapsed

2007-10-26 Thread Vincent Snijders
12 12 schreef: I found link to TJvXPBar on http://wiki.lazarus.freepascal.org/JvXPBar and decided to try it. I found it buggy: It collapses and then never uncollapses! Tested on Win32 with Lazarus 0.9.23. How can i compain to author? This is his profile on the Lazarus Forums: http://www.lazarus

Re: [lazarus] AllocateHWnd on Linux

2007-10-26 Thread Stephano
Marc Weustink wrote: And there we go :( Marc Is that supposed to be an answer to the question? _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepa

Re: [lazarus] AllocateHWnd on Linux

2007-10-26 Thread Felipe Monteiro de Carvalho
On 10/26/07, Stephano <[EMAIL PROTECTED]> wrote: > Are there any plans to implement AllocateHWnd for Linux? It already exists > for win platform in Lazarus. I think there is a very partial implementation on LCLIntf unit already. I don't think we should really try to replicate it. Lazarus doesn't i

Re: [lazarus] Another icons for Lazarus

2007-10-26 Thread Felipe Monteiro de Carvalho
I was taking a look at the TTrayIcon icon, and its barely visible under Windows Vista. Maybe a new TTrayIcon icon could be made =P please thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with

[lazarus] TJvXPBar still collapsed

2007-10-26 Thread 12 12
I found link to TJvXPBar on http://wiki.lazarus.freepascal.org/JvXPBar and decided to try it. I found it buggy: It collapses and then never uncollapses! Tested on Win32 with Lazarus 0.9.23. How can i compain to author? -- 12 12 aka skywriter _

Re: [lazarus] windres.exe: no resources

2007-10-26 Thread 12 12
* Yury Sidorov <[EMAIL PROTECTED]> [Fri, 26 Oct 2007 14:51:15 +0300]: From: "12 12" <[EMAIL PROTECTED]> >I tried to follow Vincent's advise and looked at >http://wiki.lazarus.freepascal.org/SMNetGradient. > When recompiled IDE I get following error: > > Compiling resource lazarus.rc > gcc: instal

Re: [lazarus] windres.exe: no resources

2007-10-26 Thread Vincent Snijders
12 12 schreef: I tried to follow Vincent's advise and looked at http://wiki.lazarus.freepascal.org/SMNetGradient. When recompiled IDE I get following error: Compiling resource lazarus.rc gcc: installation problem, cannot exec `cpp': No such file or directory D:\lazarus\fpc\2.2.0\bin\i386-wi

Re: [lazarus] windres.exe: no resources

2007-10-26 Thread Yury Sidorov
From: "12 12" <[EMAIL PROTECTED]> I tried to follow Vincent's advise and looked at http://wiki.lazarus.freepascal.org/SMNetGradient. When recompiled IDE I get following error: Compiling resource lazarus.rc gcc: installation problem, cannot exec `cpp': No such file or directory D:\lazarus\fpc\

[lazarus] windres.exe: no resources

2007-10-26 Thread 12 12
I tried to follow Vincent's advise and looked at http://wiki.lazarus.freepascal.org/SMNetGradient. When recompiled IDE I get following error: Free Pascal Compiler version 2.2.0 [2007/09/09] for i386 Copyright (c) 1993-2007 by Florian Klaempfl Target OS: Win32 for i386 Compiling jitform.pas 95 l

[lazarus] Usability issues

2007-10-26 Thread Ciprian Mustiata
Hi Lazarus team, I've start Lazarus and I've face multiple usability issues: - when it start it say that I have no FPC Sources (I've setup them) but sometimes it happened to have around the sources. So the user should have the possibility to ignore the message dialog. For that I've suggest tw

Re: [lazarus] Gradient button fill

2007-10-26 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 26/10/2007, 12 12 <[EMAIL PROTECTED]> wrote: Is there any component like JEDI's buttons for displaying button with gradient? I don't think there are any part of LCL, but I did find some yesterday on Torry's website. They should be relatively easy to port. Or just

Re: [lazarus] Gradient button fill

2007-10-26 Thread Graeme Geldenhuys
On 26/10/2007, 12 12 <[EMAIL PROTECTED]> wrote: > Is there any component like JEDI's buttons for displaying button with > gradient? I don't think there are any part of LCL, but I did find some yesterday on Torry's website. They should be relatively easy to port. Or just port the JEDI ones. Rega

[lazarus] Gradient button fill

2007-10-26 Thread 12 12
Is there any component like JEDI's buttons for displaying button with gradient? -- 12 12 aka skywriter _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.

Re: [lazarus] AllocateHWnd on Linux

2007-10-26 Thread Marc Weustink
Stephano wrote: Are there any plans to implement AllocateHWnd for Linux? It already exists for win platform in Lazarus. And there we go :( Marc _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as th

[lazarus] AllocateHWnd on Linux

2007-10-26 Thread Stephano
Are there any plans to implement AllocateHWnd for Linux? It already exists for win platform in Lazarus. Stephano _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://w