Re: [Lazarus] What is current status of fpGUI?

2008-12-10 Thread Graeme Geldenhuys
On Tue, Dec 9, 2008 at 11:25 PM, Aleksa Todorovic [EMAIL PROTECTED] wrote: 1) Does fpGUI in current version supports creation of skinnable applications? Yes it does, but very basic. A full theme engine is planned for early in the new year, including a Theme Designer application. 2) I've

Re: [Lazarus] Cross platform development (not compiling)

2008-12-10 Thread Graeme Geldenhuys
On Tue, Dec 9, 2008 at 7:33 PM, Felipe Monteiro de Carvalho Ummm, now I see ... but they could be the same thing. Some kind of mode where certain compiler options or debugger options are overriden. That would be very handy! MSEide has a very simple design/screen for this. And it works very

Re: [Lazarus] What is current status of fpGUI?

2008-12-10 Thread Graeme Geldenhuys
On Wed, Dec 10, 2008 at 1:06 PM, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Do you have commit rights in Lazarus? No I don't. I normally submit patches to Mantis. I think it would be nice if this is commited. I have a patch waiting to be applyed which was to improve OK, I'll fix

Re: [Lazarus] What is current status of fpGUI?

2008-12-10 Thread Aleksa Todorovic
Hi, Graeme! Thanks for the info, we'll definitely try it! Best, Aleksa On Wed, Dec 10, 2008 at 10:03, Graeme Geldenhuys [EMAIL PROTECTED] wrote: On Tue, Dec 9, 2008 at 11:25 PM, Aleksa Todorovic [EMAIL PROTECTED] wrote: The fpGUI via LCL is not usable yet. Only about 5 basic components

Re: [Lazarus] What is current status of fpGUI?

2008-12-10 Thread Graeme Geldenhuys
On Wed, Dec 10, 2008 at 1:06 PM, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: On Wed, Dec 10, 2008 at 6:54 AM, Graeme Geldenhuys Do you have commit rights in Lazarus? I think it would be nice if this is commited. As promised, please see Mantis report:

Re: [Lazarus] Terminal window

2008-12-10 Thread Chris Kirkpatrick
What happens if you open the application by typing its name in a console window? The console window remains there during execution of the program, and receives some output, though this may not be the output you require. Regards - Chris svaa wrote: Hello: I have 0.9.26 on Ubuntu 7.10. I am

Re: [Lazarus] Universal using of mailto:

2008-12-10 Thread Graeme Geldenhuys
2008/12/10 Ireneusz Wyglądała [EMAIL PROTECTED]: But is there any universal method that works fine in linux and win32? Linux is easy as well! ;-) If your target Linux system has xdg-utils you can use the following command: xdg-email --- $

Re: [Lazarus] Universal using of mailto:

2008-12-10 Thread Ireneusz Wyglądała
On Wed, Dec 10, 2008 at 13:48, Graeme Geldenhuys [EMAIL PROTECTED]wrote: 2008/12/10 Ireneusz Wyglądała [EMAIL PROTECTED]: But is there any universal method that works fine in linux and win32? Linux is easy as well! ;-) If your target Linux system has xdg-utils you can use the following

Re: [Lazarus] Universal using of mailto:

2008-12-10 Thread Ireneusz Wyglądała
2008/12/10 Ireneusz Wyglądała [EMAIL PROTECTED] On Wed, Dec 10, 2008 at 13:48, Graeme Geldenhuys [EMAIL PROTECTED]wrote: 2008/12/10 Ireneusz Wyglądała [EMAIL PROTECTED]: By the way. Is any similar method for opening HTML files without using application name eg. firefox. -- ;) Irek

Re: [Lazarus] TBitmapCanvas public

2008-12-10 Thread Coppola Ing. Salvatore
Coppola Ing. Salvatore wrote: Hi, can the TBitmapCanvas be declared public (I mean before implementation) in the unit Graphics? I assume is NOT! I'm trying to replace the TMetafile TMetafileCanvas in some GraphPrinters units. Thanks Salvatore

Re: [Lazarus] Universal using of mailto:

