Welcome Guest Search | Active Topics | Sign In | Register

Calendar Question RE: Mouse Pointer Options
Matthew Metcalfe
Posted: Monday, March 15, 2010 4:29:37 PM
Rank: Newbie
Groups: Member

Joined: 3/15/2010
Posts: 2
OK, this is probably a REAL newbie question but here goes:

We're testing the calendar object and it's working well. The only problem is that the icon doesn't change when you hover over a date. It stays as the "I" shape. That makes it difficult to tell whether you are on the number or not. Is there a way to change the mouse pointer when it's over a number?
eo_support
Posted: Monday, March 15, 2010 4:41:36 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You would just put cursor:hand into whatever style you wish to have a hand cursor. For example, you can put it inside MonthStyle, then it will show hand cursor as long as mouse is over the month area, or if you only want day cells to have hand cursor, then you would put it inside DayStyle. There are many style properties for different part of the Calendar, you can try to put it in any of them and see how it works.

Thanks!
Matthew Metcalfe
Posted: Tuesday, March 16, 2010 8:51:26 AM
Rank: Newbie
Groups: Member

Joined: 3/15/2010
Posts: 2
We are actually using the DatePicker, not the Calendar function but we did convert to the Calendar to see if we could get it done. We weren't able to see MonthStyle or DayStyle. What are we missing here? We are using Visual Studio.
eo_support
Posted: Tuesday, March 16, 2010 9:07:15 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You should see MonthStyle and DayStyle on both. These two properties are defined on Calendar, but DatePicker inherits from Calendar. So it inherits all properties from the Calendar control. Both properties should be available through property window or Calendar/DatePicker Builder.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.