Re: GUI crashes when call .destroy() method on Layout class

2013-01-17 Thread Marco
Dear all, after tons of tests maybe I have figured out what was the problem: I think that every exception that I have got can be caused by following elements: 1) I use .destroy() method but the best way is to use .markForDestroy() method; 2) I use .draw() methods for each element that is part o

GUI crashes when call .destroy() method on Layout class

2013-01-16 Thread Marco
Dear all, I am having problems with a GWT program (it is not pure GWT but it makes use of SmartGWT framework) developed using a MVP approach and I need your support: I have created dedicated classes for each window that I want to render; every time I want to switch between "pages" I call destroy