You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Muhammad Mohsen <m....@gmail.com> on 2010/10/11 17:23:51 UTC

[T5.2] Zone loading progress icon

Hi all,

I was wondering if anyone had implemented a way to inform the client that a
zone is being updated whether by form submission or an ordinary link ?
Something like a progress icon may be ?

Just to be interactive with the client.

-- 
Muhammad Gelbana
Java Software Programmer

Re: [T5.2] Zone loading progress icon

Posted by Kalle Korhonen <ka...@gmail.com>.
Use ProgressiveDisplay component?
http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/ProgressiveDisplay.html

Kalle


On Mon, Oct 11, 2010 at 8:23 AM, Muhammad Mohsen <m....@gmail.com> wrote:
> Hi all,
>
> I was wondering if anyone had implemented a way to inform the client that a
> zone is being updated whether by form submission or an ordinary link ?
> Something like a progress icon may be ?
>
> Just to be interactive with the client.
>
> --
> Muhammad Gelbana
> Java Software Programmer
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [T5.2] Zone loading progress icon

Posted by Muhammad Mohsen <m....@gmail.com>.
I wouldn't have got a more comprehensive answer. Thank you all for your time
:)

On Mon, Oct 11, 2010 at 2:32 PM, Christophe Cordenier <
christophe.cordenier@gmail.com> wrote:

> Hi
>
> I did something like this by observing Tapestry Zone Events and CSS style
>
>
> http://github.com/ccordenier/tapestry5-hotel-booking/blob/master/src/main/java/com/tap5/hotelbooking/components/AjaxLoader.java
>
> http://github.com/ccordenier/tapestry5-hotel-booking/blob/master/src/main/webapp/static/hotel-booking.js
>
> 2010/10/11 Thiago H. de Paula Figueiredo <th...@gmail.com>:
> > On Mon, 11 Oct 2010 12:23:51 -0300, Muhammad Mohsen <m.gelbana@gmail.com
> >
> > wrote:
> >
> >> Hi all,
> >
> > Hi!
> >
> >> I was wondering if anyone had implemented a way to inform the client
> that
> >> a zone is being updated whether by form submission or an ordinary link ?
> >> Something like a progress icon may be ?
> >
> > I don't recall doing something like that, but that's what I'd use for it:
> > http://api.prototypejs.org/ajax/ajax/responders/
> >
> > --
> > Thiago H. de Paula Figueiredo
> > Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
> and
> > instructor
> > Owner, Ars Machina Tecnologia da Informação Ltda.
> > http://www.arsmachina.com.br
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
>
> --
> Regards,
> Christophe Cordenier.
>
> Committer on Apache Tapestry 5
> Co-creator of wooki @wookicentral.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
*Regards,*
*Muhammad Gelbana
Java Software Programmer*

Re: [T5.2] Zone loading progress icon

Posted by Christophe Cordenier <ch...@gmail.com>.
Hi

I did something like this by observing Tapestry Zone Events and CSS style

http://github.com/ccordenier/tapestry5-hotel-booking/blob/master/src/main/java/com/tap5/hotelbooking/components/AjaxLoader.java
http://github.com/ccordenier/tapestry5-hotel-booking/blob/master/src/main/webapp/static/hotel-booking.js

2010/10/11 Thiago H. de Paula Figueiredo <th...@gmail.com>:
> On Mon, 11 Oct 2010 12:23:51 -0300, Muhammad Mohsen <m....@gmail.com>
> wrote:
>
>> Hi all,
>
> Hi!
>
>> I was wondering if anyone had implemented a way to inform the client that
>> a zone is being updated whether by form submission or an ordinary link ?
>> Something like a progress icon may be ?
>
> I don't recall doing something like that, but that's what I'd use for it:
> http://api.prototypejs.org/ajax/ajax/responders/
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and
> instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
Regards,
Christophe Cordenier.

Committer on Apache Tapestry 5
Co-creator of wooki @wookicentral.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [T5.2] Zone loading progress icon

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
On Mon, 11 Oct 2010 12:23:51 -0300, Muhammad Mohsen <m....@gmail.com>  
wrote:

> Hi all,

Hi!

> I was wondering if anyone had implemented a way to inform the client  
> that a zone is being updated whether by form submission or an ordinary  
> link ?
> Something like a progress icon may be ?

I don't recall doing something like that, but that's what I'd use for it:  
http://api.prototypejs.org/ajax/ajax/responders/

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org