|
From: Alexander S.K. <al...@be...> - 2004-04-01 10:40:14
|
On 31.03.2004 22:19, Rodrigo Moreno <rod...@te...> wrote:
RM> 1)When TAB is initalized its should set focus on first control.
Not in all cases. Sometimes there are get items in the dialog box
outside the tab control - and it may be needed to set focus to one of
them. So I prefer to allow programmer to choose, which item should
get the focus, something like:
oDlg:bActivate := {||SetFocus(oGet1:handle)}
RM> 2)When key tab is pressed it's get focus on page control, when it's should
RM> go to next control
I'm aware of this problem, but haven't find good solution for it yet.
Windows use very specific logic for handling TAB,SHIFT+TAB ...
Regards,
Alexander
http://kresin.belgorod.su
|