Summary:
I have a layout with a top panel as a bar with an elevation of 5. Within this panel I have a title "label" (its parent is the panel) whose text changes by code when I click on a menu option ( B4XDrawer) to indicate the selected option.
If the panel has the elevation field to 5, the text does not reflect the changes (although by code the change is read). If the panel has the elevation field at 0 the text is updated.
Reproduction Steps:
1. Create a new layout with a raised top panel. Inside create a label.
2. Add a drawer panel with several buttons in the form of a menu.
3. Clicking on a button changes the text of the label in the event of the button.
Actual Behavior:
If the panel elevation is > 0 the label text is not updated.
Expected Behavior:
have the label text update regardless of the elevation of the parent panel
Notes (optional):
Additional information (optional):
B4A v 10.60
I have a layout with a top panel as a bar with an elevation of 5. Within this panel I have a title "label" (its parent is the panel) whose text changes by code when I click on a menu option ( B4XDrawer) to indicate the selected option.
If the panel has the elevation field to 5, the text does not reflect the changes (although by code the change is read). If the panel has the elevation field at 0 the text is updated.
Reproduction Steps:
1. Create a new layout with a raised top panel. Inside create a label.
2. Add a drawer panel with several buttons in the form of a menu.
3. Clicking on a button changes the text of the label in the event of the button.
Actual Behavior:
If the panel elevation is > 0 the label text is not updated.
Expected Behavior:
have the label text update regardless of the elevation of the parent panel
Notes (optional):
Additional information (optional):
B4A v 10.60
Attachments
Last edited: