Feature #5199
openAdd a flag on /did to allow coloring foreground or background or border a dialog id
0%
Description
Hello,
I wondering if something like this is possible in AdiIRC that is the best IRC client in the hole world, the request is to create a new flag (e.g: -C) to allow set an $rgb() color in foreground of the ID or in the background or the border.
Usage : /did -C <dialog name> <dialog id> <foreground|background|border> <rgb>
Examples : /did -C test 1 foreground $rgb(255,0,0)
or /did -C test 1 background $rgb(255,0,0)
Note : I believe that this is a most wanted feature for DIALOGS UI and i think this is going to make a revolution in dialogs and allows coders to build something with color.
- Thanks!
Updated by westor (GR) almost 4 years ago
Funny Note: It's Christmas! so i requested my gift from Santa Claus .. :D :D :D
Updated by Cassio Luz S. almost 4 years ago
westor (GR) wrote:
Hello,
I wondering if something like this is possible in AdiIRC that is the best IRC client in the hole world, the request is to create a new flag (e.g: -C) to allow set an $rgb() color in foreground of the ID or in the background or the border.
Usage :
/did -C <dialog name> <dialog id> <foreground|background|border> <rgb>
Examples :/did -C test 1 foreground $rgb(255,0,0)
or/did -C test 1 background $rgb(255,0,0)
Note : I believe that this is a most wanted feature for DIALOGS UI and i think this is going to make a revolution in dialogs and allows coders to build something with color.
- Thanks!
It would be nice, certainly. But i think it would be better if it's created a dll that does this work.
Out of focus:
Heart thanks for still developing and updating this wonderful client.
Updated by Per Amundsen almost 4 years ago
Most controls does not allow changing the border color because the borders are defined and drawn according to the current windows theme style, also some controls does not allow changing background and foreground color for the same reason, e.g the tabs in the tabcontrol.
I'll think about allow changing background/foreground colors on controls that supports it, but I suspect it will look very weird/out of place and inconsistent in most cases.
Updated by westor (GR) almost 4 years ago
Thanks kr0n, at least the controls that can support that would be great (e.g: buttons) :)