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 pla

[lazarus] LoadCursor replacement

2008-02-09 Thread user1
I found this in Delphi Win32 code: Screen.Cursors[crCrossSmall] := LoadCursor(hInstance, 'CURSOR_CROSSSMALL'); What is the replacement in Linux? _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"

[lazarus] Lazarus doesn't know properties

2008-02-04 Thread user1
Hi! Lazarus doesn't know properties (e.g. Borderstyle, Bevelinner, Bevelouter) that were known some snapshots before. I get error messages like that: Project raised exception class "EReadError" with message: Error reading Memo1.BorderStyle: Unknown property: "BorderStyle" What is wrong now? ___

Re: [lazarus] RecreateWnd

2008-02-03 Thread user1
Thanks! I found also the explaination here: {-- RecreateWnd This function was originally member of TWincontrol. From a VCL point of view that made perfectly sense since the VCL knows when a win32 widget has to be recreat

[lazarus] RecreateWnd

2008-02-03 Thread user1
Hi! I am porting some Delphi component to Lazarus. Now I am looking for a replacement of RecreateWnd. Delphi help says: procedure RecreateWnd; Recreate underlying Windows screen object. Call RecreateWnd to recreate the control from scratch. RecreateWnd destroys the underlying Windows screen ob

Re: [lazarus] Why do Delphi users hate Lazarus so much?

2008-01-27 Thread user1
BTW: the cardinal mul/div overflow bug still exists in Delphi 2007 ;-) John Stoneham wrote: Well, I guess the term "Delphi users" is a little broad, but it seems that every post that mentions Lazarus on borland.public.delphi.non-technical gets BLASTED by Delphi fanboys. I mean, it's really amaz

Re: [lazarus] Component

2008-01-26 Thread user1
That's it! http://wiki.lazarus.freepascal.org/Lazarus_Packages should be enhanced... Michael Van Canneyt wrote: On Sat, 26 Jan 2008, [EMAIL PROTECTED] wrote: where can I find this checkbox? In the package dialog. - Open the packake file. - Select the file that contains the registe

Re: [lazarus] Component

2008-01-26 Thread user1
where can I find this checkbox? Michael Van Canneyt wrote: On Sat, 26 Jan 2008, [EMAIL PROTECTED] wrote: hi! I can see the package in the Package Graph window, but it isn't shown in the palette or the component window. But the .pas file contains a procedure Register; begin RegisterCompone

Re: [lazarus] Component

2008-01-26 Thread user1
Lee Jenkins wrote: [EMAIL PROTECTED] wrote: hi! I can see the package in the Package Graph window, but it isn't shown in the palette or the component window. But the .pas file contains a procedure Register; begin RegisterComponents('Samples', [TMyScrollBox]); end; Hi, did you reco

Re: [lazarus] Component

2008-01-26 Thread user1
hi! I can see the package in the Package Graph window, but it isn't shown in the palette or the component window. But the .pas file contains a procedure Register; begin RegisterComponents('Samples', [TMyScrollBox]); end; Mattias Gaertner wrote: On Fri, 25 Jan 2008 22:22:13 +0100 [

Re: [lazarus] Component

2008-01-25 Thread user1
I did this, but can't see an icon in the component palette. Mattias Gaertner wrote: On Fri, 25 Jan 2008 21:41:04 +0100 [EMAIL PROTECTED] wrote: Is there an installation guide describing component installation within Lazarus IDE? Did you see http://wiki.lazarus.freepascal.org/Install

Re: [lazarus] Component

2008-01-25 Thread user1
A small demo would be helpful. Mattias Gaertner wrote: On Fri, 25 Jan 2008 21:41:04 +0100 [EMAIL PROTECTED] wrote: Is there an installation guide describing component installation within Lazarus IDE? Did you see http://wiki.lazarus.freepascal.org/Install_Packages ? Mattias _

[lazarus] Component

2008-01-25 Thread user1
Is there an installation guide describing component installation within Lazarus IDE? _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/maila