so.. viewport isnt updating when i use this 2 commands together..
why?
here is one sample code
fn aaa =
(
unregisterRedrawViewsCallback aaa
test = text size:100 kerning:0 leading:0 isSelected:on text:"test"
starttool foo
)
tool foo
(
on mousePoint clickno do #stop
on freeMove do $.pos = worldPoint
)
registerRedrawViewsCallback aaa
the script is clearly working. But for some reason i cannot see where i place the text in this example.
note that the code is only to emulate the error i'm getting.. i know doesnt make sence to register the callback only to unregister it..
i've tried using redrawViews(), completeRedraw(), forceCompleteRedraw.. with no luck
Anubis · 2012-01-04