ok, i’ve solved it don’t know why, but SendMessage WM_SETFOCUS doesn’t work for me, so i ‘implemented’ SetFocus from WinApi on c# (using Denis’ hints…
no! =) if i close the widget, the accelerators still not working. only by clicking the viewport. clearFocus is just the QWidget’s method… what i wante…
my PyQt widget is a child of Max, so it’s in “windows.getChildrenHWND #max” i use clearFocus() to this widget, so the focus is not on it. i’m using bl…
thank you, Denis! of course simulating mouseclick is not very good solution (cause after clicking in pyqt application my mouse isn’t in max viewport)….
yes, that is! thank you very much, Denis!
hi Eric! aren’t there any news about installers? =) they are definitely needed =))) thank you very much)
hello guys! i have some another problem with NumericUpDown control… there is now feedback on ‘scroll’ event… if i add to floatspinner.ms code on up…