Notifications
Clear all
[Closed] rollout content automatic update
Oct 14, 2005 5:12 pm
Hi guys,
I have a rollout which displays some object properties based on the current selection. If the selectionchanges is there a way to display the properties of the new selection when it changes?
It would be nice to be able to update it automatically and not to be forced to press a refresh button or close and reopen the rollout…
Thanks!
2 Replies
Oct 14, 2005 5:12 pm
Use a callback, IE:
callbacks.removeScripts id:#selX64
callbacks.addScript #selectionSetChanged “print “selection changed!”” id:#selX64
Light