Re: Disclosure panel open/close events fire before the widget is actually opened or closed

2012-09-21 Thread Rasha ElSayed
he animation's onComplete(). > Have you checked the issue tracker for a similar report? It might be worth > filing one if there is not already an issure for this. > > No that this is a good solution, but have you tried using a > DeferredCommand? > > On Wednesday, Se

Disclosure panel that is not collapsible

2012-09-21 Thread Rasha ElSayed
Hi I want to display a panel in two pages, in the first page it is collapsible and in the second it is not. This is the only difference. I am using the UIBinder technique, so I had to introduce two ui.xml files, one using DisclosurePanel and the other using simple HTMLPanel!! I know this is no

Disclosure panel open/close events fire before the widget is actually opened or closed

2012-09-19 Thread Rasha ElSayed
Hi all, I am using Disclosure panel in my project and on open/close, I do some layout calculations in which I need the height of the panel. My code is something like this disclosurePanel.addOpenHandler(new OpenHandler() { @Override public void onOpen(OpenEvent arg0) {

Invoking the entry point create new Session if WebCastellum is used

2012-07-19 Thread Rasha ElSayed
Hi I am using GWT 2.4 and I am facing strange problem My application is based on spring webflow, my page is entered using webflow then it initiates GWT entry point to draw some controls I am also using WebCastellum security proxy The problem is everytime I enter my page a new session is create