You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the VI "Apply Panel Layout to VI.vi", if an error occurs during the resize of any object and if "DeferPanelUpdates" has been set to true, the setting of "DeferPanelUpdates" to False will not work - therefore preventing the front panel from further updates. That's very disturbing, IMHO setting "DeferPanelUpdates" to False should always work.
Consider this minor change:
Jens
The text was updated successfully, but these errors were encountered:
Its worth mentioning I never benchmarked the need for defer panel updates. I suppose I must have assumed it would be faster but since this module uses the magic nodes its not certain.
BTW, I stumbled upon this "error" during the upgrade of an old project. It included a few strict type defs that could not be handeled by the toolkit therefore creating an error.
Perhaps it might be a good idea to collect all errors in within the VI "Apply Layouts to Objects.vi" so that all controls that can be resized are really resized.
Within the VI "Apply Panel Layout to VI.vi", if an error occurs during the resize of any object and if "DeferPanelUpdates" has been set to true, the setting of "DeferPanelUpdates" to False will not work - therefore preventing the front panel from further updates. That's very disturbing, IMHO setting "DeferPanelUpdates" to False should always work.
Consider this minor change:
Jens
The text was updated successfully, but these errors were encountered: