[Quoting Mark Dootson, on February 23 2010, 15:52, in "Re: Strange appearan"] > Something else going on. > > Crude change to x.pl attached - clicking on 'Hi' text gets a mouse event?
Yes. BTW: The problem with the controls is a different application (as you may expect). Frame Controls (that work) Panel 1 TextCtrl Panel 2 Controls 2 (that work) Now it is: Frame Panel 0 Controls (that work) Panel 1 TextCtrl Panel 2 Controls 2 (that do not work) Reason is that the TextCtrl now gets focus and keeps focus, inhibiting the controls 2 to work. Hmm. Needs research. -- Johan