19 Jul 19:39
Re: TVTK Trait editors window size
From: Prabhu Ramachandran <prabhu@...>
Subject: Re: TVTK Trait editors window size
Newsgroups: gmane.comp.python.enthought.devel
Date: 2008-07-19 17:39:46 GMT
Subject: Re: TVTK Trait editors window size
Newsgroups: gmane.comp.python.enthought.devel
Date: 2008-07-19 17:39:46 GMT
Matthew Turk wrote: > I just ets co'd a fresh copy of "ets==2.8.0" earlier today, and I > found that editing Traits inside IVTK windows was no longer working -- > specifically, it appears that the call to Fit() on line 226 of > enthought.traits.ui.wx_2.0.5/enthought/traits/ui/wx/ui_live.py is > shrinking the window such that only the scrollbar and button panel is > visible. (Without this call, and > > For instance, this: > >>>> from enthought.tvtk.api import tvtk >>>> tvtk.LookupTable.configure_traits() > > gives a dialog box like this: The above is actually not possible I guess you meant this: tvtk.LookupTable().configure_traits() In any case, this works fine for me with ets-2.8.0 on the Mac with In [5]: wx.__version__ Out[5]: '2.8.7.1' cheers, prabhu
RSS Feed