Return focus to Editor after clicking a button in floating window of MAC
I have created a virtual keyboard library in adobe flex. I have already created an ANE for Windows to set the keyboad always on top and non focusable. Using: int exstyle = GetWindowLong(hwnd3, GWL_EXSTYLE); exstyle |= WS_EX_NOACTIVATE; But now I have to create an ANE for the mac (OS 10.7) I have to access the keyboard (keywindow) from the running flex application Set it always on top and non focusable(even if I click on the keys or select keyboard language from combobox of the keyboard it will not get focused). So that the cursor will always stay in the editor. I have tested a sample mac