Hi,
How can I handle the text paste event in TGET/TEDIT from the clipboard ? In this case, oGet:change does not work
Hi,
How can I handle the text paste event in TGET/TEDIT from the clipboard ? In this case, oGet:change does not work
Sorry, I don't remember having any examples of this. Do you have some code to post, it makes it easier.
Thanks.
Regards, saludos.
For me oGet:bChange is working in TGet class when any text is pasted into the Get.
(But for me the problem is bChange is evaluated twice in case of Get)
Can you please check again?
Eval( ::bChange, nKey, nFlags, Self )Thanks, I'll try.