mihaip007
28 Jun 2012, 11:58 PM
Hey guys! I am experiencing a weird issue! Maybe someone can either help or just let me know if this may be a bug!
I create an application. I send an ajax request and hence I place a wait message to let the user know that stuff is hapenning!
Once completed I use the .hide() method to hide the messagebox.
Then an application with a border layout gets presented!
When I launch a modal window and I attempt to run another ajax request (it is a saving of a form) I want to show another waiting message again! The problem is that now the content of the north region goes inside the waiting message!
It's as if the wait message is somehow bound to the northern region.
I removed the first waiting message when I first launch the application to test my thought! It worked perfectly! Is there some solution to this to allow the waiting message to be used wherever and whenever within the application? I do understand that i have a singleton object, but is there no way to detach it (for a better wording) from it's encapsulating component?
Thank you in advance...
Mihai
I create an application. I send an ajax request and hence I place a wait message to let the user know that stuff is hapenning!
Once completed I use the .hide() method to hide the messagebox.
Then an application with a border layout gets presented!
When I launch a modal window and I attempt to run another ajax request (it is a saving of a form) I want to show another waiting message again! The problem is that now the content of the north region goes inside the waiting message!
It's as if the wait message is somehow bound to the northern region.
I removed the first waiting message when I first launch the application to test my thought! It worked perfectly! Is there some solution to this to allow the waiting message to be used wherever and whenever within the application? I do understand that i have a singleton object, but is there no way to detach it (for a better wording) from it's encapsulating component?
Thank you in advance...
Mihai