Re: [wicket-jquery-ui] Re: [ANNOUNCE] Apache Wicket jQuery UI 8.0.0-M5 Released

2017-04-01 Thread Tobias Soloschenko
Hi,

the fix should make it into the final version 8.0.0 I suggest.

kind regards

Tobias

> Am 01.04.2017 um 16:34 schrieb Sebastien :
> 
> As I primarily suspected, there is a JSON issue with the new library used
> in Wicket-8
> https://github.com/openjson/openjson/issues/7
> 
> For the time being, I will deploy the version based on Wicket-7 so you can
> enjoy the chart (and be stunned! :p)
> 
> Best regards,
> Sebastien
> 
> On Sat, Apr 1, 2017 at 5:07 AM, Maxim Solodovnik 
> wrote:
> 
>> We are using wicketstuff charts in OpenMeetings, we need Apache compatible
>> license :)
>> I just checked it to know something new :)
>> 
>> Thanks for the great work :)
>> 
>>> On Sat, Apr 1, 2017 at 1:42 AM, Sebastien  wrote:
>>> 
>>> Hi Maxim,
>>> 
>>> Not sure how I missed that but the fact is that dataviz.* files are not
>>> available on CDN for the new version.
>>> I opened an issue to telerik/progress:
>>> https://github.com/telerik/kendo-ui-core/issues/2995
>>> 
>>> Hope they will fix it soon because I don't really want to downgrade or
>>> link
>>> to kendo.all.min.js in the demo site...
>>> 
>>> Thanks again & best regards,
>>> Sebastien.
>>> 
 On Fri, Mar 31, 2017 at 8:10 AM, Sebastien  wrote:
 
 Damned! Thanks to let me know maxim!
 I will look at this tonight !
 
 
 On Mar 31, 2017 04:40, "Maxim Solodovnik"  wrote:
 
 Thanks a lot for the release Sebastien!
 I just have checked Charts demos at http://www.7thweb.net/wicket-j
 query-ui/kendo/chart/LineChartPage?6
 All charts seems to be broken :(
 
 
>>> 
>> 
>> 
>> 
>> --
>> WBR
>> Maxim aka solomax
>> 
>> --
>> You received this message because you are subscribed to the Google Groups
>> "wicket-jquery-ui" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to wicket-jquery-ui+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/
>> msgid/wicket-jquery-ui/CAJmbs8jFyOmU3iEEz_6UHuZ3pPTe%
>> 3D71oRqnWM_TtnFTUbJqH5A%40mail.gmail.com
>> 
>> .
>> 
>> For more options, visit https://groups.google.com/d/optout.
>> 

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



Re: [wicket-jquery-ui] Re: [ANNOUNCE] Apache Wicket jQuery UI 8.0.0-M5 Released

2017-04-01 Thread Sebastien
As I primarily suspected, there is a JSON issue with the new library used
in Wicket-8
https://github.com/openjson/openjson/issues/7

For the time being, I will deploy the version based on Wicket-7 so you can
enjoy the chart (and be stunned! :p)

Best regards,
Sebastien

On Sat, Apr 1, 2017 at 5:07 AM, Maxim Solodovnik 
wrote:

> We are using wicketstuff charts in OpenMeetings, we need Apache compatible
> license :)
> I just checked it to know something new :)
>
> Thanks for the great work :)
>
> On Sat, Apr 1, 2017 at 1:42 AM, Sebastien  wrote:
>
>> Hi Maxim,
>>
>> Not sure how I missed that but the fact is that dataviz.* files are not
>> available on CDN for the new version.
>> I opened an issue to telerik/progress:
>> https://github.com/telerik/kendo-ui-core/issues/2995
>>
>> Hope they will fix it soon because I don't really want to downgrade or
>> link
>> to kendo.all.min.js in the demo site...
>>
>> Thanks again & best regards,
>> Sebastien.
>>
>> On Fri, Mar 31, 2017 at 8:10 AM, Sebastien  wrote:
>>
>> > Damned! Thanks to let me know maxim!
>> > I will look at this tonight !
>> >
>> >
>> > On Mar 31, 2017 04:40, "Maxim Solodovnik"  wrote:
>> >
>> > Thanks a lot for the release Sebastien!
>> > I just have checked Charts demos at http://www.7thweb.net/wicket-j
>> > query-ui/kendo/chart/LineChartPage?6
>> > All charts seems to be broken :(
>> >
>> >
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>
> --
> You received this message because you are subscribed to the Google Groups
> "wicket-jquery-ui" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to wicket-jquery-ui+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/wicket-jquery-ui/CAJmbs8jFyOmU3iEEz_6UHuZ3pPTe%
> 3D71oRqnWM_TtnFTUbJqH5A%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>


Re: Locale issue with kendoui local date time picker

2017-04-01 Thread Maxim Solodovnik
I'm afraid this is incomplete solution
I can try to get all different AM/PM symbols, but solution seems to be
incomplete :(

According to this demo: http://demos.telerik.com/kendo-ui/datetimepicker/api
Telerik own datetimepicker.value() JS getter returns GMT date/time
Can it be used?

On Sat, Apr 1, 2017 at 6:03 PM, Sebastien  wrote:

> Hi Maxim,
>
> Thanks for having looked into details!
>
> So, I am now doing a conversion as soon as the input is processed
> (#getInput). The conversion is performed in an utility method [1] which
> might be completed in the future (the user can still override
> DatePicker#getInput() or TimePicker#getInput() to handle corner cases).
> This is not a perfect solution because the displayed value still remains
> with AM/PM. A custom DateTimeFormatter might solve the issue...
>
> [1] https://github.com/sebfz1/wicket-jquery-ui/blob/wicket8.
> x/wicket-kendo-ui/src/main/java/com/googlecode/wicket/kendo/ui/utils/
> KendoDateTimeUtils.java#L53
>
> SNAPSHOT is on its way.
>
> Thanks & best regards,
> Sebastien
>
>
> On Sat, Apr 1, 2017 at 7:00 AM, Maxim Solodovnik 
> wrote:
>
>> I guess, maybe client side processing can be added?
>> i.e. value can be "normalized" before being accessible by wicket?
>>
>> On Sat, Apr 1, 2017 at 11:14 AM, Maxim Solodovnik 
>> wrote:
>>
>>> AM can also be:
>>> AM: "နံနက်"
>>> AM: "上午"
>>> AM: "PD"
>>> AM: "காலை"
>>> AM: "dop."
>>> 
>>>
>>> Is there any well known method to get value from JS.min file?
>>>
>>>
>>>


-- 
WBR
Maxim aka solomax


Re: Locale issue with kendoui local date time picker

2017-04-01 Thread Sebastien
Hi Maxim,

Thanks for having looked into details!

So, I am now doing a conversion as soon as the input is processed
(#getInput). The conversion is performed in an utility method [1] which
might be completed in the future (the user can still override
DatePicker#getInput() or TimePicker#getInput() to handle corner cases).
This is not a perfect solution because the displayed value still remains
with AM/PM. A custom DateTimeFormatter might solve the issue...

[1]
https://github.com/sebfz1/wicket-jquery-ui/blob/wicket8.x/wicket-kendo-ui/src/main/java/com/googlecode/wicket/kendo/ui/utils/KendoDateTimeUtils.java#L53

SNAPSHOT is on its way.

Thanks & best regards,
Sebastien


On Sat, Apr 1, 2017 at 7:00 AM, Maxim Solodovnik 
wrote:

> I guess, maybe client side processing can be added?
> i.e. value can be "normalized" before being accessible by wicket?
>
> On Sat, Apr 1, 2017 at 11:14 AM, Maxim Solodovnik 
> wrote:
>
>> AM can also be:
>> AM: "နံနက်"
>> AM: "上午"
>> AM: "PD"
>> AM: "காலை"
>> AM: "dop."
>> 
>>
>> Is there any well known method to get value from JS.min file?
>>
>>
>>