OIC, I got it to load by typing "vusrs26.0.2.1t.e" on the command line.
Seems like other macro commands I'm not supposed to include the .e, but here it is required?
What I'm trying to do is make the splitters "_image _grabbar_horz" visible by changing their colors. Seems like 0x00808080 works OK for this.
Got me wonder though, how does slick know which colors to override when you change themes?
Are there special ABGR constants?
p_forecolor=0x80000008;
p_backcolor=0x80000005;
These seem to be popular colors.
I noticed that buttons don't seem to have colors, but labels do.
I tried adding a color to change button text, but it had no effect.