📋 Metadata
- Author: roaoao
- Date: 2018-05-27 21:50:01
- Type:
answer - Reply to: post_01437
- Replies (1): post_01439
💬 Content
blend_rend:
How can I make this visible which button is active?
You can use Enum Property to create a tab bar and StackKey to store commands for buttons (video):
On Update slot:
open_menu("Tab Bar Commands", props(menu))
Where open_menu() function calls a slot from the stack key (Tab Bar Commands) by its name (props(menu))