[Beta 4 Bug] Rollout Not Saving
by Ryan Mounts · in Torque 3D Professional · 07/27/2009 (7:09 am) · 2 replies
If I add a rollout to a gui in the Gui Editor and then save to a file, 'everything' gets saved but the rollout. I say 'everything' because I've only seen this with rollouts, but it could be an issue with other gui elements as well.
#2
Fixed for next release.
To work around, either manually set "canSave" for your rollouts to true or remove the canSave=false; statement in the GuiRolloutCtrl constructor.
07/27/2009 (8:11 pm)
Fixed for next release.
To work around, either manually set "canSave" for your rollouts to true or remove the canSave=false; statement in the GuiRolloutCtrl constructor.
Associate Rene Damm
For whatever reason, rollouts disable their canSave flag. Have to check whether this is legitimate.
This will cause rollouts and their childrens to not save.