Hi @tahoon ,
Thanks for the reply. We were able to work around the issue. Please note that this is still bugged and this is simply a workaround. I will post the info here in-case anyone else runs into a similar issue.
We have what we call a "master screen" which contains "base" groups of controls and other "pointer" groups which function as pointers/references to the base groups. As mentioned earlier, this is to cut down on repetetive development in PowerApps. We simply copy a "pointer" group to a new screen when we need it. This enables us to modify colors, dimensions, etc. with ease across multiple screens. This "master screen" is never actually displayed at runtime.
The issue appears to be with Galleries. Specifically, the very first gallery that attempts to render. The rows flash for a second, and then are immediately hidden. It's clearly a bug that occurs when the labels reference our "master screen" label properties within galleries.
The solution was to delete all controls from the galleries and make all the labels and icons local to just that screen. Unfortunately, this means we cannot use this design pattern for galleries, at least not for the first gallery that is rendered.
Something is bugged with the forums, I keep getting an exception when attempting to view my previous reply. Here's my previous reply reposted:
--
Hi @tahoon ,
Thanks for the reply. We were able to work around the issue. Please note that this is still bugged and this is simply a workaround. I will post the info here in-case anyone else runs into a similar issue.
We have what we call a "master screen" which contains "base" groups of controls and other "pointer" groups which function as pointers/references to the base groups. As mentioned earlier, this is to cut down on repetetive development in PowerApps. We simply copy a "pointer" group to a new screen when we need it. This enables us to modify colors, dimensions, etc. with ease across multiple screens. This "master screen" is never actually displayed at runtime.
The issue appears to be with Galleries. Specifically, the very first gallery that attempts to render. The rows flash for a second, and then are immediately hidden. It's clearly a bug that occurs when the labels reference our "master screen" label properties within galleries.
The solution was to delete all controls from the galleries and make all the labels and icons local to just that screen. Unfortunately, this means we cannot use this design pattern for galleries, at least not for the first gallery that is rendered.
@aorphan If you are still experiencing the issue, can you please try disabling Delayed load in App settings -> Advanced settings and see if this resolves your issue in the published apps?
Hi @_Corey_ ,
The Delayed Load setting has been disabled in our app since the beginning; it does not function properly with it enabled. So it's not that.
User | Count |
---|---|
133 | |
132 | |
97 | |
75 | |
74 |
User | Count |
---|---|
206 | |
196 | |
70 | |
60 | |
52 |