I have a panel (we'll call Panel_2) that displays a few different labels that are changed during runtime. When you click a button on Panel_1, it sends the information to panel_2 and changes the labels. Panel_2 also has a back button that returns you to Panel_1. Now, the first time that Panel_2 is loaded, the labels appear perfectly - changes to the correct text, etc. Now, upon returning to Panel_1, clicking another option and returning to Panel_2, all labels disappear - even ones that aren't altered! Now, the really weird part - and why I'm calling this a bug - is that if I go to the navigator, disable Panel_2, and then re-enable it, everything appears correctly.
It is truly bazaar. Only the first time Panel_2 is displayed do the Labels appear. After that, I have to disable and re-enable it. I'm at a real loss here, hopefully it's something easy that I am missing!