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@wicket

Re: Progress Bar

2014-05-05 Thread Martin Grigorov
Hi, On Mon, May 5, 2014 at 7:18 PM, Richard W. Adams 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 interface look-and-

Re: Progress Bar

2008-11-13 Thread Nino Saturnino Martinez Vazquez Wael
Francisco Diaz Trepat - gmail wrote: I kind of felt curious to knowing a little bit more about you, so hearing the video made me wonder... So now you know :) I got knock down by management on modifying progress.js with templates. Solution was mandate to remove Status Messages all together.

Re: Progress Bar

2008-11-13 Thread Francisco Diaz Trepat - gmail
I kind of felt curious to knowing a little bit more about you, so hearing the video made me wonder... I got knock down by management on modifying progress.js with templates. Solution was mandate to remove Status Messages all together. so css visibility: hidden added to the status class. wupb-uplo

Re: Progress Bar

2008-11-13 Thread Nino Saturnino Martinez Vazquez Wael
hehe yes why? Francisco Diaz Trepat - gmail wrote: your voice in the video? On Thu, Nov 13, 2008 at 3:29 AM, Nino Saturnino Martinez Vazquez Wael < [EMAIL PROTECTED]> wrote: You could also just do the js with an texttemplate, that way it should be somewhat the same:) I wrote something on

Re: Progress Bar

2008-11-13 Thread Francisco Diaz Trepat - gmail
your voice in the video? On Thu, Nov 13, 2008 at 3:29 AM, Nino Saturnino Martinez Vazquez Wael < [EMAIL PROTECTED]> wrote: > You could also just do the js with an texttemplate, that way it should be > somewhat the same:) > > I wrote something on it on my blog... > > > http://ninomartinez.wordpres

Re: Progress Bar

2008-11-13 Thread Francisco Diaz Trepat - gmail
openning link... On Thu, Nov 13, 2008 at 3:29 AM, Nino Saturnino Martinez Vazquez Wael < [EMAIL PROTECTED]> wrote: > You could also just do the js with an texttemplate, that way it should be > somewhat the same:) > > I wrote something on it on my blog... > > > http://ninomartinez.wordpress.com/20

Re: Progress Bar

2008-11-12 Thread Nino Saturnino Martinez Vazquez Wael
You could also just do the js with an texttemplate, that way it should be somewhat the same:) I wrote something on it on my blog... http://ninomartinez.wordpress.com/2008/09/09/apache-wicket-javascript-integration/ If you have any questions just ask... Francisco Diaz Trepat - gmail wrote: Hi

Re: Progress Bar

2008-11-12 Thread Francisco Diaz Trepat - gmail
Hi nino, I'm on it. Very simple at first, English default text and javascript function parameters for other values. But I think latter on it could bring all text from server, although it could increase traffic unnecessarily. f(t) On Wed, Nov 12, 2008 at 4:43 PM, Nino Saturnino Martinez Vazquez Wa

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 (framewo

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 to is i

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 appe