M
matt_1ca
What is the usual strategy used by experts to avoid seeing the message: An Action cannot be completed because a component (..) is not responding.
I am using VB to control AutoCAD and often I get a rather unwelcome message saying : An Action cannot be completed because a component (..) is not responding. Choose switch to activate the component and correct the problem.
This happens when the user is supposed to input a value in AutoCAD document but instead makes the common mistake of clicking the VB form instead of clicking the AutoCAD document to input the value.
100% of the time the problem is solved by simply clicking the button that says switch -- which may not be so much of a problem until 50 people continue to make that same mistake and have to click switch everytime just to correct the problem.
Then it starts to be really awkward -- and they are starting to wonder why I did not design the program in the first place to click that switch button programmatically (knowing that it solves the problem 100% of the time) -- so that they do not ever have to see it.
Right now this one has me stumped . Please guide me in any way you can.
Thank you so much for all the kind help you can give.
Matt
I am using VB to control AutoCAD and often I get a rather unwelcome message saying : An Action cannot be completed because a component (..) is not responding. Choose switch to activate the component and correct the problem.
This happens when the user is supposed to input a value in AutoCAD document but instead makes the common mistake of clicking the VB form instead of clicking the AutoCAD document to input the value.
100% of the time the problem is solved by simply clicking the button that says switch -- which may not be so much of a problem until 50 people continue to make that same mistake and have to click switch everytime just to correct the problem.
Then it starts to be really awkward -- and they are starting to wonder why I did not design the program in the first place to click that switch button programmatically (knowing that it solves the problem 100% of the time) -- so that they do not ever have to see it.
Right now this one has me stumped . Please guide me in any way you can.
Thank you so much for all the kind help you can give.
Matt