You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Francisco Diaz Trepat - gmail <fr...@gmail.com> on 2008/11/12 16:37:07 UTC

Progress Bar

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

Posted by Francisco Diaz Trepat - gmail <fr...@gmail.com>.
openning link...

On Thu, Nov 13, 2008 at 3:29 AM, Nino Saturnino Martinez Vazquez Wael <
nino.martinez@jayway.dk> 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/2008/09/09/apache-wicket-javascript-integration/
>
> If you have any questions just ask...
>
> Francisco Diaz Trepat - gmail wrote:
>
>> 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 Wael <
>> nino.martinez@jayway.dk> 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 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 profress.js
>>>>
>>>> f(t)
>>>>
>>>> On Wed, Nov 12, 2008 at 3:00 PM, Pointbreak
>>>> <pointbreak+wicketstuff@ml1.net <po...@ml1.net> <
>>>> pointbreak%2Bwicketstuff@ml1.net <po...@ml1.net>><
>>>> pointbreak%2Bwicketstuff@ml1.net <po...@ml1.net> <
>>>> pointbreak%252Bwicketstuff@ml1.net<po...@ml1.net>
>>>> >>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>> wrote:
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>>
>>>>> http://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html
>>>>>
>>>>> On Wed, 12 Nov 2008 12:37:07 -0300, "Francisco Diaz Trepat - gmail"
>>>>> <fr...@gmail.com> said:
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>> 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)
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>> --
>>> -Wicket for love
>>>
>>> Nino Martinez Wael
>>> Java Specialist @ Jayway DK
>>> http://www.jayway.dk
>>> +45 2936 7684
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>
>>>
>>
>>
>>
>
> --
> -Wicket for love
>
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Progress Bar

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.

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.
>   
> so css visibility: hidden added to the status class.
>
> wupb-uploadStatus {
>     visibility: hidden;
> }
>
> Sad, but true.
>   
Yeah but also simple..
> On another topic I'm currently working on perfecting a Modeless Window
> extension of the current Modal window.
>   
Okay interesting..
> f(t)
>
> On Thu, Nov 13, 2008 at 3:39 PM, Nino Saturnino Martinez Vazquez Wael <
> nino.martinez@jayway.dk> wrote:
>
>   
>> 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 <
>>> nino.martinez@jayway.dk> 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/2008/09/09/apache-wicket-javascript-integration/
>>>>
>>>> If you have any questions just ask...
>>>>
>>>> Francisco Diaz Trepat - gmail wrote:
>>>>
>>>>
>>>>
>>>>         
>>>>> 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 Wael <
>>>>> nino.martinez@jayway.dk> 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 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 profress.js
>>>>>>>
>>>>>>> f(t)
>>>>>>>
>>>>>>> On Wed, Nov 12, 2008 at 3:00 PM, Pointbreak
>>>>>>> <pointbreak+wicketstuff@ml1.net <po...@ml1.net> <
>>>>>>> pointbreak%2Bwicketstuff@ml1.net <po...@ml1.net>>
>>>>>>> <
>>>>>>> pointbreak%2Bwicketstuff@ml1.net <po...@ml1.net><
>>>>>>> pointbreak%252Bwicketstuff@ml1.net<po...@ml1.net>
>>>>>>>               
>>>>>>>>> <
>>>>>>>>>                   
>>>>>>> pointbreak%2Bwicketstuff@ml1.net <po...@ml1.net><
>>>>>>> pointbreak%252Bwicketstuff@ml1.net<po...@ml1.net>>
>>>>>>> <
>>>>>>> pointbreak%252Bwicketstuff@ml1.net<po...@ml1.net>
>>>>>>> <po...@ml1.net>
>>>>>>>               
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>               
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>                 
>>>>>>>
>>>>>>>               
>>>>>>>> http://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html
>>>>>>>>
>>>>>>>> On Wed, 12 Nov 2008 12:37:07 -0300, "Francisco Diaz Trepat - gmail"
>>>>>>>> <fr...@gmail.com> said:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>                 
>>>>>>>>> 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)
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>                   
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>                 
>>>>>>>
>>>>>>>               
>>>>>> --
>>>>>> -Wicket for love
>>>>>>
>>>>>> Nino Martinez Wael
>>>>>> Java Specialist @ Jayway DK
>>>>>> http://www.jayway.dk
>>>>>> +45 2936 7684
>>>>>>
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>             
>>>>>
>>>>>           
>>>> --
>>>> -Wicket for love
>>>>
>>>> Nino Martinez Wael
>>>> Java Specialist @ Jayway DK
>>>> http://www.jayway.dk
>>>> +45 2936 7684
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>>
>>>>
>>>>         
>>>
>>>       
>> --
>> -Wicket for love
>>
>> Nino Martinez Wael
>> Java Specialist @ Jayway DK
>> http://www.jayway.dk
>> +45 2936 7684
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>     
>
>   

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Progress Bar

