There will be a Control Bar in the Theme Editor. It can be hidden / shown by pressing the C button, just like in SONAR.
I also added a status bar. It shows always the active item name + other useful info.
Behind the scenes: almost every basic feature is now working. There are still glitches in the GUI but not anything severe. Editor seems to be pretty stable; I have added a lot of preventing checks to avoid unwanted states in the code.
I want to make a push button editor/composing tool to help making new 5-state (and others, too) buttons. In my vision user draws one button image and then the tool generates buttons based on color settings, extra layers etc. There are probably many good and free button creators on the net but not a single one dedicated for SONAR (as far as I know).
Coming: I'll add Adjustment module in the Control bar for hue, saturation, lightness etc. tweaking for selected colors & images.
---
Example of one of "not so severe things to fix":
---clip---
Dim msg As String = "You have not saved " & ThemeProperties.Name & "." & vbCrLf & "Do you want to save it now?"
---clip---
This looks fine if theme already has a name. Otherwise it shows:
"You have not saved . Do you want to save it now?"
---
This is still fun --> project continues. :)