Kalan
Member
Hi,
It would be helpful if anyone case advise on this?
I have placed MS tabstrip control in smart window with 3 different tabs, placed the frame with one fill-in. I am trying to see this frame and its object while running this application. So I have written the below code in InitializeObject procedure, however these frame and fill-in are visible on run mode. Am I missing something here? Do I need to call any viewobject kind of procedure? I appreciate your help.
TabStrip:AddTab("Tab 1",FRAME Frame1:handle).
TabStrip:SelectTab(1).
Thanks.
It would be helpful if anyone case advise on this?
I have placed MS tabstrip control in smart window with 3 different tabs, placed the frame with one fill-in. I am trying to see this frame and its object while running this application. So I have written the below code in InitializeObject procedure, however these frame and fill-in are visible on run mode. Am I missing something here? Do I need to call any viewobject kind of procedure? I appreciate your help.
TabStrip:AddTab("Tab 1",FRAME Frame1:handle).
TabStrip:SelectTab(1).
Thanks.