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?
MK500 with PB losing focus when MSP starts// Expert user has replied. |
1 Replies
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