[lazarus] Another issue with TImage and TBitmap files

2006-02-14 Thread Graeme Geldenhuys
Hi I searched the BugTracker and couldn't find a similar report. Porting our Delphi app to Lazarus, I am now busy with the dialogs. We use a TImage aligned to Top, with a gradient bitmap loaded. We use this for our dialog titles. The gradient bitmap is normally 700x1 in dimension, and we

RE: [lazarus] Win32 Api Calls

2006-02-14 Thread anthonyb
AWESOME!! Thanks a lot! -Original Message- From: L505 [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 2:30 AM To: lazarus@miraclec.com Subject: Re: [lazarus] Win32 Api Calls Can anyone please tell me how can I make calls to the Win32 Api ? Is there a unit I must include

[lazarus] Lazarus as debugger GUI?

2006-02-14 Thread Tomas Gregorovic
Hi, maybe it's a stupid question, but is it possible to use Lazarus IDE as a GUI for debugging already built applications with debugger info and pascal source without need to recompile them? This question is mainly aimed at debugging Lazarus IDE. Thanks for your answers. tombo

Re: [lazarus] Re: Some Errors

2006-02-14 Thread Mattias Gaertner
On Tue, 14 Feb 2006 14:28:42 +0800 Funky Beast [EMAIL PROTECTED] wrote: Vincent Snijders wrote: Mattias Gaertner wrote: On Mon, 13 Feb 2006 20:59:41 +0800 Funky Beast [EMAIL PROTECTED] wrote: Kleiton L R Soares wrote: Good Morning, I'm try use Lazarus but... i'm add a

Re: [lazarus] Lazarus as debugger GUI?

2006-02-14 Thread Mattias Gaertner
On Tue, 14 Feb 2006 11:01:50 +0100 Tomas Gregorovic [EMAIL PROTECTED] wrote: Hi, maybe it's a stupid question, but is it possible to use Lazarus IDE as a GUI for debugging already built applications with debugger info and pascal source without need to recompile them? This question is

Re: [lazarus] Lazarus as debugger GUI?

2006-02-14 Thread Vincent Snijders
Mattias Gaertner wrote: On Tue, 14 Feb 2006 11:01:50 +0100 Tomas Gregorovic [EMAIL PROTECTED] wrote: Hi, maybe it's a stupid question, but is it possible to use Lazarus IDE as a GUI for debugging already built applications with debugger info and pascal source without need to recompile them?

Re: [lazarus] Gradient panel

2006-02-14 Thread Philippe Martinole
Hi, Does anybody know of a gradient fill panel I can use? Or the code for a gradient fill than can be used with a panel or paint box. I want to fade from left to right (dark to light). I normally use a 1 pixel high bitmap stretched, but think I found a bug (see my previous post). Someone

Re: [lazarus] Lazarus as debugger GUI?

2006-02-14 Thread Tomas Gregorovic
Vincent Snijders napsal(a): Mattias Gaertner wrote: On Tue, 14 Feb 2006 11:01:50 +0100 Tomas Gregorovic [EMAIL PROTECTED] wrote: Hi, maybe it's a stupid question, but is it possible to use Lazarus IDE as a GUI for debugging already built applications with debugger info and pascal source

Re: [lazarus] Lazarus as debugger GUI?

2006-02-14 Thread Mattias Gaertner
On Tue, 14 Feb 2006 13:14:12 +0100 Tomas Gregorovic [EMAIL PROTECTED] wrote: Vincent Snijders napsal(a): Mattias Gaertner wrote: On Tue, 14 Feb 2006 11:01:50 +0100 Tomas Gregorovic [EMAIL PROTECTED] wrote: Hi, maybe it's a stupid question, but is it possible to use Lazarus IDE

Re: [lazarus] Gradient panel

2006-02-14 Thread Graeme Geldenhuys
Thanks Philippe, I will try it out now... Regards, - Graeme - On 2/14/06, Philippe Martinole [EMAIL PROTECTED] wrote: Hi, Does anybody know of a gradient fill panel I can use? Or the code for a gradient fill than can be used with a panel or paint box. I want to fade from left to

Re: [lazarus] Lazarus as debugger GUI?

2006-02-14 Thread Vincent Snijders
Mattias Gaertner wrote: On Tue, 14 Feb 2006 13:14:12 +0100 Tomas Gregorovic [EMAIL PROTECTED] wrote: Vincent Snijders napsal(a): Mattias Gaertner wrote: On Tue, 14 Feb 2006 11:01:50 +0100 Tomas Gregorovic [EMAIL PROTECTED] wrote: Hi, maybe it's a stupid question, but is it possible

[lazarus] Converting lazarus project to delphi

2006-02-14 Thread Sebastian Kraft
Hi... Is it possible to compile a lazarus project with delphi without a huge amount of changes in the code? What has to be changed? Are there any tools to convert automatically? Or can I export an lazarus project to delphi? before you ask... I want to do this because win32 interface from

Re: [lazarus] Converting lazarus project to delphi

2006-02-14 Thread Micha Nelissen
Sebastian Kraft wrote: Hi... Is it possible to compile a lazarus project with delphi without a huge amount of changes in the code? Read the Code_Conversion_Guide wiki page backwards ;-) What has to be changed? Are there any tools to convert automatically? Or can I export an lazarus project

