[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Improvements in Calendarfield  XML
Forum Index -> Development
Author Message
chafner

Active

Joined: 28/04/2011 15:22:44
Messages: 17
Offline

Hi,

we would need a few improvement in the calendar.

Our goal is to show the calendar with some days marked (e.g. green background color, mouse over hint "Liefertag") as delivery day or holiday (e.g. red bg-color). So far, this works.

If you click on a marked day, there's a popup message and CC says something like "Achtung: ...". Thats fine for holidays, but we don't want such a message for delivery days. In fact, we would need such a message for non-delivery days like this "Achtung: kein Liefertag" but without the user hint on mouse over.

So it should be configurable for what kind of markings a popup message occurs. And, if possible, it should be configurable to allow a popup message for non-marked days.

Thanks in advance
Chris
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5534
Offline

Hi,

yes, we talked about this - thanks for reminding...!
No problem (== small effort) on our side ;-). Part of next update. Update of this week (20120130) just was uploaded, so pls. wait for one week... (or tell us, if required earlier).

Thanks + regards!
Bkörn

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5534
Offline

...is part of today's update. Please check the change log.

Thanks + regards,
Björn

Björn Müller, CaptainCasa GmbH
chafner

Active

Joined: 28/04/2011 15:22:44
Messages: 17
Offline

Hi Björn,

I found the getter, but somehow I'm missing the setter... What's wrong?

Code:
 info = new ExtCalendarInfo(..); 
 info.getWarningOnSelection();
 


Regards
Chris
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5534
Offline

Hi,

...there is a corresponding constructor...

Code:
         public ExtCalendarInfo(Date date, String comment, boolean selectable, String background, boolean warningOnSelection)
 



Regards, Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team