On 14/05/2015 at 00:11, xxxxxxxx wrote:
Niklas,
Still no luck.
If I try to set the focus to anything on the dialog inside this function...
def InitValues(self) :
It doesn't work.
If I put it inside...
def Command(self, id, msg) :
and have a button press activate a text field for example, it does work.
But I want to set the focus away from a textfield that always has the focus when the dialog opens.
Having the focus there is messing up my keyboard shortcuts. They go to the textfield and not to the dialog properly.
Are you setting the focus to a UserArea in an 'InitValues' function?
Thanks,
Chris