wxCustomControls

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
eranif
Moderator
Moderator
Posts: 610
Joined: Tue Nov 29, 2005 7:10 pm
Location: Israel

wxCustomControls

Post by eranif »

Hi,
I have developed a new control which I suspect some of you might find it interesting.
Its a drop in replacement for wxTreeCtrl and wxDataViewListCtrl with columns support.
You can get the code and read more here:

https://github.com/eranif/wxCustomControls
IDE: CodeLite + wxCrafter
OS: All
https://wxcrafter.codelite.org
https://codelite.org
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2408
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Re: wxCustomControls

Post by evstevemd »

eranif wrote: Sat Sep 08, 2018 9:04 pm Hi,
I have developed a new control which I suspect some of you might find it interesting.
Its a drop in replacement for wxTreeCtrl and wxDataViewListCtrl with columns support.
You can get the code and read more here:

https://github.com/eranif/wxCustomControls
Great controls. But aren't they going to be tightly integrated in the CL IDE and die like Notebook?
Used it and was Wonderful up until everthing was engulfed into CL :)

Now am going back to wxAuiNotebook
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
eranif
Moderator
Moderator
Posts: 610
Joined: Tue Nov 29, 2005 7:10 pm
Location: Israel

Re: wxCustomControls

Post by eranif »

The wxCustomControls are currently independent, i.e. you can run and build them without the CodeLite sources
I don't think I will merge them into CodeLite in the forseen future.

Same as Notebook - you can build it without the need of CodeLite sources. Some features are enabled when built with CodeLite sources, but the core functionality remained standalone
IDE: CodeLite + wxCrafter
OS: All
https://wxcrafter.codelite.org
https://codelite.org
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2408
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Re: wxCustomControls

Post by evstevemd »

eranif wrote: Sat Jun 08, 2019 7:49 pm The wxCustomControls are currently independent, i.e. you can run and build them without the CodeLite sources
I don't think I will merge them into CodeLite in the forseen future.
That is good News!
eranif wrote: Sat Jun 08, 2019 7:49 pm Same as Notebook - you can build it without the need of CodeLite sources. Some features are enabled when built with CodeLite sources, but the core functionality remained standalone
Mh!, how do you build them alone? I remember one time I tried to update and PR current notebook and failed. May because I didn't knew about disabling CL things!
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
Post Reply