Hi, eveyrone
Is there a way to make a group of ListToolItems on a menu an option group? Basically I want at least one item to be selected in the menu. Right now the user is able to uncheck a ListToolItem and I want at least one always selected... if this can't be done, is there a way to grab the last selected index? Thanks.
This functionality is not currently available. I have forwarded this post to the DS Manager to create a feature requet on your behalf.
You can still accomplish this by using StateButtonTools instead of a ListTool. You can add all StateButtonTools to the same OptionSet and set its AllowAllUp property to False.
Thanks, Mike. What I ended up doing was checking if the item was checked already. If it was then if the user checks it again, it would just not allow it to be unchecked. Unfortunately this added the need of a state variable since it goes into an event loop because of the unchecking/checkin, but it works :)
Hello,
I have sent your feature request directly to our product management team.
If your feature is chosen for development you will be notified at that time. Your reference number for this feature request is FR11309.