08-14-2007 02:49 AM
08-14-2007 05:02 AM
08-14-2007 05:07 AM
08-14-2007 07:43 AM
When I find manipulation of a graphic object is slow, I often try two techniques that can may help.
1) Defer Front Panel Updates - when set true will prevent LV from update the front panel. If the updates are defered before the properties are applied and then "un-defered" this often speeds things up because LV can just deal with all of the updates at once rather than repainting the screen with each change.
2) If the Defer FP is not enough, then try set the object visability = F AFTER the FP is defered and before doing the property things. After, set visable = T then un-defer FP updates.
Just trying to help,
Ben