Posted by Francisco Diaz Trepat - gmail <fr...@gmail.com>.
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-uploadStatus {
    visibility: hidden;
}

Sad, but true.

On another topic I'm currently working on perfecting a Modeless Window
extension of the current Modal window.

f(t)

On Thu, Nov 13, 2008 at 3:39 PM, Nino Saturnino Martinez Vazquez Wael <
nino.martinez@jayway.dk> wrote:

> 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 <
>> nino.martinez@jayway.dk> 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/2008/09/09/apache-wicket-javascript-integration/
>>>
>>> If you have any questions just ask...
>>>
>>> Francisco Diaz Trepat - gmail wrote:
>>>
>>>
>>>
>>>> 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 Wael <
>>>> nino.martinez@jayway.dk> 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 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 profress.js
>>>>>>
>>>>>> f(t)
>>>>>>
>>>>>> On Wed, Nov 12, 2008 at 3:00 PM, Pointbreak
>>>>>> <pointbreak+wicketstuff@ml1.net <po...@ml1.net> <
>>>>>> pointbreak%2Bwicketstuff@ml1.net <po...@ml1.net>>
>>>>>> <
>>>>>> pointbreak%2Bwicketstuff@ml1.net <po...@ml1.net><
>>>>>> pointbreak%252Bwicketstuff@ml1.net<po...@ml1.net>
>>>>>> >><
>>>>>> pointbreak%2Bwicketstuff@ml1.net <po...@ml1.net><
>>>>>> pointbreak%252Bwicketstuff@ml1.net<po...@ml1.net>>
>>>>>> <
>>>>>> pointbreak%252Bwicketstuff@ml1.net<po...@ml1.net>
>>>>>> <po...@ml1.net>
>>>>>> >
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>> wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>>
>>>>>>> http://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html
>>>>>>>
>>>>>>> On Wed, 12 Nov 2008 12:37:07 -0300, "Francisco Diaz Trepat - gmail"
>>>>>>> <fr...@gmail.com> said:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> 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)
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>> --
>>>>> -Wicket for love
>>>>>
>>>>> Nino Martinez Wael
>>>>> Java Specialist @ Jayway DK
>>>>> http://www.jayway.dk
>>>>> +45 2936 7684
>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>> --
>>> -Wicket for love
>>>
>>> Nino Martinez Wael
>>> Java Specialist @ Jayway DK
>>> http://www.jayway.dk
>>> +45 2936 7684
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>
>>>
>>
>>
>>
>
> --
> -Wicket for love
>
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Progress Bar

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
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 <
> nino.martinez@jayway.dk> 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/2008/09/09/apache-wicket-javascript-integration/
>>
>> If you have any questions just ask...
>>
>> Francisco Diaz Trepat - gmail wrote:
>>
>>     
>>> 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 Wael <
>>> nino.martinez@jayway.dk> 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 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 profress.js
>>>>>
>>>>> f(t)
>>>>>
>>>>> On Wed, Nov 12, 2008 at 3:00 PM, Pointbreak
>>>>> <pointbreak+wicketstuff@ml1.net <po...@ml1.net> <
>>>>> pointbreak%2Bwicketstuff@ml1.net <po...@ml1.net>><
>>>>> pointbreak%2Bwicketstuff@ml1.net <po...@ml1.net> <
>>>>> pointbreak%252Bwicketstuff@ml1.net<po...@ml1.net>
>>>>>           
>>>>>
>>>>>
>>>>>
>>>>>           
>>>>>> wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>             
>>>>>
>>>>>           
>>>>>> http://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html
>>>>>>
>>>>>> On Wed, 12 Nov 2008 12:37:07 -0300, "Francisco Diaz Trepat - gmail"
>>>>>> <fr...@gmail.com> said:
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>             
>>>>>>> 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)
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>               
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>             
>>>>>
>>>>>           
>>>> --
>>>> -Wicket for love
>>>>
>>>> Nino Martinez Wael
>>>> Java Specialist @ Jayway DK
>>>> http://www.jayway.dk
>>>> +45 2936 7684
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>>
>>>>
>>>>         
>>>
>>>       
>> --
>> -Wicket for love
>>
>> Nino Martinez Wael
>> Java Specialist @ Jayway DK
>> http://www.jayway.dk
>> +45 2936 7684
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>     
>
>   

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Progress Bar

Posted by Francisco Diaz Trepat - gmail <fr...@gmail.com>.
your voice in the video?

