Author Topic: Editing dialogs..  (Read 2231 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Editing dialogs..
« 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?

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Re: Editing dialogs..
« Reply #1 on: May 31, 2022, 04:54:38 PM »
And, how do I delete my changes and go back to the system default definitions?

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Re: Editing dialogs..
« Reply #2 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.