Skip to content
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

"Enabled" checkbox on gui nodes (DEF-2912) #3232

Closed
britzl opened this issue May 23, 2019 · 0 comments · Fixed by #6743
Closed

"Enabled" checkbox on gui nodes (DEF-2912) #3232

britzl opened this issue May 23, 2019 · 0 comments · Fixed by #6743
Assignees
Labels
community vote Issue was voted as high priority by the community engine Issues related to the Defold engine feature request A suggestion for a new feature gui Issues related to gui components

Comments

@britzl
Copy link
Contributor

britzl commented May 23, 2019

Description:
It is the only node state property available in the gui api that doesn't have a representation in the editor. Should do the same as calling gui.set_enabled(node, true).

Use case:
We currently have to disable a lot of nodes early in our guis when they open in order to not have them appear until we start show animations. Makes for a lot of unnecessary grunt work.

Business need:
2018-01-31 10:40:21 (M.Westerdahl)
I'd argue this is relevant for game objects/components as well

@britzl britzl added bug Something is not working as expected engine Issues related to the Defold engine feature request A suggestion for a new feature and removed bug Something is not working as expected feature request A suggestion for a new feature labels May 23, 2019
@britzl britzl added the gui Issues related to gui components label Oct 29, 2019
@britzl britzl added the community vote Issue was voted as high priority by the community label Feb 8, 2021
@britzl britzl added this to Editor in Roadmap 2021 Feb 8, 2021
@britzl britzl added this to Discuss in Issue Review Jun 20, 2021
@britzl britzl moved this from Discuss to Yes in Issue Review Jun 22, 2021
@AGulev AGulev self-assigned this Jun 24, 2022
@AGulev AGulev added this to To do in 1.3.5 via automation Jun 29, 2022
@britzl britzl moved this from To do to In progress in 1.3.5 Jul 4, 2022
@AGulev AGulev closed this as completed Jul 12, 2022
1.3.5 automation moved this from In progress to Done Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community vote Issue was voted as high priority by the community engine Issues related to the Defold engine feature request A suggestion for a new feature gui Issues related to gui components
Projects
1.3.5
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants