Re: [wxPython-users] Making wxTreeListCtrl visible from Python
by Jeff Childers other posts by this author
Mar 24 2003 1:39PM messages near this date
Re: [wxPython-users] Tab question
|
[wxPython-users] time control
Hi Sean,
Start on the control and keep sending versions to this mailloop. Put it in
a single file and make it run as a demo when run as __main__.
You'll get lots of help once you get it past a certain point. Don't worry
about how ugly the code is -- people will help you with that.
This approach worked for me and I'm pretty fresh to all these
free/open-source technologies. There are some pretty smart developers who
are active on this mailloop.
Let's see that control! Don't hesitate to send the file to this loop, so
far nobody seems to mind.
Jeff Childers
PS - I have at least one major application that I'm considering porting to
Python that uses the tree as it's central control (with drag/drop et al).
So I'd be very interested in what you're doing.
At 11:01 AM 3/24/2003 +0000, you wrote:
> After getting an application running with the SplitTree control, its
> shortcomings are now becomming apparent and I am motivated to try and get
> wxTreeListCtrl usable from wxPython. I'm am notifying people here just in
> case someone has already done some work in this area, or in case someone
> wants to offer to help a relative newbie out.
>
> Some caveats
>
> 1) It looks as if wxTreeListCtrl is based on older versions of the generic
> tree and list controls, although it still seems to work fine when compiled
> with wxPython 2.4.0.2. I don't plan to update the code to parallel the
> changes made to the tree and list controls (except for the fix that deals
> with the small limit on the number of items a tree can have which was
> checked in at revision 1.91 of treectlg.cpp)
>
> 2) Since I'm only working on windows, I can't really check how things are
> going with other ports.
>
> 3) In light of 2, and general timidity, I'm not even going to think about
> checking any of this in since it's probably not going to be very
> comprehensive yet, but maybe someone else could run with it once I have the
> windows part done?
>
> As it stands, the code at
> http://web.tiscali.it/no-redirect-tiscali/agriggio/wx-stuff.html needs a
> little massaging to get it to compile with wxPython 2.4.0.2 under windows. I
> can send the details to anyone who'd like them (or perhaps post them to the
> dev list?)
>
> Any thoughts or comments appreciated,
>
> S.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe@[...].org
> For additional commands, e-mail: wxPython-users-help@[...].org
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@[...].org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
|