Re: [lazarus] Lazarus and QT4

2007-09-01 Thread zeljko
On Friday 31 August 2007 22:46, ik wrote: Hi, I'm using Lazarus with QT4 from latest revision (11893) using fpc 2.1.4 on amd 64 linux. The latest work on the QT4 really works much better, however there is one big problem: The keyboard when the editor is in place is really slow, and it takes

Re: [lazarus] Latest Lazarus revisions not compileable

2007-09-01 Thread Marco van de Voort
On Sat, Sep 01, 2007 at 08:37:30AM +0200, Christian U. wrote: Since an view Days i get these Linker Messages when i compile Lazarus . Tested on 2 Mashines, also with clean. fpc is 2.1.5 on one Mashine and 2.3.1 on another. D:\lazarus\ide\lazarus.pp(118,1) Error: Undefined symbol:

Re: [lazarus] Lazarus and QT4

2007-09-01 Thread ik
On 9/1/07, zeljko [EMAIL PROTECTED] wrote: On Friday 31 August 2007 22:46, ik wrote: Hi, I'm using Lazarus with QT4 from latest revision (11893) using fpc 2.1.4 on amd 64 linux. The latest work on the QT4 really works much better, however there is one big problem: The keyboard when

RE: [lazarus] Web Model for future FPC/Lazarus

2007-09-01 Thread Pieter Valentijn
So creating 1 plugin that can run lets say anny DLL form would solve this right? So we have 1 plugin skeleton that allows downloading from a URL where a DLL is that has a interface to create atleast 1 form and past it in to the plugins main form. Then from there anny program could be started and

[lazarus] Fwd: bug reports in wrong project

2007-09-01 Thread Graeme Geldenhuys
-- Forwarded message -- From: Graeme Geldenhuys [EMAIL PROTECTED] Date: 24-Aug-2007 08:18 Subject: bug reports in wrong project To: lazarus@miraclec.com Hi, I just noticed a few bug reports come though Mantis, but they are in the FPC project instead of the Lazarus project.

[lazarus] mailing list problems

2007-09-01 Thread Graeme Geldenhuys
Hi, Did somebody do some subscription clean-up on the mailing list. I have been magically unsubscribed from the Lazarus mailing list since 24 August. Did I maybe offend somebody? ;-) I was wondering why the list suddenly went so empty. I then checked the GMANE site and noticed it was just me!!

[lazarus] PNG support and FPReadPNG unit

2007-09-01 Thread Graeme Geldenhuys
-- Forwarded message -- From: Graeme Geldenhuys [EMAIL PROTECTED] Date: 28-Aug-2007 11:35 Subject: PNG support and FPReadPNG unit To: lazarus@miraclec.com Hi, Does Lazarus use the FPReadPNG unit included in 'fcl-image'? If not, why not? Also what PNG features does the

[lazarus] custom written treeviews

2007-09-01 Thread Graeme Geldenhuys
-- Forwarded message -- From: Graeme Geldenhuys [EMAIL PROTECTED] Date: 30-Aug-2007 16:46 Subject: custom written treeviews To: lazarus@miraclec.com Hi, Does anybody know of any other custom written (in Object Pascal preferably) treeview components other than Virtual Treeview

[lazarus] Mouse wheel and Lazarus IDE editor

2007-09-01 Thread Graeme Geldenhuys
-- Forwarded message -- From: Graeme Geldenhuys [EMAIL PROTECTED] Date: 29-Aug-2007 10:04 Subject: Mouse wheel and Lazarus IDE editor To: lazarus@miraclec.com Hi, I'm using Lazarus under Linux compiled with the GTK1 toolkit. Lazarasu v0.9.23 (r11831). When I scroll the mouse

Re: [lazarus] Fwd: bug reports in wrong project

2007-09-01 Thread Vincent Snijders
Graeme Geldenhuys schreef: -- Forwarded message -- From: Graeme Geldenhuys [EMAIL PROTECTED] Date: 24-Aug-2007 08:18 Subject: bug reports in wrong project To: lazarus@miraclec.com Hi, I just noticed a few bug reports come though Mantis, but they are in the FPC project instead

Re: [lazarus] custom written treeviews

2007-09-01 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, Does anybody know of any other custom written (in Object Pascal preferably) treeview components other than Virtual Treeview (from Soft-Gems)? The TTreeView component in the LCL. It does not (yet) use the treeview of the underlying widgetset. Vincent

Re: [lazarus] broken gtk+ compatibility

2007-09-01 Thread Giuliano Colla
Marc Weustink ha scritto: Marc Weustink wrote: Giuliano Colla wrote: With rev. 11861 I started having problems with some versions of gtk+ libraries. Transparent parts of glyphs are shown in black. This happens with FC1 (gtk+1.2.10-28.1) but not with FC5 (gtk+1.2.10-50). As this problem

Re: [lazarus] PNG support and FPReadPNG unit

2007-09-01 Thread Marc Weustink
Graeme Geldenhuys wrote: -- Forwarded message -- From: Graeme Geldenhuys [EMAIL PROTECTED] Date: 28-Aug-2007 11:35 Subject: PNG support and FPReadPNG unit To: lazarus@miraclec.com Hi, Does Lazarus use the FPReadPNG unit included in 'fcl-image'? If not, why not? Why do you

Re: [lazarus] Mouse wheel and Lazarus IDE editor

