Hello:
Back in March we migrated from PB 2017 to PB 2021 (we are now on MR 1509). Since March some of our users are experiencing a situation where the picture buttons no long display words or images, and fonts become larger and are bold, and the main image never displays. We have been using this application for years and this is new. The first screenshot shows you what is happening. The second screenshot shows you what it should look like when it's running smoothly. We have looked for any places where we have missed garbage collection, deleting objects, etc., and it continues to happen - sporadically. We have yet to be able to duplicate it.
Have you seen this behavior before? Is this some type of memory issue and, if so, where do I look to monitor that information? Any insight would be appreciated!
Thank you.
MJ
Your app uses the picture object and we tried building our image gallery using the native picture object but it was way too slow. It seems it can't handle loading all all the images into memory. So we tried web control and found it faster, but still not as fast as the 3rd party tool we have been using.
I appreciate your taking the time to send though. I am grateful for all the help I continue to receive from folks.
MJ
i don’t have any hard numbers on this, but I’ve found that a picture object in a DataWindow was significantly faster at displaying images than a picture control in a Window.