wxTreeMultiCtrl v1.10 released!

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
Jorg
Moderator
Moderator
Posts: 3971
Joined: Fri Aug 27, 2004 9:38 pm
Location: Delft, Netherlands
Contact:

wxTreeMultiCtrl v1.10 released!

Post by Jorg »

Sorry for the long delay guys, here is the new version, with bug fixes, some features and also a spanning feature so that upon resizing the control in the tree will resize horizontally as well.

http://wastebucket.solidsteel.nl/cms/mo ... ?storyid=6

The downloads section also contains a new linux demo :-)

- Jorgen
Forensic Software Engineer
Netherlands Forensic Insitute
http://english.forensischinstituut.nl/
-------------------------------------
Jorg's WasteBucket
http://www.xs4all.nl/~jorgb/wb
Vexator
I live to help wx-kind
I live to help wx-kind
Posts: 187
Joined: Sun Jan 30, 2005 2:50 pm
Location: Heidelberg, Germany

Post by Vexator »

in winxp, buttons have a grey one pixel border around them. you can see that on your screenshot, too. does not appear when using bitmap buttons, though. and your control still seems to ignore the positions given in constructors when appending controls using wxtreemultictrl::appendwindow(). they are just added beneath. besides these issues it works great :)
Windows 7 Pro
Visual Studio 2010
wxWidgets 2.9.3
Jorg
Moderator
Moderator
Posts: 3971
Joined: Fri Aug 27, 2004 9:38 pm
Location: Delft, Netherlands
Contact:

Post by Jorg »

Well that has a reason. The are always appended at the next vertical position in the tree. If you wish to put controls next to eachother, you should put them on a panel first, and (optionally) attach a wxBoxSizer (horizontal) sizer to it, check the sample code for that ..

As for the buttons, I have not a clue. It might have to do with the fact I enforce the background sometimes so that panels do not show as grey blocks but they keep the color of the control itself.

If you are still interested in anything you cannot download from my site, drop me an email and I will mail it. I already contacted my helpdesk to see what is wrong with the limited availability outside Europe..

- Jorgen
Forensic Software Engineer
Netherlands Forensic Insitute
http://english.forensischinstituut.nl/
-------------------------------------
Jorg's WasteBucket
http://www.xs4all.nl/~jorgb/wb
Vexator
I live to help wx-kind
I live to help wx-kind
Posts: 187
Joined: Sun Jan 30, 2005 2:50 pm
Location: Heidelberg, Germany

Post by Vexator »

yep i'm using panels now and it works fine :)
with the limited availability outside Europe
i'm from germany ^^ i managed to get your api docs.. took ages though
Windows 7 Pro
Visual Studio 2010
wxWidgets 2.9.3
upCASE
Moderator
Moderator
Posts: 3176
Joined: Mon Aug 30, 2004 6:55 am
Location: Germany, Cologne

Post by upCASE »

Hi!
I'm located in germany, too, and there's been no problem.
OS: OpenSuSE, Ubuntu, Win XP Pro
wx: svn
Compiler: gcc 4.5.1, VC 2008, eVC 4

"If it was hard to write it should be hard to read..." - the unknown coder
"Try not! Do. Or do not. There is no try." - Yoda
Jorg
Moderator
Moderator
Posts: 3971
Joined: Fri Aug 27, 2004 9:38 pm
Location: Delft, Netherlands
Contact:

Post by Jorg »

Maybe it is solved already. The helpdesk nowadays is also problematic. I sent a message this morning and usually they answer directly. They bust be busy I guess, as long as it won't take a week like the last time I asked something..

We'll see :-)

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