----- Original Message ----- 
From: "Vincent Snijders" <[EMAIL PROTECTED]>
To: <lazarus@miraclec.com>
Sent: Tuesday, April 10, 2007 00:58
Subject: Re: [lazarus] Tmemo DblClickand OnChange Events


> Jeff Steinkamp schreef:
>> I have exposed the DblClick property for the Tmemo component in the 
>> stdctls.pp
>> file and recompile Lazarus  I have assigned a procedure to the property in 
>> the
>> forms OnCreate event.
>>
>>       memo1.OnDblClick := @Memo1DblClick;
>>
>> I does not fire with the standard double click of the mouse.  However, it 
>> will
>> eventually fire with about 5 or 6 very rapid clicks of the mouse.  Is there
>> somesort of double click sensitivity parameter that can be set to eliminate 
>> this?
>>
>> The onchange event never fires when the text property is changed or text is 
>> added
>> to the control.
>>
>> I've tried to use the TsynMemo component, but the OnChange event has a 
>> similar
>> problem.  it fires, but prior to the text property changing.
>
> What OS en widgetset do you use?
>
> Vincent


GTK on Linux. I've tried to use GTK2, but get an error message telling me that 
it 
can not find interfaces.

Jeff 




 
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121

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

Reply via email to