Timeline checkbox |
Post Reply |
Author | |
cmm2006
Senior Member Joined: 26 September 2006 Status: Offline Points: 118 |
Post Options
Thanks(0)
Posted: 17 June 2009 at 2:27pm |
Hi,
I am having some trouble with the new time line check box. after checking the CJ Calendar sample, the timeline checkbox suppose to leave the caption bar visible in order to change the view from timeline to the regular calendar (it works fine in CJ sample) but when I tried in a new project it did not work at all. once I click the chekbox the caption bar dispears, am I missing something here? note: to check, just create a new VB project, add CJ calendarcontrol to your form, then change the calendar control property "Show captionbar to true" and run the program, then check the Time line check box... thank you Visual Basic 6 SP6 CJ Xtreme SuitePro 13.1 |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
You need to use CalendarControl.HideCaptionBar = False if you want to keep CaptionBar visible in Timeline mode or True if you don't want.
This is not immedaite action flag as ShowCaptionBar! It suppose to be explained in help
|
|
cmm2006
Senior Member Joined: 26 September 2006 Status: Offline Points: 118 |
Post Options
Thanks(0)
|
the CalendarControl.HideCaptionBar=False did the job
Thank you, |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions 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 |