Page 1 of 1

wxCustomControls

Posted: Sat Sep 08, 2018 9:04 pm
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

Re: wxCustomControls

Posted: Sat May 25, 2019 9:30 am
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

Re: wxCustomControls

Posted: Sat Jun 08, 2019 7:49 pm
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

Re: wxCustomControls

Posted: Sun Jun 09, 2019 7:31 pm
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!