I have a menu pop-up that displays when you click an element "Hamburger menu" on the screen. There is also an overlay that is faded so you can still see the screen and enter in the information. Here is a post that goes over the whole thing: https://powerapps.microsoft.com/en-us/blog/creating-dialogs-in-powerapps/
Element "Hamburger menu" OnSelect:
UpdateContext({menuPopUp: true})There is a group of elements named Menu_PopUp with text/rectangles that display with their Visible:
menuPopUp
One of the elements is the rectangle in question, its Visible element is EXACTLY the same as the other rectangles and text, but it does not display. I have to change its visible to true then reset it back to the variable for it to function properly. It previously worked, there were no edits to the application but all of a sudden it no longer works.
This seems like it is so simple that it should just work, any suggestions please let me know. 😃
Side note: The only difference from the other rectangles is that most of the visuals including color/tranparency/size are governed by another element on my theme page.