How to prevent screen refresh flutter?
Hey, folks!
As some of you know (as you have been most gracious enough to help me), I am developing an application that acts as a document browser and unified search tool for my company's product documentation.
I have been following Adam Gledhill's excellent tutorial on how to create resizable applications that run well regardless of the end user's screen resolution (so that objects in the application automatically adjust if the user moves vertical bars or changes screen resolution).
However, I am having an issue where Web Control objects in my application "display flutter," as if the application is perpetually adjusting the dimensions and position of the objects in the application.
Does anyone know how to work around this issue?
Thank you very much!
Most graciously...
RGBreality
Re: How to prevent screen refresh flutter?
Sounds like something keeps replaying in your events. Have you checked all of your Always Events? Do you you have a loop that never stops?
Marv
Re: How to prevent screen refresh flutter?
Ah, that was exactly the problem, nivram!
Thank you for giving me the hint what the problem was! I really appreciate it!
Most graciously...
RGBreality
Re: How to prevent screen refresh flutter?