Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
I will see if we can prevent this from happening. THe reason this is occuring on your computer has somthing to do with video drivers. In .NET, you can set a transparency color and set the .AllowTransparency to True on a form. This prevents some flicker when instantiating. I assume you are having the same problem with a WaitWindow and the InfoBox then, is that correct? To see if you get the same error on an InfoBox, open the sample application, the open the Customers Maintenance form. Click New, then Save. You should get an error message at the bottom left of the 119;indow. Let me know if this is pink as well. I will look at the MessageForm's transparency and see if we can just turn it off. However, that will be more difficult for a WaitWindow and the InfoBox. These windows actually use the transparency in depth since there is fading and scrolling involved. That is why I would like to see if it happens on them as well. Thanks.
|