Hi,
I need to add checkboxes with my TreeCtrl. I could use images, but is it possible to add a checkbox control directly? I believe some time ago, some one on the list (Peter Damoc, I think) had created a CheckTreeCtrl. Is that file still available anywhere for download anywhere? Thanks.
regards,
Satchit
···
--
----
Satchidanand Haridas (sharidas at zeomega dot com)
ZeOmega (www.zeomega.com)
Open Minds' Open Solutions
I have uploaded CheckTreeCtrl from Ricardo Pedroso some time ago
on my own homepage.
See at the bottom of the page:
"Miscellaneous wxPython Stuff"
http://mitglied.lycos.de/drpython
···
On Fri, 09 Dec 2005 12:34:51 +0530, Satchidanand Haridas <sharidas@zeomega.com> wrote:
Hi,
I need to add checkboxes with my TreeCtrl. I could use images, but is it
possible to add a checkbox control directly? I believe some time ago,
some one on the list (Peter Damoc, I think) had created a CheckTreeCtrl.
Is that file still available anywhere for download anywhere? Thanks.
regards,
Satchit
--
Franz Steinhaeusler
Friday, December 9, 2005, 4:04:51 AM, Satchidanand Haridas wrote:
I need to add checkboxes with my TreeCtrl. I could use images, but
is it possible to add a checkbox control directly? I believe some
time ago, some one on the list (Peter Damoc, I think) had created a
CheckTreeCtrl. Is that file still available anywhere for download
anywhere? Thanks.
ButtonTreeCtrlPanel is a TreeCtrl that allows checkboxes and
radioboxes. It can be found at:
http://j.domaindlx.com/elements28/wxpython/ButtonTreeCtrlPanel.html
-- tacao
No bits were harmed during the making of this e-mail.
Hello tacao,
The sample doesn't run for me.
I added to demo (main.py) in:
'Recent Additions/Updates'
'BTCPDemo',
and if I want to start it:
An Error has occured while trying to run the demo.
Exception Info:
Type: AttributeError
Details: 'module' object has no attribute 'getBlom02Bitmap'.
···
On Fri, 9 Dec 2005 11:17:32 -0300, "E. A. Tacao" <tacao@mailshack.com> wrote:
Friday, December 9, 2005, 4:04:51 AM, Satchidanand Haridas wrote:
I need to add checkboxes with my TreeCtrl. I could use images, but
is it possible to add a checkbox control directly? I believe some
time ago, some one on the list (Peter Damoc, I think) had created a
CheckTreeCtrl. Is that file still available anywhere for download
anywhere? Thanks.
ButtonTreeCtrlPanel is a TreeCtrl that allows checkboxes and
radioboxes. It can be found at:
http://j.domaindlx.com/elements28/wxpython/ButtonTreeCtrlPanel.html
-- tacao
No bits were harmed during the making of this e-mail.
--
Franz Steinhaeusler
Franz Steinhaeusler wrote:
···
On Fri, 9 Dec 2005 11:17:32 -0300, "E. A. Tacao" <tacao@mailshack.com> wrote:
Friday, December 9, 2005, 4:04:51 AM, Satchidanand Haridas wrote:
I need to add checkboxes with my TreeCtrl. I could use images, but
is it possible to add a checkbox control directly? I believe some
time ago, some one on the list (Peter Damoc, I think) had created a
CheckTreeCtrl. Is that file still available anywhere for download
anywhere? Thanks.
ButtonTreeCtrlPanel is a TreeCtrl that allows checkboxes and
radioboxes. It can be found at:
http://j.domaindlx.com/elements28/wxpython/ButtonTreeCtrlPanel.html
-- tacao
No bits were harmed during the making of this e-mail.
Hello tacao,
The sample doesn't run for me.
I added to demo (main.py) in:
'Recent Additions/Updates'
'BTCPDemo',
and if I want to start it:
An Error has occured while trying to run the demo.
Exception Info:
Type: AttributeError
Details: 'module' object has no attribute 'getBlom02Bitmap'.
I also had the same problem, but I replaced the 'getBlom%02dBitmap' in BTCPDemo.py with 'getLB%02dBitmap', and now it seems to work.
--
Best regards,
Alexei Vinidiktov
Monday, December 12, 2005, 5:49:13 PM, Alexei Vinidiktov wrote:
Franz Steinhaeusler wrote:
Friday, December 9, 2005, 4:04:51 AM, Satchidanand Haridas wrote:
I need to add checkboxes with my TreeCtrl. I could use images, but
is it possible to add a checkbox control directly? I believe some
time ago, some one on the list (Peter Damoc, I think) had created
a CheckTreeCtrl. Is that file still available anywhere for
download anywhere? Thanks.
ButtonTreeCtrlPanel is a TreeCtrl that allows checkboxes and
radioboxes. It can be found at:
http://j.domaindlx.com/elements28/wxpython/ButtonTreeCtrlPanel.html
-- tacao
No bits were harmed during the making of this e-mail.
Hello tacao,
The sample doesn't run for me.
I added to demo (main.py) in:
'Recent Additions/Updates'
'BTCPDemo',
and if I want to start it:
An Error has occured while trying to run the demo.
Exception Info:
Type: AttributeError
Details: 'module' object has no attribute 'getBlom02Bitmap'.
I also had the same problem, but I replaced the 'getBlom%02dBitmap'
in BTCPDemo.py with 'getLB%02dBitmap', and now it seems to work.
Sorry I made a stupid mistake here. I was using here the images.py
file provided with wxPython 2.5 for BTCPDemo testing purposes. I had
just uploaded a new file implementing the fix Alexei provided and now
it's working with wxPython 2.6. Thanks for pointing this out.
-- tacao
No bits were harmed during the making of this e-mail.
···
On Fri, 9 Dec 2005 11:17:32 -0300, "E. A. Tacao" wrote: