RE: DownloadLink and ProgressBar

2013-11-20 Thread Paul Bors
Bors -Original Message- From: seyaw [mailto:seidy...@gmail.com] Sent: Monday, November 18, 2013 2:25 PM To: users@wicket.apache.org Subject: RE: DownloadLink and ProgressBar Yes Paul, getting the progress of the file generation is one of my challenge right now. The file generation

Re: DownloadLink and ProgressBar

2013-11-18 Thread Martin Grigorov
final long serialVersionUID = 840863954694163375L; @Override protected File load() { File exportTempDir = getGeneratedFile(); } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DownloadLink

Re: DownloadLink and ProgressBar

2013-11-18 Thread Ernesto Reinaldo Barreiro
Martin, Thanks for your comments. On Mon, Nov 18, 2013 at 9:10 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, I haven't seen a web application that shows progress bar for download. The browser itself shows such information - Google Chrome in the bottom-left corner, Firefox in its

Re: DownloadLink and ProgressBar

2013-11-18 Thread Martin Grigorov
I didn't read the question correctly. It indeed talks about showing progress for the generation process, not the download. On Mon, Nov 18, 2013 at 10:39 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Martin, Thanks for your comments. On Mon, Nov 18, 2013 at 9:10 AM, Martin

Re: DownloadLink and ProgressBar

2013-11-18 Thread seyaw
Hi Ernesto, A working example might be helpful. Thank you -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DownloadLink-and-ProgressBar-tp4662451p4662485.html Sent from the Users forum mailing list archive at Nabble.com

Re: DownloadLink and ProgressBar

2013-11-18 Thread Martin Grigorov
.1842946.n4.nabble.com/DownloadLink-and-ProgressBar-tp4662451p4662485.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e

Re: DownloadLink and ProgressBar

2013-11-18 Thread Ernesto Reinaldo Barreiro
Ernesto, A working example might be helpful. Thank you -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DownloadLink-and-ProgressBar-tp4662451p4662485.html Sent from the Users forum mailing list archive at Nabble.com

RE: DownloadLink and ProgressBar

2013-11-18 Thread Paul Bors
How do you track the progress of your file generation in order to show the status bar? ~ Thank you, Paul Bors -Original Message- From: seyaw [mailto:seidy...@gmail.com] Sent: Monday, November 18, 2013 3:52 AM To: users@wicket.apache.org Subject: Re: DownloadLink and ProgressBar Hi

Re: DownloadLink and ProgressBar

2013-11-18 Thread Ernesto Reinaldo Barreiro
Bors -Original Message- From: seyaw [mailto:seidy...@gmail.com] Sent: Monday, November 18, 2013 3:52 AM To: users@wicket.apache.org Subject: Re: DownloadLink and ProgressBar Hi Ernesto, A working example might be helpful. Thank you -- View this message in context: http

RE: DownloadLink and ProgressBar

2013-11-18 Thread seyaw
see the file generation is in progress. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DownloadLink-and-ProgressBar-tp4662451p4662504.html Sent from the Users forum mailing list archive at Nabble.com

Re: DownloadLink and ProgressBar

2013-11-17 Thread Ernesto Reinaldo Barreiro
the file genaration with a thread? and for 3. how to pol the server for the progress? Thank you very much -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DownloadLink-and-ProgressBar-tp4662451p4662460.html Sent from the Users forum mailing list archive

Re: DownloadLink and ProgressBar

2013-11-17 Thread seyaw
this message in context: http://apache-wicket.1842946.n4.nabble.com/DownloadLink-and-ProgressBar-tp4662451p4662463.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: DownloadLink and ProgressBar

2013-11-17 Thread Ernesto Reinaldo Barreiro
very much -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DownloadLink-and-ProgressBar-tp4662451p4662463.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e

DownloadLink and ProgressBar

2013-11-16 Thread seyaw
(); } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DownloadLink-and-ProgressBar-tp4662451.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: DownloadLink and ProgressBar

2013-11-16 Thread Ernesto Reinaldo Barreiro
() { File exportTempDir = getGeneratedFile(); } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DownloadLink-and-ProgressBar-tp4662451.html Sent from the Users forum mailing list archive at Nabble.com

Re: DownloadLink and ProgressBar

2013-11-16 Thread seyaw
this message in context: http://apache-wicket.1842946.n4.nabble.com/DownloadLink-and-ProgressBar-tp4662451p4662460.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr