Re: [Carbon-dev] Disabling the Carbon UI while an update operation is happening

2011-06-02 Thread Chanaka Jayasena
This can be completely done in the UI level with minimum modifications to the code. IMO this is not a hard thing to do. thanks, Chanaka On Thu, Jun 2, 2011 at 4:35 PM, Supun Kamburugamuva wrote: > Hi Chanaka, > > How hard it is to implement this for the ESB source view configuration > update? >

Re: [Carbon-dev] Disabling the Carbon UI while an update operation is happening

2011-06-02 Thread Supun Kamburugamuva
Hi Chanaka, How hard it is to implement this for the ESB source view configuration update? Thanks, Supun.. On Thu, Jun 2, 2011 at 2:57 PM, Chanaka Jayasena wrote: > We block the Carbon UI from the user when a dialog such as an error message > is displayed. This is done by putting a partially op

Re: [Carbon-dev] Disabling the Carbon UI while an update operation is happening

2011-06-02 Thread Chanaka Jayasena
We block the Carbon UI from the user when a dialog such as an error message is displayed. This is done by putting a partially opaque layer in top of the Console. You can use CARBON.showPopupDialog before sending the request, and display a message on it. But this popup message will not give the per

[Carbon-dev] Disabling the Carbon UI while an update operation is happening

2011-06-02 Thread Supun Kamburugamuva
Our carbon consoles are not designed for multiple accesses or multiple operations. For example if another UI is clicked while the ESB source configuration is updating a dead page appears. So it is better to disable the UI operations while an update operation is happening. Is it possible to do this