Strange behavior

Since using version 6.1.0006 I've been having a graphicsissue. When editing objects sometimes (4-5 times/day) thegeneral dwg area, toolbars vanish - it's hard to explain. Thething really strange about it is when it happens I can move themouse cursor around and things start to reappear, whateverthe cursor passes over. Rebooting helps but this is a pain.Anybody else have this problem?

Comments

  • No but if I pull down symbols from a menu I have, the crosshair starts tracking. As long as I drag the symbol I get lines in millions all over the screen. (100% crosshair).As soon as I have placed the symbol they are gone.New behaviour to me will hopfully be gone with text release.PSIf I use the std menu to place a symbol this will not happend.DSThis is the script rum by the menu by the way.Maybe useful to someone else.(defun blins ( fpath / char cnt bn)(setq cnt (1- (strlen fpath )))(setq fpath2 (substr fpath 1 (- (strlen fpath) 4)))(while (/= "\" char)(setq char (substr fpath2 (1- cnt) 1))(setq cnt (1- cnt)))(setq bn (substr fpath2 (1+ cnt)))(if (tblsearch "BLOCK" bn)(command ".insert" bn pause 1 1 pause)(command ".insert" fpath pause 1 1 pause)));eof

This discussion has been closed.