Android Question XUI Views focus?

aidymp

Well-Known Member
Licensed User
Longtime User
Hi, just so I am clear using XUI Views if I want to edit any part of this control (eg there is no way to focus any control using a remote control or keyboard) I have to extract the library and edit the code? and then re add it to the zip??

Also the views are all centred, and some devices have the software keyboard centred. so i need the view to popup to the left or right or even top / bottom!

Thanks

Aidy
 

aidymp

Well-Known Member
Licensed User
Longtime User
It depends. Most of the custom views expose the native views. Which control do you want to modify?

In the example there is something called LongTextTemplate it opens a box that i want to use to display T&C's, it works fine however the focus does not move to the button in this case "OK" I have looked and cant find any reference to LongTextTemplate.RequestFocus

Thanks

Aidy
 
Upvote 0
Top