Post #1438:
bl
📋 Metadata
- Author: roaoao
- Date: 2018-05-27 21:50:01
- Type:
answer - Quality Score: 8/10
- Reply to: post_01437
- Replies (1): post_01439
🏷️ Tags
⚙️ Related PME Features
- Enum Property
- StackKey
- open_menu() function
- Property Editor
💬 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))