Progress Bar

2014-05-05 Thread Richard W. Adams
We have a requirement to implement a progress bar for long-running server operations. We can't use the code at https://github.com/wicketstuff/core/wiki/Progressbar, because it doesn't meet our corporate user interface look-and-feel standards. So, we started our own implementation. Our test

Re: Progress Bar

2014-05-05 Thread Martin Grigorov
Hi, On Mon, May 5, 2014 at 7:18 PM, Richard W. Adams rwada...@up.com wrote: We have a requirement to implement a progress bar for long-running server operations. We can't use the code at https://github.com/wicketstuff/core/wiki/Progressbar, because it doesn't meet our corporate user

RE: Progress Bar

2014-05-05 Thread Colin Rogers
There is a pretty nifty, jquery based progress bar, in wicket-jquery-ui library... http://www.7thweb.net/wicket-jquery-ui/progressbar/DefaultProgressBarPage Cheers, Col. -Original Message- From: Richard W. Adams [mailto:rwada...@up.com] Sent: Tuesday, 6 May 2014 3:19 AM To: users

Re: Requirements for a progress bar in a file upload form

2013-10-24 Thread Martin Grigorov
Hi, On Thu, Oct 24, 2013 at 12:21 AM, MartinoSuperman martinosuper...@live.nlwrote: Hi, I built a form in Wicket, in which a file can be uploaded to the server. Furthermore, to show the progress of uploading I also built in a progress bar. The problem now is that that progress bar does

Requirements for a progress bar in a file upload form

2013-10-23 Thread MartinoSuperman
Hi, I built a form in Wicket, in which a file can be uploaded to the server. Furthermore, to show the progress of uploading I also built in a progress bar. The problem now is that that progress bar does not work. I do not know what I forgot to implement and/or what I did. I think I forgot

Re: File upload progress bar

2012-01-27 Thread azatmar
PLease add in WicketApplication class in init() method getApplicationSettings().setUploadProgressUpdatesEnabled(true); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/File-upload-progress-bar-tp3255359p4331533.html Sent from the Users forum mailing list archive

Re: File upload progress bar

2011-02-12 Thread Valentin Avksentyev
I want clarify that the issue on Mac OS X is only with webkit browsers, I tested Safari and Chrome There is no issue when using Firefox, progress bar tracks progress correctly. Added an issue ticket https://issues.apache.org/jira/browse/WICKET-3443 -Valentin On Feb 4, 2011, at 10:17 AM, Pedro

RE: File upload progress bar

2011-02-06 Thread Schaaf van der, Haiko H (NSC)
februari 2011 14:18 Aan: users@wicket.apache.org Onderwerp: Re: File upload progress bar So has anyone out there has been able to get the upload progress bar working? If so, please advise. I definitely don't mind putting together a quickstart, are there directions for that anywhere? -Valentin

Re: File upload progress bar

2011-02-04 Thread Valentin Avksentyev
So has anyone out there has been able to get the upload progress bar working? If so, please advise. I definitely don't mind putting together a quickstart, are there directions for that anywhere? -Valentin On Feb 3, 2011, at 10:18 AM, Valentin Avksentyev wrote: No I'm testing on my own

Re: File upload progress bar

2011-02-04 Thread moèz ben rhouma
If the example doesn't work so I think the problem in your browser. Try to empty the cache, cookies, histories ... and tries again. 2011/2/2 Valentin Avksentyev v...@360works.com Hi I've been beating my head against the wall with this. I'm overriding newWebRequest in my Application class:

Re: File upload progress bar

2011-02-04 Thread James Carman
http://wicket.apache.org/start/quickstart.html On Fri, Feb 4, 2011 at 8:17 AM, Valentin Avksentyev v...@360works.com wrote: So has anyone out there has been able to get the upload progress bar working?  If so, please advise. I definitely don't mind putting together a quickstart

Re: File upload progress bar

2011-02-04 Thread Pedro Santos
...@360works.com wrote: So has anyone out there has been able to get the upload progress bar working? If so, please advise. I definitely don't mind putting together a quickstart, are there directions for that anywhere? -Valentin On Feb 3, 2011, at 10:18 AM, Valentin Avksentyev wrote: No I'm

Re: File upload progress bar

2011-02-03 Thread Valentin Avksentyev
No I'm testing on my own machine, with a 300Mb file, in fact Chrome gives me upload feedback, but nothing from the upload progress bar. Here is the code I'm using: I'm overriding newWebRequest in my Application class: @Override protected WebRequest newWebRequest(HttpServletRequest

File upload progress bar

