MK500 with PB losing focus when MSP starts

// Expert user has replied.
M Michael Holman 3 years 5 months ago
8 1 0

I have a customer using PB on MK500. Everything works great until MSP launches even though it launches in the background. At that point the focus on their input field is lost. Is there a way within PB to ensure the app always has focus? My initial thought is to put a long delay in the launch of PB but I would think there is a better way. Any ideas?

Please Register or Login to post a reply

1 Replies

S Sudhakar Murthy

Another way to do: onblur event is used for the input field to identify the focus loss and focus to the same input field is given back using focus() method. Regards, Sudhakar

CONTACT
Can’t find what you’re looking for?