Re: requestRows() in MessageTableModel is invoked prior to onLoadMessagesEvent

2012-07-31 Thread Manuel Carrasco MoƱino
Hi echo, sorry by the delay I dont follow what your problem is, so let me explain how hupa loads the Messages table: - Hupa is listening for the Login success event in two places: AppPresenter (Line 121) and MainPresenter (Line 480) - When the user logs in: 1- the AppPresenter loads the

Re: requestRows() in MessageTableModel is invoked prior to onLoadMessagesEvent

2012-07-31 Thread echo
Hi Manolo Thanks for your explanation, same as what I'v figured out from the code though. I believe the code have been very familiar with me very well ;) I dont follow what your problem is, so let me explain how hupa loads the Messages table: I use Eclipse's DEBUG to run both Hupa and Hupa Evo,

Re: requestRows() in MessageTableModel is invoked prior to onLoadMessagesEvent

2012-07-31 Thread echo
Not MessageTableModel, but gwt-incubator stuff. Yep, I am not wasting my time in this issue, because I know we will replace the gwt-incubator with new things. I am trying to use com.google.gwt.user.cellview.client.DataGrid to replace the MessageTableModel now. -- *echo*

Re: requestRows() in MessageTableModel is invoked prior to onLoadMessagesEvent

2012-07-26 Thread echo
I also debugged to run Hupa, the order is different with Evo. It will invoke the onLoadMessagesEvent at first, and then requestRows(). On Thu, Jul 26, 2012 at 3:31 PM, echo echo...@gmail.com wrote: Hi Manolo, As the subject's situation, in Hupa Evo, requestRows() can not get the folder in

requestRows() in MessageTableModel is invoked prior to onLoadMessagesEvent

2012-07-26 Thread echo
Hi Manolo, As the subject's situation, in Hupa Evo, requestRows() can not get the folder in time after I click the folder on the west panel that will fire the onLoadMessagesEvent. Because the folder is assigned after the event is fired which is later than requestRows() method being invoked. (You

Re: requestRows() in MessageTableModel is invoked prior to onLoadMessagesEvent

2012-07-26 Thread echo
I also found that there is no code fire the FolderSelectionEvent in Hupa. On Thu, Jul 26, 2012 at 4:14 PM, echo echo...@gmail.com wrote: I also debugged to run Hupa, the order is different with Evo. It will invoke the onLoadMessagesEvent at first, and then requestRows(). On Thu, Jul 26,