Re: Progress bar component in Tapestry5

2013-01-31 Thread Emmanuel DEMEY
Hi, You can maybe use Tapestry5-jQuery, and create your own Progress Bar with the jQuery UI Widget : http://jqueryui.com/progressbar/ Manu 2013/1/31 Athneria, Mahendra mahendra.athne...@atos.net Hi All, I have to implement Progress bar in my project. I don't know whether Progress Bar

Re: Progress bar component in Tapestry5

2013-01-31 Thread rnicholus
A second option is to make use of Bootstrap's Progress Bar component, if you are already using Bootstrap, this should be simple to implement. http://twitter.github.com/bootstrap/components.html#progress -- View this message in context: http://tapestry.1045711.n5.nabble.com/Progress-bar

Re: Progress bar component in Tapestry5

2013-01-31 Thread Lance Java
I've implemented a very simple / ugly progress bar in tapestry. You could use your progress bar widget of choice to make it look prettier (jquery progress / bootstrap progress etc). Tasks are managed by the ProgressTaskManager which is backed by Tapestry's ParallelExecutor. Some interesting files

Progress bar component in Tapestry5

2013-01-30 Thread Athneria, Mahendra
Hi All, I have to implement Progress bar in my project. I don't know whether Progress Bar is a component in tapestry or not. Could someone help me if they have any idea how to implement Progress bar in Tapestry? Regards, Mahendra

Re: T5 progress bar in a grid

2012-01-03 Thread Lance Java
There are a couple of approaches to do this, since tapestry does not support ajax push (aka reverse ajax) out-of-the box, a simple solution would be to have the client poll the server for the current percentage complete. In order to display a progress bar to the client, you must do the actual

Re: T5 progress bar in a grid

2012-01-03 Thread Lance Java
I have created a component to hide all the gubbins that I mentioned earlier. All you need to do is create a more beautiful progress bar (my css skills aren't great). I have created a simple page which adds 3 progressRunnableLinks on a page. Each fires a task that takes 10 seconds, updating it's

T5 progress bar in a grid

2011-12-26 Thread angelochen
is replaced with a progress bar in place, until it is done. any hints? Thanks, Angelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-progress-bar-in-a-grid-tp5101565p5101565.html Sent from the Tapestry - User mailing list archive at Nabble.com

[T5] How to show progress bar (or similar) during the delay of ActionLink ?

2009-01-06 Thread CG
Hi all, I have search the mail archive and google to look for this , but no luck , not much info on this. Let me describe the problem first, take Grid as example , when user click page 2 , it may need to wait for 1-3 seconds (if the server response is slow) , but there is no progress bar

Re: [T5] How to show progress bar (or similar) during the delay of ActionLink ?

2009-01-06 Thread Angelo Chen
and google to look for this , but no luck , not much info on this. Let me describe the problem first, take Grid as example , when user click page 2 , it may need to wait for 1-3 seconds (if the server response is slow) , but there is no progress bar or similar effect to inform user that Action

Re: problems in Demo of Tacos's TAB Upload Progress Bar

2007-04-30 Thread sunilmanu
progress Bar example. I tried to upload various files and the Status Progress Bar shows up after a lng time for a Big file and even after progress bar comes up, it does not move. i.e progress is not being showed in the example. Here is the link for that : http://opencomponentry.com

problems in Demo of Tacos's TAB Upload Progress Bar

2007-04-27 Thread sunilmanu
Hi Everyone, I noticed some issues with the Tacos demo of Upload progress Bar example. I tried to upload various files and the Status Progress Bar shows up after a lng time for a Big file and even after progress bar comes up, it does not move. i.e progress is not being showed

Re: problems in Demo of Tacos's TAB Upload Progress Bar

2007-04-27 Thread Shing Hing Man
issues with the Tacos demo of Upload progress Bar example. I tried to upload various files and the Status Progress Bar shows up after a lng time for a Big file and even after progress bar comes up, it does not move. i.e progress is not being showed in the example. Here is the link

RE: Progress Bar

2006-08-29 Thread Mark Stang
to settle. And it is so much fun knowing that we are on a DEAD branch with no new components or real enhancements. I think I will switch to Swing. -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Mon 8/28/2006 7:54 PM To: Tapestry users Subject: Re: Progress Bar

Re: Progress Bar

2006-08-29 Thread Jesse Kuhnert
: Progress Bar It is an open source project, anyone can make Tap3 / 4 / 5 anything they want it to be. I work on 4.X because that's what I currently enjoy. On 8/29/06, Mark Stang [EMAIL PROTECTED] wrote: Some of us have a large projects. Or could it be that Tapestry 3. is so unstable

RE: Progress Bar

2006-08-29 Thread Mark Stang
PROTECTED] Sent: Tue 8/29/2006 11:20 AM To: Tapestry users Subject: Re: Progress Bar These points are certainly valid sounding. I don't want people to think I don't care about what the community wants. My hands are unfortunately tied. I barely have enough time to work on Tapestry as it is, let alone

Re: Progress Bar -- A comment, a request, and an offer

2006-08-29 Thread Patrick Moore
will switch to Swing. -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Mon 8/28/2006 7:54 PM To: Tapestry users Subject: Re: Progress Bar From the sound of things it seems like you must either really enjoy pain or have an incredibly large project

Re: Progress Bar

2006-08-29 Thread Peter Dawn
perhaps i shouldnt have raised this in the first place. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Progress Bar

2006-08-28 Thread Peter Dawn
guys, is there a component available for tap3 for a progress bar or anything else which can help me display a progress bar. now i am thinking of generating something myself using a frames and constantly updating the main page with the status (1%, 50%, 100% and so on). this can be using either

Re: Progress Bar

2006-08-28 Thread Jesse Kuhnert
From the sound of things it seems like you must either really enjoy pain or have an incredibly large project that would prevent you from upgrading to 4.1 ;) On 8/28/06, Peter Dawn [EMAIL PROTECTED] wrote: guys, is there a component available for tap3 for a progress bar or anything else which