Displaying 6 results from an estimated 6 matches for "dialog_bg".
2024 May 15
1
FR: Customize background colour of row and column headers for the View output
...in Rconsole:
## Colours for console and pager(s)
# (see rwxxxx/etc/rgb.txt for the known colours).
Regarding the code, looking to the Windows data editor [1], and taking
into account what you and lastly Ivan told previously
This is entirely correct: the dialog uses the colour returned by
dialog_bg(), which is GetSysColor(COLOR_BTNFACE).
(maybe a naive question from who does not know the code), could not be
used `guiColors[dataeditbg]` instead of `dialog_bg()` in the unique
place this is present?. So, instead of
bbg = dialog_bg()
it would appear
bbg = guiColors[dataeditbg];
Than...
2024 May 15
1
FR: Customize background colour of row and column headers for the View output
...and pager(s)
> # (see rwxxxx/etc/rgb.txt for the known colours).
>
> Regarding the code, looking to the Windows data editor [1], and taking
> into account what you and lastly Ivan told previously
>
> ? ? This is entirely correct: the dialog uses the colour returned by
> ? ? dialog_bg(), which is GetSysColor(COLOR_BTNFACE).
>
> (maybe a naive question from who does not know the code), could not be
> used `guiColors[dataeditbg]` instead of `dialog_bg()` in the unique
> place this is present?. So, instead of
>
> ? ? bbg = dialog_bg()
>
> it would appear...
2024 May 14
1
FR: Customize background colour of row and column headers for the View output
...be displayed in the same colour as
>> the background of a dialog box, i.e. some kind of gray.? I don't
>> think R tries to control that colour, but perhaps some Windows
>> setting would change it.
>
> This is entirely correct: the dialog uses the colour returned by
> dialog_bg(), which is GetSysColor(COLOR_BTNFACE).
>
> I think it could be a reasonable feature request to use an adjustable
> colour for the row and column headers.
>
> --
> Best regards,
> Ivan
2024 May 13
1
[R] Is there some way to customize colours for the View output?
...ey seem (on my machine) to be displayed in the same colour as
> the background of a dialog box, i.e. some kind of gray. I don't
> think R tries to control that colour, but perhaps some Windows
> setting would change it.
This is entirely correct: the dialog uses the colour returned by
dialog_bg(), which is GetSysColor(COLOR_BTNFACE).
I think it could be a reasonable feature request to use an adjustable
colour for the row and column headers.
--
Best regards,
Ivan
2024 May 14
1
FR: Customize background colour of row and column headers for the View output
...ey seem (on my machine) to be displayed in the same colour as
> the background of a dialog box, i.e. some kind of gray. I don't
> think R tries to control that colour, but perhaps some Windows
> setting would change it.
This is entirely correct: the dialog uses the colour returned by
dialog_bg(), which is GetSysColor(COLOR_BTNFACE).
I think it could be a reasonable feature request to use an adjustable
colour for the row and column headers.
--
Best regards,
Ivan
[[alternative HTML version deleted]]
2024 May 13
1
Is there some way to customize colours for the View output?
I just tried it on an old Windows computer. I don't see dataeditfg in
the preferences menu; I think it is the internal variable name used for
"dataedittext".
The row and column names don't appear to be controllable from that menu,
they seem (on my machine) to be displayed in the same colour as the
background of a dialog box, i.e. some kind of gray. I don't think R