2011-02-02 Thread Valentin Avksentyev
Hi I've been beating my head against the wall with this. I'm overriding newWebRequest in my Application class: @Override protected WebRequest newWebRequest(HttpServletRequest servletRequest) { return new UploadWebRequest(servletRequest); } Here is the code in my upload panel

Re: File upload progress bar

2011-02-02 Thread Michael O'Cleirigh
Hello, Have you looked at the wicket 1.4 examples here: http://wicketstuff.org/wicket14/upload (this is the source into the github mirror: https://github.com/apache/wicket/tree/wicket-1.4.x/wicket-examples) I tried both and they work to upload I'm not sure on the progress bar as I used

Re: File upload progress bar

2011-02-02 Thread Valentin Avksentyev
The files get uploaded just fine in my app, but no progress is tracked. It's definitely hard to verify if the progress bar works in the example sites, with a limit of 100k, I haven't tried throttling my upload speed, I guess I should try that next. -Valentin On Feb 2, 2011, at 2:20 PM

Re: File upload progress bar

2011-02-02 Thread Valentin Avksentyev
Any suggestions? -Valentin On Feb 2, 2011, at 2:22 PM, Valentin Avksentyev wrote: The files get uploaded just fine in my app, but no progress is tracked. It's definitely hard to verify if the progress bar works in the example sites, with a limit of 100k, I haven't tried throttling my

Re: File upload progress bar

2011-02-02 Thread Timo Schmidt
On Wed 02.02.2011 23:49, Valentin Avksentyev wrote: On Feb 2, 2011, at 2:22 PM, Valentin Avksentyev wrote: The files get uploaded just fine in my app, but no progress is tracked. It's definitely hard to verify if the progress bar works in the example sites, with a limit of 100k, I

Re: Observed slowness with upload progress bar on 1.4.4

2009-12-16 Thread richardwilko
-wilkinson.co.uk -- View this message in context: http://old.nabble.com/Observed-slowness-with-upload-progress-bar-on-1.4.4-tp26803898p26808389.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Observed slowness with upload progress bar on 1.4.4

2009-12-16 Thread Douglas Ferguson
What does quickly mean? On Dec 15, 2009, at 6:16 PM, Igor Vaynberg wrote: we might have to put out 1.4.5 quickly -igor - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Observed slowness with upload progress bar on 1.4.4

2009-12-15 Thread Douglas Ferguson
I just upgraded to 1.4.4 and now when I load a page or a modal that uses upload projess bar I see an slowness when loading that page: In firebugs I see it waiting on these calls:

Re: Observed slowness with upload progress bar on 1.4.4

2009-12-15 Thread Igor Vaynberg
its probably related to this: https://issues.apache.org/jira/browse/WICKET-2613 we might have to put out 1.4.5 quickly -igor On Tue, Dec 15, 2009 at 3:36 PM, Douglas Ferguson doug...@douglasferguson.us wrote: I just upgraded to 1.4.4 and now when I load a page or a modal that uses upload

Re: Observed slowness with upload progress bar on 1.4.4

2009-12-15 Thread Douglas Ferguson
Oh dear.. Does this apply to 1.4.3? D/ On Dec 15, 2009, at 6:16 PM, Igor Vaynberg wrote: its probably related to this: https://issues.apache.org/jira/browse/WICKET-2613 we might have to put out 1.4.5 quickly -igor On Tue, Dec 15, 2009 at 3:36 PM, Douglas Ferguson

Re: [WicketStuff] Progress bar, tasks and feedback messages

