Re: download indicator for long downloads

2013-03-08 Thread Martin Grigorov
Hi,

Check
https://cwiki.apache.org/WICKET/ajax-update-and-file-download-in-one-blow.html
You can show the indicator when the Ajax response processing finish
(appendJavaScript())


On Thu, Mar 7, 2013 at 5:29 PM, fachhoch fachh...@gmail.com wrote:

 I   have a download link, clicking on this generates a word documents and
 starts downlaod,
 the word generation takes time ,   is there any way I can put an indicator
 using java script , jquery ...
 as this link has to download I am using Link not AjaxLink any suggestions ?
 I am using wicket 1.4.20




 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/download-indicator-for-long-downloads-tp4657083.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-mail: users-h...@wicket.apache.org




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: download indicator for long downloads

2013-03-07 Thread Paul Bors
There is a progress bar for the upload field, see the Upload form with
progress bar example at:
http://www.wicket-library.com/wicket-examples/upload/single

It shouldn't be too hard to change it for downloads.

Then again, there should be tons of widgets out there in jQuery that do the
same thing for you.
Just google around.



-
~ Thank you,
p...@bors.ws
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/download-indicator-for-long-downloads-tp4657083p4657086.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-mail: users-h...@wicket.apache.org