-
Notifications
You must be signed in to change notification settings - Fork 13
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
Create general Properties to control all mass/diameter NumberControls #260
Comments
So there is a top level Property, and when it changes, it changes the individual NumberControl.visibleProperty for all object types. This has been implemented above, see
So the above Properties will actually set all the individual visibleProperties, like
This means that you can have this case, which allows for complete flexibility:
This seems great to me. I also added code so that the panel will resize when NumberControls are hidden here on the lab screen. Please review. |
I created #270 to handle displayOnlyProperty. |
Thanks @zepumph! I really like how things are behaving in master. |
On the lab screen. In the projectile control panel, we want a single Property that would set all Projectile types's mass NumberControl visible. This will directly change the numberControl.visibleProperty.
We also want this for displayOnlyProperty (see phetsims/sun#686 (comment)), and enabledProperty.
From #244
Here are notes from today's PhET-iO meeting
Tagging @arouinfar and @kathy-phet
The text was updated successfully, but these errors were encountered: