Hi Micah, In one of our app, we don't have any input device other then the virtual keyboard. In this way, it is useful to have the possibility to scroll with it. But I don't succeed in doing this. The scrollbar widget seems not to be focusable. Did I miss something?
Maybe the scroolbar widget have to act in a special way when focused as the field one. Normale navigation mode ----------------------- * right, left, up, down arrows --> next widget in the corresponding direction * tab --> next widget (internal server list?) When a Field widget is focused ------------------------------ * right and left arrows move the cursor _in_ the widget * up, down arrows and tab key change focus to next widget note: for a text editing area, maybe only the tab key will change the focus to next widget When a Scrollbar widget is focused ---------------------------------- * up and down arrows control the scroll * right, left arrows and tab key change focus to next widget -philippe _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
