Re: [lazarus] LoadCursor replacement

2008-02-10 Thread user1
Thanks! :-) Paul Ishenin wrote: [EMAIL PROTECTED] wrote: I found this in Delphi Win32 code: Screen.Cursors[crCrossSmall] := LoadCursor(hInstance, 'CURSOR_CROSSSMALL'); What is the replacement in Linux? In LCL you should use this: LoadCursorFromLazarusResource('CURSOR_CROSSSMALL') and

[lazarus] win32extra merged into FPC

2008-02-10 Thread Marco van de Voort
I merged the few remaining symbols into FPC units. Note that most of the symbols that win32extra provides are already in commctrl, and thus in FPC since 2.2.0. (the shell* units are mostly post 2.2.0 though). Most no There are some issues that must be still resolved: - TNMLVCustomDraw

RE: [lazarus] ColorToRGB in console app

2008-02-10 Thread Hess, Philip J
Not concerned about myself. I'm preparing something for others to compile and want to make it as easy as possible. Thanks. -Phil -Original Message- From: Vincent Snijders [mailto:[EMAIL PROTECTED] Sent: Sun 2/10/2008 1:12 AM To: lazarus@miraclec.com Subject: Re: [lazarus] ColorToRGB

[lazarus] TTrayIcon problem

2008-02-10 Thread Lee Jenkins
Hi all, Opening up the example project in /example directory, the project works fine. However, when I add a TTrayIcon to the main form of my project (assigon icon, etc) and execute TrayIcon.Visible := true, the icon doesn't appear in the system tray. Gain, the examples project does, but it

Re: [lazarus] win32extra merged into FPC

2008-02-10 Thread Paul Ishenin
Marco van de Voort wrote: I merged the few remaining symbols into FPC units. Note that most of the symbols that win32extra provides are already in commctrl, and thus in FPC since 2.2.0. (the shell* units are mostly post 2.2.0 though). Most no There are some issues that must be still resolved:

Re: [lazarus] ColorToRGB in console app

2008-02-10 Thread Felipe Monteiro de Carvalho
On Feb 11, 2008 8:21 AM, Vincent Snijders [EMAIL PROTECTED] wrote: You do not get true console applications under Windows, because all windows installations have a GUI installed. All Mac OS X installations too. :-) Actually Macs have a server edition and althougth I never saw that I think

Re: [lazarus] ColorToRGB in console app

2008-02-10 Thread Graeme Geldenhuys
On 11/02/2008, Vincent Snijders [EMAIL PROTECTED] wrote: You do not get true console applications under Windows, because all windows installations have a GUI installed. All Mac OS X installations too. :-) Interesting, even servers? Or don't you get Mac OS X servers? So even though Macs

Re: [lazarus] ColorToRGB in console app

2008-02-10 Thread Graeme Geldenhuys
On 10/02/2008, Hess, Philip J [EMAIL PROTECTED] wrote: Of course, now the app has the same issues as any Mac GUI app compiled with GTK, in that even though it's a console app (sort of), it will only run under X11. And no way to compile for Carbon with lazbuild unless the framework carbon

Re: [lazarus] cross-platform balloon tip/help window

2008-02-10 Thread Felipe Monteiro de Carvalho
On Feb 11, 2008 7:45 AM, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Where could I find this cross-platform balloon help window you implemented? In the Common Controls pallete of a recent Lazarus =) TTrayIcon uses that to implement ShowBallonHint. It still needs work to look better, but all the

Re: [lazarus] ColorToRGB in console app

2008-02-10 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 09/02/2008, Hess, Philip J [EMAIL PROTECTED] wrote: This console app runs okay on Delphi. Is there something I'm missing here or is this just not possible with Lazarus? You do not get true console applications under Windows, because all windows installations

[lazarus] Converting Delphi 5 source to Lazarus source

2008-02-10 Thread Peter Williams
Hi All, I have a number of Delphi 5 projects which I want to port to Lazarus projects. I there a simple way for me to convert the projects and forms .pas file within them to Lazarus code? I was thinking that maybe someone has written a Delphi to Lazarus source code conversion program. Regards,

Re: [lazarus] cross-platform balloon tip/help window

2008-02-10 Thread Graeme Geldenhuys
On 11/02/2008, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Where could I find this cross-platform balloon help window you implemented? In the Common Controls palette of a recent Lazarus =) Excellent, thanks Felipe. This is going to come in handy. :) I'm sure that looking at the