PICKBOX

Anyone else having my problems ?Mostly annoyingSupport cant repeat´.BricsCad received following Support Request from you:[2006-10-17] HelloSince the introduction of V7 I am again having problemswith dissappearing pickbox an aperture.This used to be a problem years ago but dissapeared.Repeatable by using this LISP and escaping half way through.(defun blinss ( 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" fpath pause 1 1 pause)(command ".insert" fpath pause 1 1 pause)));eofSyntax for use ( in a menu)(blins"X:\drawings\blocks\blockname.dwg")I loose the pickbox in moore ways but this is the only one that I can pinpoint as repeatable.I have a little icon to reset the pickbox and aperture and now it back in frequent use.Kind regardsPatrik

Comments

  • Bonjour,I confirm this bug is happening so often that it is even difficult to keep concentrated on work.My config is perhaps specific in that sense that I use a 2ble screen graphic card. But I guess this has nothingto do with the issue.Previous posts are a little bit helping, but not sufficient.Especially when you are drawing a long polyline entity, and that you get stuck in the middle of the way!In this specific case, is there a possibility to create a transparent macro-command as to reset the OSMODE to a workable value (snap widget getting visible again) withoout losing the job made in creating the first segments of the polyline?Are there some LISP and/or VBA snippets available on this kind of issues?Thanks on forward

  • HiI have done a script file called MyVariable.scr that i launch regularly during a drawing session. And the problem mentionned above is much less important (in my case)There is:filletr0osmode0pickbox2aperture4elevation0dimtxt0.44viewresno50blipmodeonpdsize0pdmode0savetime12snapang0regen_STOPSCRIPTRichard Stas

This discussion has been closed.