
Posted:
Apr 13, 2002 @ 11:29am
by Dex
Thanks, but I don't think it solves the problem (and I tried it and it didn't).
The problem is, OnChar isn't even called when the spacebar is pressen on the sof input pannel. So it must generate a different kind of message (I suppose)?
The problem is I don't know what kind of message so I can't catch it.

Posted:
Apr 13, 2002 @ 2:21pm
by Dan East
Try handling OnKeyDown / OnKeyUp. Again, make sure you are doing this in your main dialog class.
Dan East

Posted:
Apr 13, 2002 @ 7:24pm
by Dex
I apear to have fixed it.
Thank you!