Thanks, I had done a grep on 'cldr' and didn't find anything that helped but
I should have done a global grep on DatePicker, that would have found it.

Using the information in the thread, I did a build of showcase with and
without the locale that I need and determined that the following lines were
the only difference:


/* ID: qx.locale.data.en */
qx.locale.Locale.define("qx.locale.data.en",
{cldr_date_format_full:"EEEE, MMMM d, yyyy",
cldr_date_format_long:"MMMM d, yyyy",
cldr_date_format_medium:"MMM d, yyyy",
cldr_date_format_short:"M/d/yy",
cldr_date_time_format_HHmm:$[2619],
cldr_date_time_format_HHmmss:$[397],
cldr_date_time_format_MMMMd:"MMMM d",
cldr_date_time_format_Md:"M/d",
cldr_date_time_format_mmss:"mm:ss",
cldr_date_time_format_yyMM:"MM/yy",
cldr_date_time_format_yyQQQQ:"QQQQ yy",
cldr_date_time_format_yyyyMMM:"MMM yyyy",
cldr_day_abbreviated_fri:"Fri",
cldr_day_abbreviated_mon:"Mon",
cldr_day_abbreviated_sat:"Sat",
cldr_day_abbreviated_sun:"Sun",
cldr_day_abbreviated_thu:"Thu",
cldr_day_abbreviated_tue:"Tue",
cldr_day_abbreviated_wed:"Wed",
cldr_day_narrow_fri:"F",
cldr_day_narrow_mon:$[1806],
cldr_day_narrow_sat:$[1280],
cldr_day_narrow_sun:$[1280],
cldr_day_narrow_thu:"T",
cldr_day_narrow_tue:"T",
cldr_day_narrow_wed:"W",
cldr_day_wide_fri:"Friday",
cldr_day_wide_mon:"Monday",
cldr_day_wide_sat:"Saturday",
cldr_day_wide_sun:"Sunday",
cldr_day_wide_thu:"Thursday",
cldr_day_wide_tue:"Tuesday",
cldr_day_wide_wed:"Wednesday",
cldr_month_abbreviated_1:"Jan",
cldr_month_abbreviated_10:"Oct",
cldr_month_abbreviated_11:"Nov",
cldr_month_abbreviated_12:"Dec",
cldr_month_abbreviated_2:"Feb",
cldr_month_abbreviated_3:"Mar",
cldr_month_abbreviated_4:"Apr",
cldr_month_abbreviated_5:"May",
cldr_month_abbreviated_6:"Jun",
cldr_month_abbreviated_7:"Jul",
cldr_month_abbreviated_8:"Aug",
cldr_month_abbreviated_9:"Sep",
cldr_month_narrow_1:"J",
cldr_month_narrow_10:$[1628],
cldr_month_narrow_11:"N",
cldr_month_narrow_12:"D",
cldr_month_narrow_2:"F",
cldr_month_narrow_3:$[1806],
cldr_month_narrow_4:$[214],
cldr_month_narrow_5:$[1806],
cldr_month_narrow_6:"J",
cldr_month_narrow_7:"J",
cldr_month_narrow_8:$[214],
cldr_month_narrow_9:$[1280],
cldr_month_wide_1:"January",
cldr_month_wide_10:"October",
cldr_month_wide_11:"November",
cldr_month_wide_12:"December",
cldr_month_wide_2:"February",
cldr_month_wide_3:"March",
cldr_month_wide_4:"April",
cldr_month_wide_5:"May",
cldr_month_wide_6:"June",
cldr_month_wide_7:"July",
cldr_month_wide_8:"August",
cldr_month_wide_9:"September",
cldr_time_format_full:"h:mm:ss a v",
cldr_time_format_long:"h:mm:ss a z",
cldr_time_format_medium:"h:mm:ss a",
cldr_time_format_short:"h:mm a"});

/* ID: qx.locale.data.en_US */
qx.locale.Locale.define("qx.locale.data.en_US",
{});
/* ID: qx.locale.translation.en_US */
qx.locale.Locale.define("qx.locale.translation.en_US",
{});
/* ID: showcase.translation.en_US */
qx.locale.Locale.define("swep.translation.en_US",
{});

so I added those lines to the end of my already created JS file (I don't
have the luxery at this time to do a new MAKE on my application, I can only
modify the already created JS) and I don't see any difference in the
calander. Any other suggestions?

Also- when in FireBug, if I want to see qx.locale.data I get a response that
says it has no properties. But the above lines should have defined it.

Thanks,
Jim



On 8/31/07, johnl <[EMAIL PROTECTED]> wrote:
>
> See this thread:
>
> http://www.nabble.com/Calendar-changes-tf4068585.html#a11582065
>
> jdl
>
> Jim Hunter wrote:
> > My date picker is popping up fine like it always has, but now I am
> > getting 'cldr' as the string for the day of the week and for the month
> > name. This looks like a Locale issue, does anyone have an idea of
> > where to look to solve this? When selecting a date, that value is
> > correct so the control is working fine, it just looks bad.
> >
> > Thanks,
> > Jim
> > www.D4PHP.org <http://www.D4PHP.org>
> > www.D4PHP-hosting.com <http://www.D4PHP-hosting.com>
> >
> >
> > ------------------------------------------------------------------------
> >
> >
> -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >>   http://get.splunk.com/
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > qooxdoo-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>   http://get.splunk.com/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to