Hello all,

it's the first time I am trying something with Linux and GTK2 and these two things do not work at all:
1.
PostMessage(currentEdit.Handle, LM_CHAR, Ord('a'), 0); // trying to post msg to some TEdit

2.
 UTF8Key := 'a';
 currentEdit.IntfUTF8KeyPress(UTF8Key, 1, false);


Should these code snippets do something, or it is OK that they have no effect? I am using FPC 2.5.1 [2010/06/09] and todays SVN Lazarus on Ubuntu 9.X .


Regards
Žilvinas

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to