2008-12-10 Thread Graeme Geldenhuys
2008/12/10 Ireneusz Wyglądała [EMAIL PROTECTED]: So. I should use defines {IFDEF ... and two different methods for both OS? I had hopes that exist one universal way to use mailto: ? OK. I do it. Thanks a lot. What I have done, is to abstract that those calls, so my application doesn't need

Re: [Lazarus] Universal using of mailto:

2008-12-10 Thread Graeme Geldenhuys
2008/12/10 Ireneusz Wyglądała [EMAIL PROTECTED]: By the way. Is any similar method for opening HTML files without using application name eg. firefox. Just thought I would mention. I applied the same abstraction as I described before, but for opening URL's as well. So again, by application

Re: [Lazarus] Universal using of mailto:

2008-12-10 Thread Ireneusz Wyglądała
2008/12/10 Ireneusz Wyglądała [EMAIL PROTECTED] 2008/12/10 Ireneusz Wyglądała [EMAIL PROTECTED] On Wed, Dec 10, 2008 at 13:48, Graeme Geldenhuys [EMAIL PROTECTED] wrote: 2008/12/10 Ireneusz Wyglądała [EMAIL PROTECTED]: By the way. Is any similar method for opening HTML files

Re: [Lazarus] What is current status of fpGUI?

2008-12-10 Thread Felipe Monteiro de Carvalho
On Wed, Dec 10, 2008 at 6:54 AM, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Correct. I can supply a quick patch to resolve this, but fpGUI via LCL is still totally unusable. That's until my clone gets into gear and starts working on it. Do you have commit rights in Lazarus? I think it would be

[Lazarus] Universal using of mailto:

2008-12-10 Thread Ireneusz Wyglądała
Hi All. I have an small, cross platform application (linux and win32). I just wonder how can I implement universal function to sending mails to me. Of course by default mail program. win32 - is simple ShellExecute(Handle,'open','mailto:[EMAIL PROTECTED]', nil, nil, 1); But is there any

Re: [Lazarus] TBitmapCanvas public

2008-12-10 Thread Paul Ishenin
Coppola Ing. Salvatore пишет: Coppola Ing. Salvatore wrote: Hi, can the TBitmapCanvas be declared public (I mean before implementation) in the unit Graphics? I assume is NOT! No, assume silence as nobody remember why it is so and nobody have time to look :( Best regards,

Re: [Lazarus] TProcess oddity?

2008-12-10 Thread Felipe Monteiro de Carvalho
I think you should ask in one of the Free Pascal mailling lists, because this is a problem with the Free Pascal RTL which only FPC developers could fix. -- Felipe Monteiro de Carvalho ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] TBitmapCanvas public

2008-12-10 Thread Felipe Monteiro de Carvalho
I don't know anything about that class, but if you describe better what you are trying to do I may suggest an alternative. -- Felipe Monteiro de Carvalho ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] checklistbox on XP

2008-12-10 Thread Andrea Mauri
Anyway is it possible to change the ItemHeight property of TCheckListBox? I am not able to change it via object inspector. Andrea Paul Ishenin ha scritto: Andrea Mauri wrote: Hi, I am trying to use checklistbox. On linux it seems to be drawn correctly but not on windows (I am trying it

Re: [Lazarus] TBitmapCanvas public

2008-12-10 Thread Mattias Gärtner
Zitat von Paul Ishenin [EMAIL PROTECTED]: Coppola Ing. Salvatore пишет: Coppola Ing. Salvatore wrote: Hi, can the TBitmapCanvas be declared public (I mean before implementation) in the unit Graphics? I assume is NOT! No, assume silence as nobody remember why it is so

Re: [Lazarus] TBitmapCanvas public

2008-12-10 Thread Coppola Ing. Salvatore
Mattias Gärtner wrote: Zitat von Paul Ishenin [EMAIL PROTECTED]: Coppola Ing. Salvatore пишет: Coppola Ing. Salvatore wrote: Hi, can the TBitmapCanvas be declared public (I mean before implementation) in the unit Graphics? I assume is NOT! No,

Re: [Lazarus] TBitmapCanvas public

2008-12-10 Thread Mattias Gärtner
Zitat von Coppola Ing. Salvatore [EMAIL PROTECTED]: [...] can the TBitmapCanvas be declared public (I mean before implementation) in the unit Graphics? [...] There are some Printer Preview such as PagePrinter based on Windows TMetafile and TMetafileCanvas. Replacing TMetafile with TBitmap

Re: [Lazarus] TBitmapCanvas public

2008-12-10 Thread Coppola Ing. Salvatore
Mattias Gärtner wrote: Zitat von Coppola Ing. Salvatore [EMAIL PROTECTED]: [...] can the TBitmapCanvas be declared public (I mean before implementation) in the unit Graphics? [...] There are some Printer Preview such as PagePrinter based on Windows TMetafile and

Re: [Lazarus] TBitmapCanvas public

2008-12-10 Thread Hans-Peter Diettrich
Paul Ishenin schrieb: can the TBitmapCanvas be declared public (I mean before implementation) in the unit Graphics? I assume is NOT! No, assume silence as nobody remember why it is so and nobody have time to look :( IMO there exist reasons why the Canvas should be available only

[Lazarus] about DLL

2008-12-10 Thread Héctor Fiandor Rosario
Dear members: is it possible to obtain a DLL in Lazarus like in Delphi and how to do it? thanks Ing. Héctor F. Fiandor [EMAIL PROTECTED] --- Red Telematica de Salud - Cuba CNICM - Infomed ___

[Lazarus] Stretching Antialiasing in win32

2008-12-10 Thread Felipe Monteiro de Carvalho
Hello, When I execute the StretchBlt windows API in the magnifier I get different results in Delphi and in Lazarus: Windows.StretchBlt(DestCanvas.Handle, drawGlassRect.Left, drawGlassRect.Top, drawGlassWidth, drawGlassHeight, bmpDisplay.Canvas.Handle, viewRect.Left, viewRect.Top,

[Lazarus] Typing in StringGrid cell - Linux

2008-12-10 Thread Jan Kowalski
Hi, I have a strange problem with typing in StringGrid cell. As example : when I typed something I get omethings in cell. This becouse when I put first char cursor goes to the left side of this char. On windows everything is ok I used svn version of lazarus x64 (rev 17743) and fpc 2.3.1 best

Re: [Lazarus] Unit and includepaths and the IDE

2008-12-10 Thread Bart
Mattias, Thanks for clearing that up to me. I'll look into packages, probably at a later point. At the curent stage, my library of tools for Laz tends to change frequently, as I learn more to use Laz/fpc. So for the moment I'll not package them. Bart

Re: [Lazarus] Universal using of mailto:

2008-12-10 Thread Bart
By the way. Is any similar method for opening HTML files without using application name eg. firefox. As others pointed out xdg-open will do that. You might take a look at my BrowserDetection unit, which uses xdg-open if available, or tries some other options if it is not there. AFAICT it

Re: [Lazarus] TProcess oddity?

2008-12-10 Thread Bart
I think you should ask in one of the Free Pascal mailling lists, because this is a problem with the Free Pascal RTL which only FPC developers could fix. I'll look for that mailinglist then. Anybody some suggestion for my workaround question? Bart

Re: [Lazarus] Typing in StringGrid cell - Linux

2008-12-10 Thread Jesus Reyes
--- El mié 10-dic-08, Jan Kowalski [EMAIL PROTECTED] escribió: De:: Jan Kowalski [EMAIL PROTECTED] Asunto: [Lazarus] Typing in StringGrid cell - Linux A: lazarus@lazarus.freepascal.org Fecha: miércoles, 10 diciembre, 2008, 1:24 pm Hi, I have a strange problem with typing in StringGrid

[Lazarus] TAChart: Request to review/apply patch 12758

2008-12-10 Thread Alexander Klenin
See http://bugs.freepascal.org/view.php?id=12758 Sorry to bother Daruis (and everyone else) again, but this patch is holding my further work on TAChart. Such are the problems of using centralized version control ;-) -- Alexander S. Klenin Insight Experts Ltd.

Re: [Lazarus] Stretching Antialiasing in win32

2008-12-10 Thread Martin Friebe
Felipe Monteiro de Carvalho wrote: Hello, When I execute the StretchBlt windows API in the magnifier I get different results in Delphi and in Lazarus: Windows.StretchBlt(DestCanvas.Handle, drawGlassRect.Left, drawGlassRect.Top, drawGlassWidth, drawGlassHeight,

Re: [Lazarus] Stretching Antialiasing in win32

2008-12-10 Thread Felipe Monteiro de Carvalho
On Wed, Dec 10, 2008 at 9:45 PM, Martin Friebe [EMAIL PROTECTED] wrote: If it is synedit, check either the font antialiasing/quality property in object inspector (if you use synedit as component). Or Environment=options=Editor=Display there is a checkbox Disable anti aliasing Anti aliasing

Re: [Lazarus] TAChart: Request to review/apply patch 12758

2008-12-10 Thread Luiz Americo Pereira Camara
Alexander Klenin escreveu: See http://bugs.freepascal.org/view.php?id=12758 Sorry to bother Daruis (and everyone else) again, but this patch is holding my further work on TAChart. Such are the problems of using centralized version control ;-) +1 I have similar problems recently, when i

Re: [Lazarus] Using Win32 Lazarus to cross-compile to arm-linux?

2008-12-10 Thread Paul Nicholls
- Original Message - From: Paul Nicholls [EMAIL PROTECTED] Newsgroups: gmane.comp.ide.lazarus.general To: Lazarus@lazarus.freepascal.org Sent: Wednesday, December 10, 2008 11:00 AM Subject: Using Win32 Lazarus to cross-compile to arm-linux? Hi all, I appologise if this is an