- Ribbon features
- Constructor/Destructor support
Also still lacking is support for the progress bar which was introduced in TD62.
To help devs who need this CDK support, I have looked up these missing CDK type constants:
Code: Select all
Number: CDK_IT_ConstructorDestructorExt = 0x02d1
Number: CDK_IT_ConstructorExt = 0x02d2
Number: CDK_IT_DestructorExt = 0x02d3
Number: CDK_IT_ConstructorParametersExt = 0x02d4
!
Number: CDK_IT_ClassProgressBarExt = 0x02ba
Number: CDK_IT_ProgressBarExt = 0x02b9
Number: CDK_IT_RibbonExt = 0x02bc
Number: CDK_IT_RibbonTabExt = 0x02bd
Number: CDK_IT_RibbonGroupExt = 0x02c1
Number: CDK_IT_RibbonButtonExt = 0x02c0
Number: CDK_IT_RibbonActionsExt = 0x02bf
Number: CDK_IT_RibbonCheckboxExt = 0x02c6
Number: CDK_IT_RibbonComboboxExt = 0x02c8
Number: CDK_IT_RibbonDatafieldExt = 0x02c9
Number: CDK_IT_RibbonDropDownExt = 0x02c2
Number: CDK_IT_RibbonSeparatorExt = 0x02c3
Number: CDK_IT_RibbonDropDownGalleryExt = 0x02d7
Number: CDK_IT_RibbonGalleryItemExt = 0x02d8
Number: CDK_IT_RibbonRadioButtonExt = 0x02c7
Number: CDK_IT_RibbonTrayExt = 0x02c5
You can at least enumerate and add them. Further support will be added.
See here:
https://wiki.tdcommunity.net/index.php? ... sing_items
@Gupta: please keep the CDK up to date with the new features.
Could we expect them in a next SP?