On 15 Feb 2011, at 16:02, Fred wrote:
> Hi all,
>
> In the following CME, how can I have independant python shells?
>
> self.name is the same for all python shells, for instance.
You mean the name attribute of the ControlPanel ?
> And I don't want this.
It is not the case. What you see is not the full name because of the width of the editor.
view = View(
HGroup(Item('add_button', show_label=False)),
Item('nb_tabs', style='readonly'),
Item('name', style='readonly', width=100)
)
Adding a width to the Item('name') solves the issue.
-- Didrik
_______________________________________________
Enthought-Dev mailing list
[hidden email]
https://mail.enthought.com/mailman/listinfo/enthought-dev