Hello
We need a tab into layout and tab must have 5 different layout.
Attached is image for reference.This is created into UI editor. Now, consider a layout above Cancel and OK buttons. That layout is for example having name as "loTab". Inside this layout, tab named as '"tab" need to be added and this tab should have A,B,C,D and E as 5 different layout. This need to be achieved through toolkit API.
Below is sequence of API we are using. But not getting required display of 5 different tab:
Any hint would be great help. Feel free to ask for any clarification.
Thanks and Regards
Ketan
Solved! Go to Solution.
This issue is resolved. Instead of using API ProUITabLayoutsInsert(), we should use only ProUITabLayoutAdd().Additionally use API ProUITabShow and ProUITabDecorate.
any hint would be more helpful. I am having Creo 4.0 M030
This issue is resolved. Instead of using API ProUITabLayoutsInsert(), we should use only ProUITabLayoutAdd().Additionally use API ProUITabShow and ProUITabDecorate.