2009-02-10 Thread Piller Sébastien
I found a way, if anybody needs it: ... final ProgressBar bar = new ProgressBar(progress2, progressionModel) { @Override protected void onFinished(AjaxRequestTarget target) { ITaskService taskService = getTaskService(); Long taskId =

[WicketStuff] Progress bar, tasks and feedback messages

2009-02-09 Thread Piller Sébastien
Hello, I'm using wicketstuff-progressbar and it works very well (great job Christopher!). I was wondering how I can add feedbacks messages to the process (I need to display some warning informations when some work has been done but not completely). I tried both /Task#warn/ and

Re: Progress Bar

2008-11-13 Thread Francisco Diaz Trepat - gmail
the Wicket internationalization link. The word progress, of Progress Bar, doesn't even exist in the page. And finally I found that it is not possible through regular (framework) means to i18n the Progress Bar due to the fact that the text I referred to is inside (hardcoded) the JavaScript file

Re: Progress Bar

2008-11-13 Thread Nino Saturnino Martinez Vazquez Wael
wrote: Could you be more specific? You send me the Wicket internationalization link. The word progress, of Progress Bar, doesn't even exist in the page. And finally I found that it is not possible through regular (framework) means to i18n the Progress Bar due to the fact that the text I

Re: Progress Bar

2008-11-13 Thread Francisco Diaz Trepat - gmail
be more specific? You send me the Wicket internationalization link. The word progress, of Progress Bar, doesn't even exist in the page. And finally I found that it is not possible through regular (framework) means to i18n the Progress Bar due to the fact that the text I referred to is inside

Re: Progress Bar

2008-11-13 Thread Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote: Francisco, feel free to provide a patch :) Francisco Diaz Trepat - gmail wrote: Could you be more specific? You send me the Wicket internationalization link. The word progress, of Progress Bar, doesn't even exist in the page. And finally I

Progress Bar

2008-11-12 Thread Francisco Diaz Trepat - gmail
Hi all, I am using the progress bar found at extensions. Is it possible to translate the words of the message that appear at the status (Upload Starting... and 34% finished, 71.3M of 209.7M at 5.9M/s; 23 seconds) ?? Or put my own version of messages? f(t)

Re: Progress Bar

2008-11-12 Thread Pointbreak
http://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html On Wed, 12 Nov 2008 12:37:07 -0300, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] said: Hi all, I am using the progress bar found at extensions. Is it possible to translate the words of the message that appear

Re: Progress Bar

2008-11-12 Thread Nino Saturnino Martinez Vazquez Wael
Francisco, feel free to provide a patch :) Francisco Diaz Trepat - gmail wrote: Could you be more specific? You send me the Wicket internationalization link. The word progress, of Progress Bar, doesn't even exist in the page. And finally I found that it is not possible through regular

Re: Progress Bar

2008-11-12 Thread Francisco Diaz Trepat - gmail
Wael [EMAIL PROTECTED] wrote: Francisco, feel free to provide a patch :) Francisco Diaz Trepat - gmail wrote: Could you be more specific? You send me the Wicket internationalization link. The word progress, of Progress Bar, doesn't even exist in the page. And finally I found

Re: Progress Bar

2008-11-12 Thread Francisco Diaz Trepat - gmail
Could you be more specific? You send me the Wicket internationalization link. The word progress, of Progress Bar, doesn't even exist in the page. And finally I found that it is not possible through regular (framework) means to i18n the Progress Bar due to the fact that the text I referred

Re: Progress Bar

2008-11-12 Thread Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote: Francisco, feel free to provide a patch :) Francisco Diaz Trepat - gmail wrote: Could you be more specific? You send me the Wicket internationalization link. The word progress, of Progress Bar, doesn't even exist in the page. And finally I found

Re: New wicketstuff progress bar component / project

2008-04-09 Thread Christopher Hlubek
com.resoap.wicket:wicket-progressbar:jar:0.1-SNAPSHOT Is this a repository problem? Lucio Rodriguez Christopher Hlubek wrote: I always wondered why there was no progress bar component for wicket. The UploadProgressBar is cool but only for file uploads and not designed

Re: New wicketstuff progress bar component / project

2008-03-27 Thread Maurice Marrink
there was no progress bar component for wicket. The UploadProgressBar is cool but only for file uploads and not designed for background tasks or long taking actions. So some time ago I wrote a progress bar component to have an easy to use a component for progress display of some task with AJAX

Re: New wicketstuff progress bar component / project

2008-03-27 Thread Nino Saturnino Martinez Vazquez Wael
of the 3 project gives the error: Missing com.resoap.wicket:wicket-progressbar:jar:0.1-SNAPSHOT Is this a repository problem? Lucio Rodriguez Christopher Hlubek wrote: I always wondered why there was no progress bar component for wicket. The UploadProgressBar is cool but only for file

Re: New wicketstuff progress bar component / project

2008-03-27 Thread Maurice Marrink
Is this a repository problem? Lucio Rodriguez Christopher Hlubek wrote: I always wondered why there was no progress bar component for wicket. The UploadProgressBar is cool but only for file uploads and not designed for background tasks or long taking actions

Re: New wicketstuff progress bar component / project

2008-03-26 Thread luciolrv
I downloaded svn from the link below, but running maven2 on any of the 3 project gives the error: Missing com.resoap.wicket:wicket-progressbar:jar:0.1-SNAPSHOT Is this a repository problem? Lucio Rodriguez Christopher Hlubek wrote: I always wondered why there was no progress bar component

New wicketstuff progress bar component / project

2008-02-09 Thread Christopher Hlubek
I always wondered why there was no progress bar component for wicket. The UploadProgressBar is cool but only for file uploads and not designed for background tasks or long taking actions. So some time ago I wrote a progress bar component to have an easy to use a component for progress display