Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 10 Replies) Create an appointment by selection (Read 10725 times)
math
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Jul 22nd, 2010
Create an appointment by selection
Jul 22nd, 2010 at 8:36am
Print Post  
Hello,

I am currently working on a big project and we test Scheduling (project available only for touchscreen).
I have a question about the selection of cells : how to automatically create appointments just by selection of cells ? (Ie at each selection, appointments are created). Thanks !

Regards,
Math
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Create an appointment by selection
Reply #1 - Jul 22nd, 2010 at 8:56am
Print Post  
This is a feature, which is available in the WinForms version of MindFusion.Scheduling but is not yet implemented in the WPF version. We will try to port this feature immediately and I will let you know when we have any results.

Regards,
Meppy
  
Back to top
 
IP Logged
 
math
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Jul 22nd, 2010
Re: Create an appointment by selection
Reply #2 - Jul 22nd, 2010 at 9:21am
Print Post  
Thanks !
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Create an appointment by selection
Reply #3 - Jul 23rd, 2010 at 1:49pm
Print Post  
Hello again,

A new build of MindFusion.Scheduling for WPF can be downloaded from the link below.

https://mindfusion.eu/_pln_trial/MindFusion.Scheduling.Wpf.2.1k.zip

The Calendar.EnableDragCreate property is now implemented. When this property is set to true (default is false) the items are created solely by dragging within the view. Let me know how it works for you.

Regards,
Meppy
  
Back to top
 
IP Logged
 
math
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Jul 22nd, 2010
Re: Create an appointment by selection
Reply #4 - Jul 23rd, 2010 at 3:24pm
Print Post  
Hello,

It's works perfect ! Exactly that i need.

I have a two new questions : how disallow the editing header text (with template or property) ?

And it's possible to modify the style of appointement and calendar (we must apply a specific style ; i can't edit them with MS Blend 4) ? i.e without the styles by "default" (like vista, lila, server... etc).

Thanks and have a good week end Smiley
« Last Edit: Jul 24th, 2010 at 1:02pm by math »  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Create an appointment by selection
Reply #5 - Jul 26th, 2010 at 6:04am
Print Post  
Quote:
how disallow the editing header text (with template or property) ?

To disable in-place editing of appointments, set Calendar.AllowInplaceEdit to false.

Quote:
And it's possible to modify the style of appointement and calendar (we must apply a specific style ; i can't edit them with MS Blend 4) ? i.e without the styles by "default" (like vista, lila, server... etc).

The calendar views do not support WPF styling and templating. Their appearance can be customized through a set of properties. There are specific properties for each individual calendar view. For example, the SingleMonth view is affected by the Calendar.MonthSettings properties, the Timetable view is affected by the Calendar.TimetableSettings properties, etc.

Let me know if this helps.

Regards,
Meppy
  
Back to top
 
IP Logged
 
math
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Jul 22nd, 2010
Re: Create an appointment by selection
Reply #6 - Jul 26th, 2010 at 6:42am
Print Post  
For the style, an example of calendar completely custom is available (from calendar to appointments) ?

Thanks !
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Create an appointment by selection
Reply #7 - Jul 26th, 2010 at 8:07am
Print Post  
Can you provide me with a screenshot of what you want the calendar to look like and I will try to make a sample demonstrating how to customize it to look that way?

Regards,
Meppy
  
Back to top
 
IP Logged
 
math
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Jul 22nd, 2010
Re: Create an appointment by selection
Reply #8 - Jul 26th, 2010 at 8:43am
Print Post  
Here is a sample calendar, it is something simple and "flat" (what we want).

http://img707.imageshack.us/f/calendrar.png/

Thanks !
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Create an appointment by selection
Reply #9 - Jul 26th, 2010 at 11:31am
Print Post  
Have a look at this sample:

https://mindfusion.eu/_samples/_sample_TimetableSample.zip

This is the closest approximation I could get to the calendar from the image above. Also, make sure you use the dlls from the bin/Debug directory as they fix a minor bug in the day headers of the Timetable view.

Let me know if this works for you.

Regards,
Meppy
  
Back to top
 
IP Logged
 
math
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Jul 22nd, 2010
Re: Create an appointment by selection
Reply #10 - Jul 26th, 2010 at 1:22pm
Print Post  
Thanks ! It's perfect !
And now, i have a good sample for custom the calendar.

Regards,
Math
  
Back to top
 
IP Logged
 
math
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Jul 22nd, 2010
Re: Create an appointment by selection
Reply #11 - Jul 26th, 2010 at 2:33pm
Print Post  
I have a last question : how to modify the hours of the calendar (like the image above)  ?

...
1:00
2:00
.. etc

In France, is :
...
13:00
14:00
.. etc

Thanks for your help !
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Create an appointment by selection
Reply #12 - Jul 27th, 2010 at 5:44am
Print Post  
Set the Calendar.TimetableSettings.GeneralFormat property to "H:mm".

Let me know if this helps.

Regards,
Meppy
  
Back to top
 
IP Logged
 
math
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Jul 22nd, 2010
Re: Create an appointment by selection
Reply #13 - Jul 27th, 2010 at 6:33am
Print Post  
Thanks for your help !

Regards,
Math
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint