Hi all,
I am trying to include a custom wdk component (comp. has 2 frames in it) in Taskspace Application as one of the Tab.For that I have used Generic Form as Tab Type.The Generic Form supports only those wdk components that don’t have frames in it.
So I have decided to create a new Tab Type for my custom wdk component in Taskspace.As the starting point , I have tried to run the provided example Tab Type “ts_sample”.I can able to list the “ts_sample” Tab Type in the dropdownlist in the Create Tab page of Taskspace.But when I click Next button I am getting “DM_API_E_BADID: Bad Id given : 0000000000000000 error.
I have added below items in taskpace child applications preset file:
<items itemDefinitionId="tab_types" packageDefinitionName="TaskSpace_App">
<itemData configData="<tab_types>
<type>
<name>ts_sample</name>
<componentid>ts_sample</componentid>
<label>ts_sample_tabtype.label</label>
<enabled>false</enabled>
<configurable>true</configurable>
<actionable>false</actionable>
<configform>ts_sample_tabconfig</configform>
<default-actions/>
<default-menu/>
</type>
</tab_types>" modifyOperation="3" bindingDefinitionId="taskspace_tab_types">
<configTargetDefinitions href="../TaskSpace_App.definition#//@configTargetDefinitions.0"/>
</itemData>
</items>
I know that the tag <configform>ts_sample_tabconfig</configform> is creating issues.But it is the default configuration interface component provided along with taskspace application.
Any ideas,
Thanks,
Karthick s