Notifications
Clear all

[Closed] rollout content automatic update

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

Use a callback, IE:

callbacks.removeScripts id:#selX64
callbacks.addScript #selectionSetChanged “print “selection changed!”” id:#selX64

Light

Thanks! It’s exactly what I needed!