Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Configuration questions (Read 1946 times)
psmith
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: Sep 20th, 2006
Configuration questions
Sep 21st, 2006 at 8:52am
Print Post  
First: I've been told that the latest version of the planner contains a bugfix for the problem with inverted interprtation of the TwelveHourFormat option in timetable. For our evaluation purpose we use the free trial version downloaded yesterday but TwelveHourFormat still needs to be "Enabled" in order to use 24-hour format.

Next, I have two questions about configuration:

1) How can the color for appointments be adjusted in the resource view? For each appointment, app, I currently set

  app.Style.FillColor = Color.FromArgb(200,150,100);
  app.Style.Brush = new MindFusion.Drawing.SolidBrush(Color.FromArgb(245,250,240));

This works fine in the timetable view but the color is ignored in the resource view.


2) Can I somehow enlarge the height of each line in the timetable view? I can obtain the enlargement by enabeling zoom and setting the zoom factor to e.g. 120, but can I somehow enlarge the line heights without enabeling zoom?
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Configuration questions
Reply #1 - Sep 21st, 2006 at 9:58am
Print Post  
Here you can download a daily build of Planner.NET:

https://mindfusion.org/_planner/_Planner.NET_41pre_trial8.zip
(This is a temporary url and might not work in the future.)

Here are the answers of the rest of your questions:

1) How can the color for appointments be adjusted in the resource view?

The items in Resource view use Style.HeaderBrush to fill their contents.

2) Can I somehow enlarge the height of each line in the timetable view?

Use the Calendar.TimetableSettings.CellSize property.

Meppy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint