x4444
28 Oct 2009, 7:33 PM
What I have:
I use Border layout with West + Center + South.
In center panel I have a grid.
When user select some row in grid I load details data and show them on South panel.
What I need:
I want to display blocking "Loading..." or something similar over South panel when details information is loading.
Now I simply disable South panel during loading. But it does not look very nice.
Basically, I need something to block user from clicking on South panel and indicate user that he/she needs to wait a little bit.
Stnadard WAIT MessageBox does not help me because it block all page, not just specific panel.
I use Border layout with West + Center + South.
In center panel I have a grid.
When user select some row in grid I load details data and show them on South panel.
What I need:
I want to display blocking "Loading..." or something similar over South panel when details information is loading.
Now I simply disable South panel during loading. But it does not look very nice.
Basically, I need something to block user from clicking on South panel and indicate user that he/she needs to wait a little bit.
Stnadard WAIT MessageBox does not help me because it block all page, not just specific panel.