From: Michael <[EMAIL PROTECTED]>
May I ask a question about tab-panels.
If I wish to show identical controls ( eg list box, or push buttons)
on two tabs of the same panel (eg, a list box that shows differerent
lists), do I need to have a listbox in each Tab or is there a way of
referring each tab to , for example, a list box, OR, (finally) put in
controls in each tab and derive it from a common class?
Thanks in advance.
In theory you can have controls that are common to different tabs, by
changing the controls' PanelIndex property to match the Tabpanel's
Value property in the Tabpanel's Change event.
However, I recently discovered some bugs that prevent doing this, at
least for Listboxes:
<http://www.realsoftware.com/feedback/viewreport.php?reportid=ofxdqhue>
<http://www.realsoftware.com/feedback/viewreport.php?reportid=qbgztevz>
Feel free to sign on :^) (and there's some simple sample code
attached to the reports).
Paul Rodman
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>