Re: notebook tab insert not working
Carsten Grohmann <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
Hi Barry, Am 08.06.2014 18:54 schrieb Barry Hathaway <bhathaw1-tUwO18uD7CBWk0Htik3J/[email protected]>: > I'm trying to insert a new tab into a notebook. > I click on the second entry, click insert. A line opens up correctly > before the second entry. I type the name of the tab and then click > "Apply". The new tab gets inserted correctly in the "Show" window in > position 2; however, it gets inserted at the end of tabs in the tree > and the show window > displays the empty tab at the end. All of the current tabs already > have a large amount of widgets attached to them. Any ideas? The described behaviour is coded logic inside wxGlade. I've opened a bug (#162 - https://sourceforge.net/p/wxglade/bugs/162) to change this behaviour in a future release. In meanwhile you can sort the tabs manually by editing the notebook section (see example below) your wxg file: <object class="wxNotebook" name="notebook_1" base="EditNotebook"> <style>wxNB_BOTTOM</style> <tabs> <tab window="notebook_1_wxBitmapButton">wxBitmapButton</tab> <tab window="notebook_1_wxCalendarCtrl">wxCalendarCtrl</tab> <tab window="notebook_1_wxChoice">wxChoice</tab> <tab window="notebook_1_wxComboBox">wxComboBox</tab> </tabs> Regards, Carsten ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems