-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link associated Nodes and checkboxes to the same visibleProperty #148
Comments
…ator.visibleProperty and focusManipulator.visibleProperty, #148
The only element that was capable of using a checkbox Property directly was Visibility of other Nodes was derived from a checkbox Property and some other state. For example, What I did discover is many instances of setting some Anything that is derived in the code should be specified as
So... @amanda-phet please review. Here's what you need to verify:
|
Verified the above. I am a little confused- First, did @kathy-phet and I set these to as Second, are these ReadOnly because they can be set by the client within the sim by just checking the box? I can't remember why we'd want these to be ReadOnly. |
It appears my questions are answered in #149 . |
3/4/21 design meeting change request, related to #137 and #139
For all Nodes whose visiblity is controlled via a checkbox, link them to the same Property that is controlled by the checkbox. For example,
rootsNode
,vertextNode
, ...The text was updated successfully, but these errors were encountered: