search for: guicolors

Displaying 4 results from an estimated 4 matches for "guicolors".

Did you mean: getcolors
2024 May 15
1
FR: Customize background colour of row and column headers for the View output
...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]; Thanks! Iago [1] https://svn.r-project.org/R/trunk/src/library/utils/src/windows/dataentry.c ________________________________ De:...
2024 May 15
1
FR: Customize background colour of row and column headers for the View output
...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]; > > > Thanks! > Iago > > > [1] > https://svn.r-project.org/R/trunk/s...
2024 May 14
1
FR: Customize background colour of row and column headers for the View output
This seems like something that should be fairly easily doable. Why don't you work out a patch? Some decisions to make: - What colours are we talking about? Would you want the labels to have their colour set independent of the dialog colours? If so, would you also want to configure the dialog colours? - What names should be used for the colours? - Where should all of these definitions
2024 May 07
2
Is there some way to customize colours for the View output?
Hi all, As the email subject tells, I write to ask if there is the chance to customize the colours (and in particular the background) of the `View` output window. In the View help, it is told that: On Windows, the initial size of the data viewer window is taken from the default dimensions of a pager (see Rconsole), but adjusted downwards to show a whole number of rows and columns. So if