Author Topic: Strange error message about INTERSECT  (Read 3887 times)

0 Members and 1 Guest are viewing this topic.

iliekater

  • Guest
Strange error message about INTERSECT
« on: August 06, 2007, 01:30:44 PM »
I started a VBA command with a dialog box on an AutoCAD window . I hided the command (actually by using the Hide method from VBA , so the command didn't actually End) , changed to another and already opened window , and there I restore the dialog box .
The dialog came out and I pressed a button to hide it again (you see , my command is used to click on an image and insert a block) . The dialog got hidden and while on drawing space , I got the message :
Code: [Select]
Too many objects selected for INTERSECTThe command however run without any problems .
What was that ?

Guest

  • Guest
Re: Strange error message about INTERSECT
« Reply #1 on: August 06, 2007, 02:39:17 PM »
Got OSNAPS on??

iliekater

  • Guest
Re: Strange error message about INTERSECT
« Reply #2 on: August 07, 2007, 12:58:59 AM »
Yes but I don't have anywhere the INTERSECT function within the lisp code .