Hey everyone...alright here's the skinny. I'm making a pretty complicated custom application to send block attribute information into excel. In constructing the DCL I'd like to have a toggle for "Select *ALL* blocks" and/or "Pick Blocks" or "Standard Instrument Selection". Two of these would be toggle checkboxes, that I'd like to force the user to only be able to have one selected. I.e. if they choose the toggle for "Select *all* blocks" then it would switch the check mark out of "Pick Blocks" or "Standard Instrument Selection" and every iteration of those. I believe this is common with toggles I just do not know the code for it.
Additionally, if they select "Pick Blocks" i wish to hide the dcl and allow them to complete a ssget. I know the code to hide the dcl as well as the ssget, but what I don't know is how to interact with the other toggles in this catagorey. If they select "pick blocks" which is a button, to be able to hide the dcl, i want it to count as the selection of toggles and therefor remove any "checkmarks" for selected toggles: "Select *ALL* blocks" and/or "Standard instrument selection".
I hope this explination was clear enough but here's a pic of the dcl to help out!
(currently I have just two toggles showing but I believe I want to rename "select blocks" TOGGLE to "Standard Instrument Selection" and do the SSget automatically based on a defun that will correspond to that selection.
So, again....1 of the 3 options for toggles only, not 2 selections. If they press the button hide DCL immediately, if they choose one of the toggles the "Okay" button will need to have different done dialogs? If someone could help me with this I would appreciate it greatly.