Search found 5 matches

by WretchedMallard
22 Oct 2020, 00:25
Forum: General Discussion
Replies: 5
Views: 1424

Re: Switch which textbox shows caret programatically

Thank you for the reply. Regarding the call to SetSupportsFocusEngagement that is apparently being called to allow pressing 'b' to cancel name input to work without having to press twice when the first name textbox has focus. That function was put in before we had implemented our on screen keyboard ...
by WretchedMallard
21 Oct 2020, 03:29
Forum: General Discussion
Replies: 5
Views: 1424

Re: Switch which textbox shows caret programatically

We are not using a separate view. We create our keyboard custom control in code-behind and attach it to the existing panel. When we create the on screen keyboard widget we also call Focus() one on of its button components so that we can then navigate within that control using a game pad with Keyboar...
by WretchedMallard
12 Oct 2020, 01:57
Forum: General Discussion
Replies: 5
Views: 1424

Switch which textbox shows caret programatically

HI, We are working with version 2.2 to create an on screen keyboard tool which contains a textbox to display the characters which are being typed and wish for this textbox to display the caret indicator. We wait for a textbox on screen to be focused and then inside our 'SetSoftwareKeyboardCallback' ...
by WretchedMallard
09 Jul 2020, 01:42
Forum: General Discussion
Replies: 2
Views: 672

Re: Crash from NsUnregisterComponent before NsRegisterComponent

Yes this is version 2.2. I was not able to yet produce a call stack, but in response to who is calling NsUnregisterComponent our application is calling this function directly to unregister some of our custom components. When running attached to steam the user can call 'stop' from the steam interface...
by WretchedMallard
08 Jul 2020, 02:08
Forum: General Discussion
Replies: 2
Views: 672

Crash from NsUnregisterComponent before NsRegisterComponent

Hi, We have found that if our application requests an exit before it has completely finished its initialization steps it can result in calls to NsUnregisterComponent being made before the corresponding NsRegisterComponent has been called which results in the application crashing. While understandabl...