PDA

View Full Version : 8.3 lscript bug...


jeremyhardin
06-27-2005, 07:15 AM
first off, i like making scripts. i keep them here...
http://jeremy.lwidof.net/lscript
i first encountered this problem here.
http://vbulletin.newtek.com/showthread.php?t=37881
simple enough, right. switch views, fit selected/all, switch back. but for some reason, it would work once, then work sporadically afterwards. later i was using some of my other scripts. specifically quickdissolve. again, worked once (and if i tried to run it again on the same object, it would work again).

but the results were sporadic. so first run = cool. >second run = may work, may not.

my guess is it's that layout is sporadically keeping the object agent variables after the fact, but i'm not sure. any other ideas?

scripts of mine that are giving me problems, if you guys want to check this as well, are...
layout_focus_tools
quickdissolve

thanks in advance,
Jeremy

jeremyhardin
06-27-2005, 11:59 AM
well, i added a couple of bits that force LW to update at the beginnings of the scripts as well as the ends, and they seem to work better now.

i still suspect a bug, since sporadic results are unusual. but yeah. they work now. thanks anyway.