RE: DownloadLink and ProgressBar

2013-11-20 Thread Paul Bors
". ~ Thank you, Paul 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. Th

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-18 Thread Ernesto Reinaldo Barreiro
gt; 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 Ernesto, > A working example might be helpful. > Thank

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
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-tp4

Re: DownloadLink and ProgressBar

2013-11-18 Thread Martin Grigorov
ttp://apache-wicket.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.apach

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
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 Ernesto Reinaldo Barreiro
Martin, Thanks for your comments. On Mon, Nov 18, 2013 at 9:10 AM, Martin Grigorov wrote: > 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 download window/manag

Re: DownloadLink and ProgressBar

2013-11-18 Thread Martin Grigorov
t; > @Override > > protected File load() > > { > > File exportTempDir = getGeneratedFile(); > > } > > } > > > > > > > > -- > > View this message in context: > > > http://apache-w

Re: DownloadLink and ProgressBar

2013-11-17 Thread Ernesto Reinaldo Barreiro
ogress.add(download) > add(progress) > > My only problem now is I have to guess the progress of file genaration , to > be dispalyed on the progress bar > > thank you very much > > > > > -- > View this message i

Re: DownloadLink and ProgressBar

2013-11-17 Thread seyaw
ery 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-

Re: DownloadLink and ProgressBar

2013-11-17 Thread Ernesto Reinaldo Barreiro
start 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

Re: DownloadLink and ProgressBar

2013-11-16 Thread seyaw
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

Re: DownloadLink and ProgressBar

2013-11-16 Thread Ernesto Reinaldo Barreiro
> @Override > protected File load() > { > File exportTempDir = getGeneratedFile(); > } > } > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/DownloadLink

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: user