PDA

View Full Version : Calendar Control as Readonly?



ljuarez
28-May-2010, 11:40 AM
Hi,

1) It is possible to set the Calendar Control as Readonly?

2) where I can find documentation about de SIG Clases (events, properties, methods, etc.) specially Calendar Control

Thanks

lj :cool:

Ian Smith
31-May-2010, 10:20 AM
Hi Luis

There is a ReadOnly property, but it has not been exposed in the class. You can Set ComReadOnly to True | False in OnCreate (don’t forget to Forward Send OnCreate).

There is a help file in the Help folder - SigCj,chm. If you move this to the VDF help folder (v15.0 or above) you will have context sensitive help from the VDF Studio.


The long awaited rewrite has just gone into testing and this does exposed the ReadOnly property.

ljuarez
31-May-2010, 12:30 PM
Hi Luis

There is a ReadOnly property, but it has not been exposed in the class. You can Set ComReadOnly to True | False in OnCreate (don’t forget to Forward Send OnCreate).

There is a help file in the Help folder - SigCj,chm. If you move this to the VDF help folder (v15.0 or above) you will have context sensitive help from the VDF Studio.


The long awaited rewrite has just gone into testing and this does exposed the ReadOnly property.

Thanks Ian, works perferct.
The complete property name is ReadOnlyMode.