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!
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
Dim rs As ResumableSub = Dialog.ShowTemplate(ColorTemplate, "OK", "", "CANCEL")
Dialog.GetButton(xui.DialogResponse_Positive).RequestFocus
Wait For (rs) Complete (Result As Int)