-------------------------------------------------- From: "Helmut Karlowski" <helmut.karlowski@ish.de> Sent: Wednesday, August 12, 2009 11:02 PM To: <mint@lists.fishpool.fi> Subject: [MiNT] qed
is anybody involved in qed-development, or cf-lib? There is a problem with the windowed dialogs and XaAES.Select Options -> for files -> edit and press cursor-down or up and see what I mean.I traced this and found that XaAES is doing it right.
I see the problem. It's a bit strange, because if you look at the code it looks like CFlib doesn't do any keyboard navigation when running under XaAES. However, it does use it's own "find_edit()"-function in cf_form_do(), and this find_edit() searches for the next/previous editfield by object index and not by coordinates like XaAES does. I don't have the time to study this any further, but if somebody are working on qed and/or CFlib, I think the custom form_do-handler is the right place to look. I think it would be possible to replace this custom code with simple AES-calls under XaAES.
Jo Even