Page 2 of 2

Re: I want to always show Response Menu

Posted: Wed Dec 11, 2019 8:24 am
by nullpo
Thank you Toni !! Last question:
Is it possible to let the response button always be displayed.
Not make them disappear after button press but just change contents of button.

Re: I want to always show Response Menu

Posted: Wed Dec 11, 2019 8:36 am
by Tony Li
Yes. This is the easiest way:

1. Create your buttons at design time. Assign them to the Standard UI Menu Panel component's Buttons list. Leave the Button Template and Button Template Holder unassigned.

2. Create a copy of your buttons, and place them earlier in the hierarchy so they exist underneath the versions that are assigned to the Buttons list. Make these copies non-Interactable.

When a conversation is showing a response menu, it will show the interactable buttons in step #1 above.

When no conversation is running, or when the conversation is not showing a response menu, only the non-Interactable copies in step #2 above will be visible.