Specifically this section:
I also added another ticket for an enhancement, which allows the user to specify what color is applied to an item that has been selected/highlighted. http://trac.wxwidgets.org/ticket/16355
I looked this tracker number up in github and it shows the changes, however they are shows as ‘-’ which means removed right? Sure enough when I look at the current release, none of these changes are included.
Was this change proposed and never included, or included but then removed? It seems like a pretty good idea.
The source code for the version of ultimatelist.ctrl.py in the archived wxPython Classic repo, shows it does contain the SetSelectedTextColour and GetSelectedTextColour methods.
However, all the versions in the wxPython Phoenix repo that I have looked at have:
# Latest Revision: 27 Dec 2012, 21.00 GMT
I suspect the version in wxPython Phoenix was based off a previous release of wxPython Classic and didn’t get the later updates, including the two selected text colour methods.
Hi @RichardT thanks for digging into this. Well, certainly not ideal if we’ve dropped revisions in the process of moving from Classic to Phoenix but I guess (Hope??) someone thought it necessary at the time.
So, million $$ question, how do we get this back in? Just looking for the right process to raise this the right way and request it be implemented. I’m more than happy to test the old changes in Phoenix as I implemented my own version to make this work before realizing that someone else had done it previously.
You then have to wait to see if anyone adds any comments to the issue. If you are very lucky, another wxPython user may be sufficiently interested that they would submit a Pull Request (PR) containing the code changes necessary to implement the functionality.
However, if nobody else is interested, then the only way to get the changes made is to create a PR containing the fixes yourself. This will require some knowledge on how to work with git and GitHub.
If the Pull Request is accepted, it will get merged to the wxPython master branch (usually by @swt2c). It will then have to wait until the a new release is made, which can only be done by @Robin.
well, there are loads of pretty ideas in this list, one just has to get the hang of what was intended HIGHLIGHT I’m afraid is what it says. background & text highlighted
but what about style ULC_BORDER_SELECT which gives a (nice?) frame ? (greetings from a framing time, somehow I think, and thanks to Steve & Larry those days are gone )