CheckTreeCtrl - First attempt

Since we are in the Era of new Controls....

A few days ago, I've started a new control(see attach) and I would like
to improve it. But for that happens I will need the Mailing List Help.

At the moment I only tested with the gtk2 port.

This control will work, too, with the TreeCtrl.py in the demo with a few
changes:
  1. Copy the attached CheckTreeCtrl.py to your demo directory.
  2. Go to the demo directory
  3. Copy the TreeCtrl.py demo to TreeCtrl2.py
  4. Make this changes to TreeCtrl2.py:
        add an "import CheckTreeCtrl as ct"
        change the two "wx.TreeCtrl" ocurrences with "ct.CheckTreeCtrl"
  5. Run "python TreeCtrl2.py"

Ricardo

PS: There is almost no docs in the code. But the code is simple and
short.

CheckTreeCtrl.tar.gz (2.04 KB)

I've looked at the code and I like what I see, I can confirm that it works very nice on Windows XP SP1 py2.4.1 and latest wxpython.

Peter

···

On Thu, 09 Jun 2005 22:10:23 +0300, Ricardo Pedroso <ricardo.pedroso@netvisao.pt> wrote:

Since we are in the Era of new Controls....

A few days ago, I've started a new control(see attach) and I would like
to improve it. But for that happens I will need the Mailing List Help.

At the moment I only tested with the gtk2 port.

This control will work, too, with the TreeCtrl.py in the demo with a few
changes:
  1. Copy the attached CheckTreeCtrl.py to your demo directory.
  2. Go to the demo directory
  3. Copy the TreeCtrl.py demo to TreeCtrl2.py
  4. Make this changes to TreeCtrl2.py:
        add an "import CheckTreeCtrl as ct"
        change the two "wx.TreeCtrl" ocurrences with "ct.CheckTreeCtrl"
  5. Run "python TreeCtrl2.py"

Ricardo

PS: There is almost no docs in the code. But the code is simple and
short.

Hello NG,

I somehow didn't get the original message... is there anyone that could
re-send me the attached file? I also would like to see a new control :wink:

Andrea.

Since we are in the Era of new Controls....

A few days ago, I've started a new control(see attach) and I would like
to improve it. But for that happens I will need the Mailing List Help.

At the moment I only tested with the gtk2 port.

This control will work, too, with the TreeCtrl.py in the demo with a

few

···

changes:
  1. Copy the attached CheckTreeCtrl.py to your demo directory.
  2. Go to the demo directory
  3. Copy the TreeCtrl.py demo to TreeCtrl2.py
  4. Make this changes to TreeCtrl2.py:
        add an "import CheckTreeCtrl as ct"
        change the two "wx.TreeCtrl" ocurrences with "ct.CheckTreeCtrl"
  5. Run "python TreeCtrl2.py"

Ricardo

PS: There is almost no docs in the code. But the code is simple and
short.

I've looked at the code and I like what I see, I can confirm that it works

very nice on Windows XP SP1 py2.4.1 and latest wxpython.

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

hmmm.. the post is not in ASPN archive either
Gmane seams to accept it...
anyway... just in case it has something to do with the attached file here is a link to an upload I did on my site
http://sigmacore.net/CheckTreeCtrl.tar.gz

Peter.

···

On Fri, 10 Jun 2005 10:33:57 +0300, <andrea_gavana@tin.it> wrote:

Hello NG,

I somehow didn't get the original message... is there anyone that could
re-send me the attached file? I also would like to see a new control :wink:

hmmm.. the post is not in ASPN archive either
Gmane seams to accept it...
anyway... just in case it has something to do with the attached file here

is a link to an upload I did on my site
http://sigmacore.net/CheckTreeCtrl.tar.gz

Peter.

Thanks Peter!

Andrea.