scottatdrake
Jan 28 2005, 11:59 AM
Is there a simple way to disable a group on the fly with the api? I don't want to remove it, just keep the drop-down from appearing. It's such a simple thing, I can't believe there isn't a function for that. Am I missing something?
scottatdrake
Jan 28 2005, 03:36 PM
Nevermind.
dmbAPI_setItemState(id, false);
I told you all that I was missing something.