Add Event handler Script error!
-
Ok folks. I created a MFC dialog app using the appwizard. Put a button on there from and right clicked the button. I chose "Add Event Handler" from the menu and I get a script error. The IDE is giving me a script error!:mad::mad: I just wanted an OnClick message handler. here's the text of the error. Just thought I'd share my apparent bug or flaky install or whatever.
_An error has occured in the script on this page
Line: 327
Char: 4
Error: Can't move focus to the control because it is invisible not enabled, or of a type that does not accept the focus.Code: 0
URL: file://c:\Program Files\Microsoft visual Studio .NET\Vc7 \VCWizards\CommandWiz\HTML\1033\default.hm_nay
-
Ok folks. I created a MFC dialog app using the appwizard. Put a button on there from and right clicked the button. I chose "Add Event Handler" from the menu and I get a script error. The IDE is giving me a script error!:mad::mad: I just wanted an OnClick message handler. here's the text of the error. Just thought I'd share my apparent bug or flaky install or whatever.
_An error has occured in the script on this page
Line: 327
Char: 4
Error: Can't move focus to the control because it is invisible not enabled, or of a type that does not accept the focus.Code: 0
URL: file://c:\Program Files\Microsoft visual Studio .NET\Vc7 \VCWizards\CommandWiz\HTML\1033\default.hm_nay
yeah i get this one too.. this happens when i try to add a button to a dialog i tried to add a class for.. basicly currently i cannot add a class to any new dialog i create.. it acts like it makes the class, but it doesnt.. and if i try to add a message handler i get this error you mentioned.. -dz