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)