Pjanssen
03-07-2008, 11:31 AM
I've got a bit of a problem: I'm developing a tool (outliner) that helps with the selection of objects. It will be open while people are working in a scene.
The problem is that when the focus is on the dialog, or more specifically on one of the controls in the dialog, the key events are captured by the controls, rather than max. I want to be able to use all the hotkeys set by max or the user.
I tried setting the focus on the dialog itself after each focus event, but this isn't a nice way of handling things and it doesn't seem to work when called from dotnet objects...
I could use some help in this :)
The problem is that when the focus is on the dialog, or more specifically on one of the controls in the dialog, the key events are captured by the controls, rather than max. I want to be able to use all the hotkeys set by max or the user.
I tried setting the focus on the dialog itself after each focus event, but this isn't a nice way of handling things and it doesn't seem to work when called from dotnet objects...
I could use some help in this :)
