reForm
03-09-2006, 04:49 PM
Is there any way to make the width of a rollout/floater dialog adjustable? or is this restricted to only vertical size adjustment/scroll?
I've tried this code, but it doesnt work.
on resized new_size do
(
MLister.matinspectorfloater.size = rollout_size - [0,48]
)
I can manually change the size using the listener, but I can't get a dynamic resize working. Is there a workaround to this?
I've tried this code, but it doesnt work.
on resized new_size do
(
MLister.matinspectorfloater.size = rollout_size - [0,48]
)
I can manually change the size using the listener, but I can't get a dynamic resize working. Is there a workaround to this?
