Page Index Toggle Pages: [1] 2  Send TopicPrint
Hot Topic (More than 10 Replies) Planner.NET v.3 MonthRange view (Read 12246 times)
mevanko
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 11
Joined: Mar 21st, 2006
Planner.NET v.3 MonthRange view
Mar 24th, 2006 at 1:16pm
Print Post  
Hello,

In my evaulation of your product I created a 12 month view(3x4) and set the month ScrollInterval to 12. When I click the forward button it advances only 11 months and not 12.  Clicking the back button moves the calendar back the proper 12 months.  Any suggestions?

One addtional question.  I'm trying to get just the year displayed for the 12 month calendar and updated the TitleFormat to 'YYYY'.  My display shows two years, ie. 20062006.  How do I suppress one of the years from being displayed?

Thanks
Mike
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Planner.NET v.3 MonthRange view
Reply #1 - Mar 24th, 2006 at 3:56pm
Print Post  
Yep, looks like a bug and seems to happen when the first month is January. We will fix that on Monday and add a method to display just the year in the header.

Stoyan
  
Back to top
 
IP Logged
 
mevanko
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 11
Joined: Mar 21st, 2006
Re: Planner.NET v.3 MonthRange view
Reply #2 - Mar 24th, 2006 at 3:59pm
Print Post  
Great. 

Thanks for the quick response and will be looking for the udpate next week.

Mike
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Planner.NET v.3 MonthRange view
Reply #3 - Mar 27th, 2006 at 5:21am
Print Post  
You can download a new version of Planner.NET from here:

https://mindfusion.org/_temp/Planner.NET.zip

The incorrect scrolling should be fixed now. In order to display only one year in the MonthRange header, assing an empty string to the TitleSeparator property of the calendar's MonthRangeSettings object:

Code
Select All
MonthRangeSettings.TitleFormat = "yyyy";
MonthRangeSettings.TitleSeparator = ""; 



Meppy
  
Back to top
 
IP Logged
 
mevanko
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 11
Joined: Mar 21st, 2006
Re: Planner.NET v.3 MonthRange view
Reply #4 - Mar 30th, 2006 at 1:08pm
Print Post  
Thanks Meppy.  I'll let you know how the update works out.

Mike
  
Back to top
 
IP Logged
 
mevanko
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 11
Joined: Mar 21st, 2006
Re: Planner.NET v.3 MonthRange view
Reply #5 - Mar 30th, 2006 at 2:17pm
Print Post  
Hello Meppy,

I'm recieving this error:
Couldn't get design-time license for MindFusion.Scheduling.Win.Forms.Calendar

Has my trial license expired?

Mike
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Planner.NET v.3 MonthRange view
Reply #6 - Mar 30th, 2006 at 4:08pm
Print Post  
Hello Mike,

Meppy is out of office today. I can try to build for you the latest version of the calendar.dll from the project in SourceSafe - do you need it for .NET 1.1 or .NET 2 ?

Stoyan
  
Back to top
 
IP Logged
 
mevanko
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 11
Joined: Mar 21st, 2006
Re: Planner.NET v.3 MonthRange view
Reply #7 - Mar 30th, 2006 at 4:18pm
Print Post  
Stoyan,

Actually .NET 1.0.  I'm dealing with an enhancement to a legacy system.

Mike
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Planner.NET v.3 MonthRange view
Reply #8 - Mar 30th, 2006 at 4:43pm
Print Post  
Mike,

Unfortunately I cannot build a .NET 1.0 assembly, we don't have a project for that version. Are you able to use the .NET 1.1 assemblies coming with Planner.NET in the .NET 1.0 project ?

Stoyan
  
Back to top
 
IP Logged
 
mevanko
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 11
Joined: Mar 21st, 2006
Re: Planner.NET v.3 MonthRange view
Reply #9 - Mar 30th, 2006 at 4:52pm
Print Post  
I'm not sure.  How would I verify which assemblies?

I was using the latest version of the planner.net which was version 3.0.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Planner.NET v.3 MonthRange view
Reply #10 - Mar 30th, 2006 at 4:57pm
Print Post  
The dlls in the Planner.NET root installation folder are for .NET 1.1, but I don't know whether they strictly require the 1.1 runtime. If they work fine in a .NET 1.0 project, I will send you our latest .NET 1.1 build.
  
Back to top
 
IP Logged
 
mevanko
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 11
Joined: Mar 21st, 2006
Re: Planner.NET v.3 MonthRange view
Reply #11 - Mar 30th, 2006 at 5:22pm
Print Post  
Send me the lastest and I let you know.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Planner.NET v.3 MonthRange view
Reply #12 - Mar 30th, 2006 at 5:31pm
Print Post  
  
Back to top
 
IP Logged
 
mevanko
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 11
Joined: Mar 21st, 2006
Re: Planner.NET v.3 MonthRange view
Reply #13 - Mar 31st, 2006 at 11:45am
Print Post  
I installed the files and the problem remains.  Here's the complete error from VS.

C:\Documents and Settings\EvankoM\My Documents\Visual Studio Projects\Calendar\Presentation\licenses.licx Could not transform licenses file 'licenses.licx' into a binary resource.  (1) : error LC0003 : Unabled to resolve type 'MindFusion.Scheduling.WinForms.Calendar, Calendar, Version=3.0.2256.28848, Culture=neutral, PublicKeyToken=9bbcdceda2685d38'
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Planner.NET v.3 MonthRange view
Reply #14 - Mar 31st, 2006 at 12:07pm
Print Post  
Open the licx file and replace

PublicKeyToken=9bbcdceda2685d38

with

PublicKeyToken=null

so the licx will work for every build of the control.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: [1] 2 
Send TopicPrint