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 place cursor in ..lrs resource.

Best regards,
Paul Ishenin.

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives



_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to