Hi Mustafa,

On Friday 29 July 2011 16:05:34 Mustafa Sak wrote:
> as I could see qx.ui.table.cellrenderer.Date has no event listener for
> changing location like qx.ui.form.DateField
> 
> So I guess we should implement something like this:
> 
> var clazz = this;
> if (qx.core.Environment.get("qx.dynlocale"))
>     {
>       this.__localeListenerId =
>         qx.locale.Manager.getInstance().addListener("changeLocale", 
>          function() {       
>          this.setDateFormat(clazz.getDefaultDateFormatter());
>         }, this);
>     }
> 
> Or is it implemented before?
As far as I know it not yet implemented. Feel free to open an enhancement 
report for this missing feature.

Regards,
  Alex

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to