Hello
Before a lengthy process (a query), I pretent to update an StatusBar Panel with a message. However, this message is not displayed. Any ideas?
UltraStatusBar1.Panels("Msg").Text = "Please Wait..."(data access code goes here)
Thanks a lot.
Try calling Refresh either on the panel or the UltraStatusBar control to force it to paint.
Hello,
I'm having the same problem. I'm using 8.2 with the latest hotfix (Sept.). I have tried calling Invalidate() / Refresh() on the UltraStatusBar, with no effect. I don't see a Refresh() member to call on the Panel itself. I've even tried invalidating and refreshing the Form object, again to no avail.
Since it's a "Text" style, the only thing that actually makes it redraw the latest text is to resize the Form.
Pretty frustrating. This should be a simple thing and the fact that I've had to spend so long messing with this at the expense of other tasks makes it even worse. Please help!
Specs:
Dev environment: Winforms under Visual Studio 2008 SP1Product: NetAdvantage 8.2 w/ Sept. hotfixProduct Style: Office2007 Black style applied to FormFramework: .NET Framework 3.5 SP1OS: Windows XP Pro SP3 (also tested and confirmed on a non-dev WinXP Pro SP3 system)
Hi I am having this problem also in 9.1, i did a workaround by adding a container control and adding a label inside it. Hope this helps.
problem is still there in 10.2. Like an earlier post said - this should be a simple thing. Why still not fixed 2 years later?
Hi Jeff,
If you are still experiencing the same or similar issue, I can only assume that the original poster here never reported this to Infragistics Developer Support in a way in which we were able to duplicate the problem. We cannot fix a problem we cannot see, and as I stated above, this is working fine for me when I try it.
Can you post a small sample project demonstrating this not working so we can check it out?