Dave Boulden

Results 9 comments of Dave Boulden

Many thanks for that explanation. I now have the colouring I require and understand better how the theming is wired up. I now have this theme entry: ``` $nb-themes: nb-register-theme((...

I have finally got to the bottom of the issue, so will share here in case anyone else comes across this issue when slipstreaming a new release into their existing...

That's a very kind offer, thank you. I'll give that a go.

I have implemented this in a clone of the repo here: https://github.com/daveboulden/choc I have implemented an extra function `setClosable (bool b)` to disable the Close button after the instantiation of...

Thanks Julian... where do I find those comments? (I have looked but can't work out where they are)

I've solved the issue on Windows. The Close button has to be disabled via the underlying system menu rather than the window style. I've done a new commit with those...

Did you get a chance to take a look? Would it be easier if I created a Pull Request?

No problem. I have synced all latest changes into my fork and issued a Pull Request. All changes are in `choc_DesktopWindow.h`.