Displaying 13 results from an estimated 13 matches for "getsyscolor".
2001 May 16
1
wine-20010510 fails to run?
...08067f18:Call kernel32.GetFileType(0000000c) ret=00469e55
08067f18:Ret kernel32.GetFileType() retval=00000002 ret=00469e55
08067f18:Call kernel32.GetTimeZoneInformation(405b6dec) ret=0046f8b5
08067f18:Ret kernel32.GetTimeZoneInformation() retval=00000001
ret=0046f8b5
08067f18:Call user32.GetSysColor(0000000f) ret=004089de
08067f18:Ret user32.GetSysColor() retval=00c0c0c0 ret=004089de
08067f18:Call user32.GetSysColor(00000014) ret=004089f3
08067f18:Ret user32.GetSysColor() retval=00ffffff ret=004089f3
08067f18:Call user32.GetSysColor(00000010) ret=00408a08
08067f18:Ret user32.GetSy...
2001 Jul 21
0
traceback on save in Camedia Master
...ret=4070ad98
08067ca0:Ret x11drv.SetCursor() retval=00000001 ret=4070ad98
08067ca0:Ret user32.SetCursor() retval=0000028e ret=5f404a88
08067ca0:Call ntdll.RtlLeaveCriticalSection(5f4d01a8) ret=5f4017dd
08067ca0:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=5f4017dd
08067ca0:Call user32.GetSysColor(0000000f) ret=004129fc
08067ca0:Ret user32.GetSysColor() retval=00c0c0c0 ret=004129fc
08067ca0:Call gdi32.CreateSolidBrush(00c0c0c0) ret=5f460715
08067ca0:Ret gdi32.CreateSolidBrush() retval=00002576 ret=5f460715
08067ca0:Call kernel32.TlsGetValue(00000001) ret=5f401018
08067ca0:Ret kernel32.Tls...
2024 May 15
1
FR: Customize background colour of row and column headers for the View output
...rs 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];
Thanks!
Iago
[1] https://s...
2011 May 15
1
Mount & Blade With Fire and Sword crash
...0000005 00000000 7ebe88f5
0x0440f12c: 00000005 7eca6d0c 00000030 7ec9b538
0x0440f13c: fffffff0 7bc35526 7ec9b538 7ec5691d
0x0440f14c: 7ecd5b40 00000001 0440f770 7bc35448
0x0440f15c: 7ec9b538 00000000 00000027 7ec568dd
0x0440f16c: 7ecd5bff 00000000 00000000 00166aa8
Backtrace:
=>0 0x7ec4ec36 GetSysColor+0x16() in user32 (0x00000001)
0x7ec4ec36 GetSysColor+0x16 in user32: movl 0x42ce8(%ecx,%edx,4),%eax
Modules:
Module Address Debug info Name (99 modules)
PE 240000- 2cb000 Export skinmagic
PE 400000- 4019000 Deferred mb_wfas
PE...
2024 May 14
1
FR: Customize background colour of row and column headers for the View output
...me 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?
...) 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
...) 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]]
2009 May 22
0
Wine release 1.1.22
...control data only once at WinProc call.
comctl32/header: Move parameter cast to WinProc where possible.
comctl32/header: Use cached colors instead of querying them again.
comtl32/listview: Cache Header control window GWL_STYLE.
comctl32/treeview: Use cached colors instead of GetSysColor in TreeView.
comctl32/tests: Don't use magic numbers for ListView exstyles.
comctl32/ipaddress: Use cached colors instead of GetSysColor for IPAddress control.
comctl32/monthcal: Use cached colors instead of GetSysColor for MonthCal.
comctl32/rebar: Use cached colors ins...
2024 May 15
1
FR: Customize background colour of row and column headers for the View output
...ee 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 = g...
2008 Jan 24
2
Problems when compiling MFC application
...lt;font size="2">hello.cpp:52: error: `TA_BASELINE' was not declared in this scope</font><br>
<font size="2">hello.cpp:52: error: `TA_CENTER' was not declared in this scope</font><br>
<font size="2">hello.cpp:53: error: `::GetSysColor' has not been declared</font><br>
<font size="2">hello.cpp:53: error: `COLOR_WINDOWTEXT' was not declared in this scope</font><br>
<font size="2">hello.cpp:54: error: `TRANSPARENT' was not declared in this scope</font><br&...
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
2011 Nov 04
0
Wine release 1.3.32
...erface implementation.
msxml3/tests: Added NamespaceUri pointer test.
user32: Fix DFC_BUTTONRADIOMASK flag support in DrawFrameControl.
Rico Sch?ller (2):
d3dx9: Improve argument check in D3DXFindShaderComment().
d3dx9/tests: Fix typo.
Ruslan Kabatsayev (1):
uxtheme: GetSysColor() expects the same type of argument as GetThemeSysColor().
Stefan D?singer (2):
d3d9/tests: Move the double unlock test into a separate test, test other pools.
wined3d: Locking partial blocks is not allowed in DEFAULT pool resources.
Thomas Faber (6):
gdi32/tests: Test GetTextEx...
2011 Jun 24
0
Wine release 1.3.23
...usable).
20327 Supreme Commander shows black screen
21197 Black dots are seen on some 3D models in GTAIV
21828 Mercenaries 2: World in Flames fails to start
22032 Steam in-game overlay does not work outside winedbg
23207 Mount&Blade: Warband Demo v1.123 crashes quickly in user32.GetSysColor (needs DECLSPEC_HOTPATCH entry for hooking code)
23361 Runaway - A Twist Of Fate: Game freezes at loading
23736 Kingdom Heroes crashes due to missing msvcp80.dll.?find_last_of@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QBEIPBDI at Z
23833 Black Buccaneer: media n...