[lazarus] What is your main language used with FB?

2006-02-14 Thread marius popa
Seems that 80% of firebird users are Delphi users if i look at this pool votes (the one on the right sidebar) http://www.firebirdnews.org/ In a way is no shock to me - i started working as an interbase / Delphi programmer I think Lazarus+firebird package needs more attention (better

Re: [lazarus] Gradient panel

2006-02-14 Thread Vincent Snijders
barko wrote: Converted for lazarus with lpk package. Tested on Windows and Linux. Can you create a page on the wiki about it and add a link to that page on http://wiki.lazarus.freepascal.org/index.php/Components_and_Code_examples#Lazarus-CCR_Released_Components ? Then I will upload it to

Re: [lazarus] Gradient panel

2006-02-14 Thread barko
Done... I think. :) On Tue, 14 Feb 2006 14:31:09 +0100, Vincent Snijders [EMAIL PROTECTED] wrote: barko wrote: Converted for lazarus with lpk package. Tested on Windows and Linux. Can you create a page on the wiki about it and add a link to that page on

[lazarus] Re: Some Errors

2006-02-14 Thread Funky Beast
Mattias Gaertner wrote: On Tue, 14 Feb 2006 14:28:42 +0800 Funky Beast [EMAIL PROTECTED] wrote: Vincent Snijders wrote: Mattias Gaertner wrote: On Mon, 13 Feb 2006 20:59:41 +0800 Funky Beast [EMAIL PROTECTED] wrote: Kleiton L R Soares wrote: Good Morning, I'm try use Lazarus

Re: [lazarus] Converting lazarus project to delphi

2006-02-14 Thread Felipe Monteiro de Carvalho
On 2/14/06, Sebastian Kraft [EMAIL PROTECTED] wrote: Is it possible to compile a lazarus project with delphi without a huge amount of changes in the code? You really don't need to convert from one to the other. A well prepared project compiles with both. What has to be changed? Are there any

Re: [lazarus] Gradient panel

2006-02-14 Thread Vincent Snijders
barko wrote: Done... I think. :) Thanks. It is looking good. I added some more headers to that page. Can you take another look at it, please? The file is uploaded: http://sourceforge.net/project/showfiles.php?group_id=92177package_id=179563 The link is added to

Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-14 Thread Martin Waldenburg
Vincent Snijders wrote: Then it i probably some path problem. after adding /opt/gnome/lib64 to the path it works. Martin _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [unclassified] Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-14 Thread Vincent Snijders
Martin Waldenburg wrote: Vincent Snijders wrote: Then it i probably some path problem. after adding /opt/gnome/lib64 to the path it works. So it was in the FAQ after all:

Re: [lazarus] Gradient panel

2006-02-14 Thread barko
I'm first time user (noob) of wiki and very bad english speaker... I think that it's ok now. On Tue, 14 Feb 2006 15:58:32 +0100, Vincent Snijders [EMAIL PROTECTED] wrote: barko wrote: Done... I think. :) Thanks. It is looking good. I added some more headers to that page. Can you

Re: [lazarus] Gradient panel

2006-02-14 Thread Vincent Snijders
barko wrote: I'm first time user (noob) of wiki and very bad english speaker... I think that it's ok now. Thank you very much. It is a nice screen shot. Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with

[lazarus] Conversion Tool (Delphi - Lazarus): standalone or inside the IDE?

2006-02-14 Thread Alexsander Rosa
I was looking at the sources of main.pp, specifically in the DoConvertDelphi* bit. In my opinion, it would be better if the conversion tool was *separated* from the IDE, as a standalone application. In the current design, it's very embedded in the IDE, and with several menu items to be used. I was

Re: [lazarus] Conversion Tool (Delphi - Lazarus): standalone or inside the IDE?

2006-02-14 Thread Mattias Gaertner
On Tue, 14 Feb 2006 17:22:21 -0300 Alexsander Rosa [EMAIL PROTECTED] wrote: I was looking at the sources of main.pp, specifically in the DoConvertDelphi* bit. In my opinion, it would be better if the conversion tool was *separated* from the IDE, as a standalone application. In the current

[lazarus] Snapshots not working?

2006-02-14 Thread Tony Maro
I just downloaded the snapshot from last night - my first attempt at a recent lazarus in months. On running I get unhandled exception EInvalidOp : Invalid floating point operation Is it just me? Is this a known thing? I haven't been reading all the list lately, so if this is known I apologize.