2007-09-01 Thread Marc Weustink
Graeme Geldenhuys wrote: -- Forwarded message -- From: Graeme Geldenhuys [EMAIL PROTECTED] Date: 29-Aug-2007 10:04 Subject: Mouse wheel and Lazarus IDE editor To: lazarus@miraclec.com Hi, I'm using Lazarus under Linux compiled with the GTK1 toolkit. Lazarasu v0.9.23 (r11831).

Re: [lazarus] Mouse wheel and Lazarus IDE editor

2007-09-01 Thread Graeme Geldenhuys
On 01/09/07, Marc Weustink [EMAIL PROTECTED] wrote: I've seen this to, always in synedit, and iirc only on gtk. But the behaviour depends on the size(length) of the edited text (at least thats the feeling I have). Now that you mention that! I think you are on to something. I also think it

Re: [lazarus] broken gtk+ compatibility

2007-09-01 Thread Marc Weustink
Giuliano Colla wrote: Marc Weustink ha scritto: Marc Weustink wrote: Giuliano Colla wrote: With rev. 11861 I started having problems with some versions of gtk+ libraries. Transparent parts of glyphs are shown in black. This happens with FC1 (gtk+1.2.10-28.1) but not with FC5 (gtk+1.2.10-50).

Re: [lazarus] PNG support and FPReadPNG unit

2007-09-01 Thread Graeme Geldenhuys
On 01/09/07, Marc Weustink [EMAIL PROTECTED] wrote: Does Lazarus use the FPReadPNG unit included in 'fcl-image'? If not, why not? Why do you think it doesn't ? in IntfGraphics.pas: TLazReaderPNG = class(TFPReaderPNG) My bad. I asked the question before I actually looked at the

Re: [lazarus] Latest Lazarus revisions not compileable

2007-09-01 Thread Christian U.
Marco van de Voort schrieb: On Sat, Sep 01, 2007 at 08:37:30AM +0200, Christian U. wrote: Since an view Days i get these Linker Messages when i compile Lazarus . Tested on 2 Mashines, also with clean. fpc is 2.1.5 on one Mashine and 2.3.1 on another. D:\lazarus\ide\lazarus.pp(118,1) Error:

Re: [lazarus] Latest Lazarus revisions not compileable

2007-09-01 Thread Christian U.
OK, it was not Lazarus itself it is GLscene that isnt compileable since 11861 Also Virtualtreeview couse it use a lot of Functionality from TLazIntfImage that is gone now. I dont like Changes like this shortly bevore an Release Tranzparency dont work also for some Image Types Christian U.

Re: [lazarus] Gtk 2 and Image Masks problems

2007-09-01 Thread Felipe Monteiro de Carvalho
Thanks, Based on the information you provided I was able to fix TrayIcon. The fix is already commited. I just tested with gtk2 and gtk1, and both seam to work fine. thanks again, -- Felipe Monteiro de Carvalho _ To

[lazarus] Creating a window in a console app

2007-09-01 Thread Stephano
I am trying to create a window from a console app using AllocateHWnd(@WndProc), but keep on getting a SIGSEGV error due to WidgetSet being nil in LCLIntf. This is my first try at console apps (TCustomApplication) and thus I must be missing the obvious. What is it?

Re: [lazarus] Creating a window in a console app

2007-09-01 Thread Felipe Monteiro de Carvalho
On 9/1/07, Stephano [EMAIL PROTECTED] wrote: This is my first try at console apps (TCustomApplication) and thus I must be missing the obvious. What is it? You need to add Interfaces as the first unit on your program, so it can create the Widgetset object. Lazarus doesn't support using it's

Re: [lazarus] Gtk 2 and Image Masks problems

2007-09-01 Thread Felipe Monteiro de Carvalho
On 9/1/07, Marc Weustink [EMAIL PROTECTED] wrote: ah great :) will you close the mantis issue ? I had already resolved it. Now I closed. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Latest Lazarus revisions not compileable

2007-09-01 Thread Vincent Snijders
Christian U. schreef: Vincent Snijders schrieb: Christian U. schreef: OK, it was not Lazarus itself it is GLscene that isnt compileable since 11861 Also Virtualtreeview couse it use a lot of Functionality from TLazIntfImage that is gone now. I dont like Changes like this shortly bevore an

[lazarus] How to recompile FCL units

2007-09-01 Thread Stephano
I reported a bug (in daemonapp.pp) that has been fixed today. It addresses the uninstall process of daemons. How can this unit be recompiled? _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] Latest Lazarus revisions not compileable

2007-09-01 Thread Felipe Monteiro de Carvalho
On 9/1/07, Vincent Snijders [EMAIL PROTECTED] wrote: Let's not add any more risky changes than the ones already planned for more than two months. I second that. The graphics system will require extensive testing, but if we make risky changes everywhere we will end up having to retest

Re: [lazarus] TToolButton while grouped not working as Delphi

2007-09-01 Thread Vincent Snijders
Marc Weustink schreef: Luis Rodrigues wrote: Could someone please take a look ate this issue and commit my patch since I really need that to be working. http://www.freepascal.org/mantis/view.php?id=9491 Typical borland solution. Personally I think that grouping on group number is better.

Re: [lazarus] TToolButton while grouped not working as Delphi

2007-09-01 Thread Marc Weustink
Vincent Snijders wrote: Marc Weustink schreef: Luis Rodrigues wrote: Could someone please take a look ate this issue and commit my patch since I really need that to be working. http://www.freepascal.org/mantis/view.php?id=9491 Typical borland solution. Personally I think that grouping on