ID:82772
 
Not a bug
BYOND Version:454
Operating System:Windows XP Pro
Web Browser:Firefox 3.5.3
Status: Not a bug

This is not a bug. It may be an incorrect use of syntax or a limitation in the software. For further discussion on the matter, please consult the BYOND forums.
Descriptive Problem Summary:
I have a set of PushBoxes in the same group "A"
when I click selected on one of them most of the time when I run it the button that I last pushed will be in instead of the one I need to be in.
Numbered Steps to Reproduce Problem:
-Create a set of push-box buttons and put them under the same group.
-Make one of the push-boxes selected.
-Run it and click on a push-box that's not seleted.
-Exit and run again.

Expected Results:
The selected push-box to be selected
Actual Results:
The last push-box selected is selected
Does the problem occur:
Every time? Or how often?
Most of the time

Workarounds:
Might be able to get around it if I mess with winset.
when I click selected on one of them most of the time when I run it the button that I last pushed will be in instead of the one I need to be in.

The same problem effects various other interface settings due to how it saves. Splitter %s and window sizes for example.
The button control's is-checked param is saved as part of a user's preferences. To modify this behavior, you can manually edit the control's saved-params parameter to remove is-checked. To do that, close the skin window in your project and open up the skin file in a text editor (like Notepad).