Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: jporkkahtc
« on: May 31, 2022, 05:15:14 PM »

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.
Posted by: jporkkahtc
« on: May 31, 2022, 04:54:38 PM »

And, how do I delete my changes and go back to the system default definitions?
Posted by: jporkkahtc
« on: May 31, 2022, 04:51:35 PM »

If I edit one of the system dialogs (for example, _backup_history_browser_form) and then save it ... the new dialog def appears in the file vusrs26.0.2.1t.e.

Now if I edit this file manually, how do I load it for the changes to take effect?