TreeCtrl
TreeCtrl
Hello,
my name is jean-christophe and i'm a new wxWidgets user. I want to know if it's possible to create a tree within you can selected items (like checkbox).
I want to know if it's possible without overload functions with for exemple windows API function because I want to keep portable my soft.
Regards,
JC
my name is jean-christophe and i'm a new wxWidgets user. I want to know if it's possible to create a tree within you can selected items (like checkbox).
I want to know if it's possible without overload functions with for exemple windows API function because I want to keep portable my soft.
Regards,
JC
If you look for a wxComboBox (e.g. a wxTreeBox) which shows a tree instead of a list of items then it doesn't exists. I've though of create this myself but I've never found the time to start.
O. Wyss
O. Wyss
Cross-platform: http://wyoguide.sourceforge.net/papers/ ... tform.html
As I said, I haven't found the time to start so far, but when I do you can find it at wxCode (http://wxcode.sf.net).
O. Wyss
O. Wyss
Cross-platform: http://wyoguide.sourceforge.net/papers/ ... tform.html
Thanks for your reply,
Do you know if there is another way to realise a control to do that kind of selection (ie like a tree and a possibility to select parts of the tree because I want to see the current selected item of my tree and I want to select some of them for a futur extraction and I have no other ideas to do that !!!)
Regards,
JC
Do you know if there is another way to realise a control to do that kind of selection (ie like a tree and a possibility to select parts of the tree because I want to see the current selected item of my tree and I want to select some of them for a futur extraction and I have no other ideas to do that !!!)
Regards,
JC
wxTreeMultiCtrl might work for you:
http://www.solidsteel.nl/jorg/component ... tiCtrl.php
You can add checkboxes to a tree control using this widget.
http://www.solidsteel.nl/jorg/component ... tiCtrl.php
You can add checkboxes to a tree control using this widget.
To add to this discussion, wxTreeMultiCtrl will (in the next version) have ability to add checkboxes by default. This will look like this sample;

I am now in the battle with Bakefile and CMake and try to find a solution to get my project files back up for wx2.6.0 and then I will release the next version
- Jorgen

I am now in the battle with Bakefile and CMake and try to find a solution to get my project files back up for wx2.6.0 and then I will release the next version

- Jorgen
Forensic Software Engineer
Netherlands Forensic Insitute
http://english.forensischinstituut.nl/
-------------------------------------
Jorg's WasteBucket
http://www.xs4all.nl/~jorgb/wb
Netherlands Forensic Insitute
http://english.forensischinstituut.nl/
-------------------------------------
Jorg's WasteBucket
http://www.xs4all.nl/~jorgb/wb