On Thu, Nov 13, 2008 at 3:29 AM, Nino Saturnino Martinez Vazquez Wael <
nino.martinez@jayway.dk> 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/2008/09/09/apache-wicket-javascript-integration/
>
> If you have any questions just ask...
>
> Francisco Diaz Trepat - gmail wrote:
>
>> 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 Wael <
>> nino.martinez@jayway.dk> 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 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 profress.js
>>>>
>>>> f(t)
>>>>
>>>> On Wed, Nov 12, 2008 at 3:00 PM, Pointbreak
>>>> <pointbreak+wicketstuff@ml1.net <po...@ml1.net> <
>>>> pointbreak%2Bwicketstuff@ml1.net <po...@ml1.net>><
>>>> pointbreak%2Bwicketstuff@ml1.net <po...@ml1.net> <
>>>> pointbreak%252Bwicketstuff@ml1.net<po...@ml1.net>
>>>> >>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>> wrote:
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>>
>>>>> http://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html
>>>>>
>>>>> On Wed, 12 Nov 2008 12:37:07 -0300, "Francisco Diaz Trepat - gmail"
>>>>> <fr...@gmail.com> said:
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>> 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)
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>> --
>>> -Wicket for love
>>>
>>> Nino Martinez Wael
>>> Java Specialist @ Jayway DK
>>> http://www.jayway.dk
>>> +45 2936 7684
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>
>>>
>>
>>
>>
>
> --
> -Wicket for love
>
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Progress Bar

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
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 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 Wael <
> nino.martinez@jayway.dk> 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 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 profress.js
>>>
>>> f(t)
>>>
>>> On Wed, Nov 12, 2008 at 3:00 PM, Pointbreak
>>> <pointbreak+wicketstuff@ml1.net <po...@ml1.net><
>>> pointbreak%2Bwicketstuff@ml1.net <po...@ml1.net>>
>>>
>>>
>>>       
>>>> wrote:
>>>>
>>>>
>>>>         
>>>
>>>       
>>>> http://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html
>>>>
>>>> On Wed, 12 Nov 2008 12:37:07 -0300, "Francisco Diaz Trepat - gmail"
>>>> <fr...@gmail.com> said:
>>>>
>>>>
>>>>         
>>>>> 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)
>>>>>
>>>>>
>>>>>           
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>>
>>>>
>>>>         
>>>
>>>       
>> --
>> -Wicket for love
>>
>> Nino Martinez Wael
>> Java Specialist @ Jayway DK
>> http://www.jayway.dk
>> +45 2936 7684
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>     
>
>   

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Progress Bar

Posted by Francisco Diaz Trepat - gmail <fr...@gmail.com>.
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 Wael <
nino.martinez@jayway.dk> 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 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 profress.js
>>
>> f(t)
>>
>> On Wed, Nov 12, 2008 at 3:00 PM, Pointbreak
>> <pointbreak+wicketstuff@ml1.net <po...@ml1.net><
>> pointbreak%2Bwicketstuff@ml1.net <po...@ml1.net>>
>>
>>
>>> wrote:
>>>
>>>
>>
>>
>>
>>>
>>> http://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html
>>>
>>> On Wed, 12 Nov 2008 12:37:07 -0300, "Francisco Diaz Trepat - gmail"
>>> <fr...@gmail.com> said:
>>>
>>>
>>>> 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)
>>>>
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>
>>>
>>
>>
>>
>
> --
> -Wicket for love
>
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Progress Bar

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
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 (framework)
> means to i18n the Progress Bar due to the fact that the text I referred to
> is inside (hardcoded) the JavaScript file profress.js
>
> f(t)
>
> On Wed, Nov 12, 2008 at 3:00 PM, Pointbreak
> <po...@ml1.net>
>   
>> wrote:
>>     
>
>   
>> http://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html
>>
>> On Wed, 12 Nov 2008 12:37:07 -0300, "Francisco Diaz Trepat - gmail"
>> <fr...@gmail.com> said:
>>     
>>> 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)
>>>       
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>     
>
>   

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Progress Bar

Posted by Francisco Diaz Trepat - gmail <fr...@gmail.com>.
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 inside (hardcoded) the JavaScript file profress.js

f(t)

On Wed, Nov 12, 2008 at 3:00 PM, Pointbreak
<po...@ml1.net>
> wrote:

>
> http://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html
>
> On Wed, 12 Nov 2008 12:37:07 -0300, "Francisco Diaz Trepat - gmail"
> <fr...@gmail.com> said:
> > 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)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Progress Bar

Posted by Pointbreak <po...@ml1.net>.
http://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html

On Wed, 12 Nov 2008 12:37:07 -0300, "Francisco Diaz Trepat - gmail"
<fr...@gmail.com> said:
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org