|
Hi all,
I seem to be stuck here on some ui Creation.
I have a base rollout that has several subrollouts inside of it.
I am using buttons to add other defined rollouts in to the subrollouts of the main window, They load up fine but i am stuck in trying to remove them from the window once i am done with them..
I have tried both the removeRollout and the removeSubRollout command…
all of which just return OK
is there another command that i am missing somewhere?
Thanks
|
|
|
|
FWIW, I seem to be having the same problem. If you have found any solution since you posted this, please post it. I can’t seem to find an analogous “DestroyDialog” command for rolloutFloaters. And the closeRolloutfloater command doesn’t seem to do anything to my rolloutfloater.
Thanks!
|
|
|
|
Nvmd. I got it to work with this line:
try (closeRolloutFloater MYROLLOUTFLOATER) catch ()
Though I swear I tried that before. Oh well, can’t complain.
|
|
|