[lazarus] GetKeyState

2008-02-03 Thread SteveG
Just a note on the GetKeyState function from LclIntf - causes exception when used within a dll (mine anyway) - same call direct (thru 'use Windows') works ok Not sure as yet to report this as a bug, still doing eliminations in my own code SteveG

Re: [lazarus] GetKeyState

2008-02-03 Thread SteveG
Vincent Snijders wrote: SteveG schreef: Just a note on the GetKeyState function from LclIntf - causes exception when used within a dll (mine anyway) - same call direct (thru 'use Windows') works ok Not sure as yet to report this as a bug, still doing eliminations in my own code Do you use

Re: [lazarus] GetKeyState

2008-02-03 Thread SteveG
SteveG wrote: Vincent Snijders wrote: SteveG schreef: Just a note on the GetKeyState function from LclIntf - causes exception when used within a dll (mine anyway) - same call direct (thru 'use Windows') works ok Not sure as yet to report this as a bug, still doing eliminations in my own code

Re: [lazarus] GetKeyState

2008-02-03 Thread Vincent Snijders
SteveG schreef: Just a note on the GetKeyState function from LclIntf - causes exception when used within a dll (mine anyway) - same call direct (thru 'use Windows') works ok Not sure as yet to report this as a bug, still doing eliminations in my own code Do you use the interfaces unit in

[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

Re: [lazarus] RecreateWnd

2008-02-03 Thread Christian U.
Declaration ist RecreateWnd(Object) RecreateWnd(Self) is the same as RecreateWnd in Delphi. [EMAIL PROTECTED] schrieb: 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

Re: [lazarus] RecreateWnd

2008-02-03 Thread Felipe Monteiro de Carvalho
On Feb 3, 2008 4:09 PM, [EMAIL PROTECTED] wrote: Is there a substitute in Win32/gtk-LCL? I think you should start by re-thinking why you need RecreateWnd in the first place. -- Felipe Monteiro de Carvalho _ To unsubscribe:

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

RE: [lazarus] RecreateWnd

2008-02-03 Thread Sam Liddicott
Surely recreatewnd is just destroywnd followed by createwnd, both of which weem important to me. Sam -Original Message- From: Felipe Monteiro de Carvalho [EMAIL PROTECTED] Sent: 03 February 2008 16:18 To: lazarus@miraclec.com Subject: Re: [lazarus] RecreateWnd On Feb 3, 2008 4:09 PM,

RE: [lazarus] RecreateWnd

2008-02-03 Thread Hess, Philip J
With my ported Delphi components, I call RecreateWnd(Self) only on Windows, ignoring this call via $IFDEF altogether with other widgetsets. Thanks. -Phil -Original Message- From: Sam Liddicott [mailto:[EMAIL PROTECTED] Sent: Sun 2/3/2008 12:04 PM To: lazarus@miraclec.com Subject: RE:

RE: [lazarus] RecreateWnd

2008-02-03 Thread Andrew Brunner
I would be interested in a reply to this. Under windows you need this to go along with createparams(); Otherwise you can try to get along with Get/SetWindowLong right? But what about on OSes other than windows? -Original Message- From: Felipe Monteiro de Carvalho [mailto:[EMAIL

[lazarus] Analog Twebrowser in delphi?

2008-02-03 Thread John Johnson
How can I implement an html page into my lazarus app?? I need a component like TWebBrowser in delphi? _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

[lazarus] Ubuntu and overnight snapshots....

2008-02-03 Thread Dominique Louis
hi all, It is possible to set up Ubuntu to pick up overnight snapshots from hu.freepascal? Thanks, Dominique. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Ubuntu and overnight snapshots....

2008-02-03 Thread Maxim Ganetsky
Dominique Louis пишет: hi all, It is possible to set up Ubuntu to pick up overnight snapshots from hu.freepascal? Why not to use SVN? Thanks, Dominique. -- Best regards, Maxim Ganetsky mailto:[EMAIL PROTECTED]

Re: [lazarus] RecreateWnd

2008-02-03 Thread Paul Ishenin
Giuliano Colla wrote: From a quick look to documentation, RecreateWnd is just a dangerous hack/workaround to overcome some Windows bugs/inadequacies. In Windows it's impossible to change some properties of a window, such as: * Changing the border style. * Changing the CharCase,

Re: [lazarus] Ubuntu and overnight snapshots....

2008-02-03 Thread Thierry Andriamirado
On Mon, 2008-02-04 at 02:23 +0300, Maxim Ganetsky wrote: Why not to use SVN? Yes, use 'svn co' once, then you can put an 'svn update' command within a daily cron. -- Linuxeries http://linuxeries.blogspot.com Toraka Bilaogy http://torakabilaogy.blogspot.com