« Return to Thread: Calender Control

Re: Calender Control

by Rob Rothwell-2 :: Rate this Message:

Reply to Author | View in Thread

Janko,

You are correct that WebStyle>>calendarLangJavascript calls WebStyle>>calendarLangEnglish.

The calendar is fine, it is the mouse-over tooltip that is still in Slovenian (see attached jpg).  Does anyone else see this?

Thanks,

Rob


On Mon, Mar 10, 2008 at 9:28 AM, Janko Mivšek <janko.mivsek@...> wrote:
Hi Rob,

This should be already solved in Aida 5.6, look at

       WebStyle>>calendarLangJAvascript

which should call calendarLangEnglish instead of calendarLangSlovenian,
as was the case in previous versions.

I hope this helps
Janko

Rob Rothwell wrote:
> When I hover over the the Calendar Control  created using the
> WebElement>>addDateInputFieldAspect:for: method, I get the Slovenian
> "Select Date" tooltip "Izberite datum."
>
> The only place this appears to exist is in
> WebStyle>>calendarLangSlovenian (Calendar._TT["SEL_DATE"] = "Izberite
> datum";).  The seemingly correct description is in
> WebStyle>>calendarLangEnglish (Calendar._TT["SEL_DATE"] = "Select
> date";), and the control itself is being properly displayed in English.
>
> Any ideas where to look to correct this?  Unfortunately, I am not even a
> Javascript or CSS novice, so I have a much harder time finding things
> like this...
>
> Rob Rothwell
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Aida mailing list
> Aida@...
> http://lists.aidaweb.si/mailman/listinfo/aida

--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si



--
The foolish reject what they see, not what they think; the wise reject what they think, not what they see.  -- Huang Po


_______________________________________________
Aida mailing list
Aida@...
http://lists.aidaweb.si/mailman/listinfo/aida

jsCalendar.jpg (36K) Download Attachment

 « Return to Thread: Calender Control