OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: DW on July 04, 2009, 05:35:06 AM

Title: TabStrip captions and Tab visibility
Post by: DW on July 04, 2009, 05:35:06 AM
Owen, I've noticed in the latest beta that changing the TabStrip caption after showing or hiding tabs, resets visibility of all tabs - this behavior has changed from earlier betas.  Is the current behaviour by design, i.e. should I change the TabStrip caption first, then call the show / hide functions in my routines?

Thanks
David
Title: Re: TabStrip captions and Tab visibility
Post by: owenwengerd on July 09, 2009, 11:16:31 AM
This is a difficult one. Tabs don't have a "hidden" property, so there is no clear cut way to determine which tab captions go to which tabs in the case where some are hidden. For now, there is no practical solution to this problem, and your code will need to re-hide the tabs it wants hidden after the captions have changed.