You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Echo <ec...@gmail.com> on 2013/06/19 08:26:16 UTC

[GWT]How to trigger the onResize in an Activity

Hi Manolo,
I've got a block about refreshing the messages list when dragging the
splitter downward. It seems the onResize can not be triggered within the
start of the Activity. [1]

Thanks in advance.

[1]
http://stackoverflow.com/questions/17183243/how-to-make-onresize-work-when-your-widget-attach-to-an-activity


-- 
*echo*

Re: [GWT]How to trigger the onResize in an Activity

Posted by Echo <ec...@gmail.com>.
Another problem would be that when I am attempting to test in Demo-Mode,
there will be an exception thrown from "Mark as (un)read" because of the
MockIMAPFolder, which'd not in Gmail-Mode. I updated the MockIMAPFolder as
here<https://code.google.com/a/apache-extras.org/p/hupa-evo/source/diff?spec=svn7b2425822763e8efc86fee22b0cb91eb27c80754&r=7b2425822763e8efc86fee22b0cb91eb27c80754&format=side&path=/mock/src/main/java/org/apache/hupa/server/mock/MockIMAPFolder.java>[2]
(line 309~314), is that your real idea?

Thanks.

[2]
https://code.google.com/a/apache-extras.org/p/hupa-evo/source/diff?spec=svn7b2425822763e8efc86fee22b0cb91eb27c80754&r=7b2425822763e8efc86fee22b0cb91eb27c80754&format=side&path=/mock/src/main/java/org/apache/hupa/server/mock/MockIMAPFolder.java


On Wed, Jun 19, 2013 at 2:26 PM, Echo <ec...@gmail.com> wrote:

> Hi Manolo,
> I've got a block about refreshing the messages list when dragging the
> splitter downward. It seems the onResize can not be triggered within the
> start of the Activity. [1]
>
> Thanks in advance.
>
> [1]
> http://stackoverflow.com/questions/17183243/how-to-make-onresize-work-when-your-widget-attach-to-an-activity
>
>
> --
> *echo*
>



-- 
*echo*