Thanks to all who have assisted me in my previous post I have another issue or not.
Livecode community 7.01 on a MAC. Running Yosemite 10.10.
I have a mainstack with the default card, then a default button and several other various controls (Radio, Checkbox, Tabs, etc..) on it. I've attached no code. If I click any other controls on the mainstack, the default button will turn white until the mouse button is released. So, then I go to the button properties, uncheck the 'Default Button' option, the set it to back to check. This resolves the issue. A known bug?
Default button - Issue or not
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Default button - Issue or not
Hi.
There is a property change when you unset and reset that property. The "armed" property is changed from "true" to "false". Does it seem counterintuitive, that the process is not transparent, that is, the state before is different than the state after, even though it seems that nothing should have changed?
Whether this can be exploited, or should be, is a question Is it more like a feature than a bug?
Craig Newman
There is a property change when you unset and reset that property. The "armed" property is changed from "true" to "false". Does it seem counterintuitive, that the process is not transparent, that is, the state before is different than the state after, even though it seems that nothing should have changed?
Whether this can be exploited, or should be, is a question Is it more like a feature than a bug?
Craig Newman