public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Insight color problems on Windows and Linux
@ 2003-06-30 16:44 Craig Hackney
  0 siblings, 0 replies; 2+ messages in thread
From: Craig Hackney @ 2003-06-30 16:44 UTC (permalink / raw)
  To: insight

    Hi,

    I recently downloaded the latest Insight from CVS and built it on Cygwin and
    Linux. Functionality wise everything works OK. However, I am seeing some
    problems with the highlight colors.

    When I move the mouse over the icons on the source window tool bar, they
    highlight in blue. This is running under cygwin on Win 2000.

    On Linux, I get the same problem as with windows but when I move the mouse
    over the pull down menus ( File, Run, View, Control, Prefs..., Help) they 
also
    highlight in blue.

    And on both operating systems, my check boxes and radio buttons have a blue
    background, which makes it a little hard to see if an item is selected or 
not.

    Has anyone see this or knows of a fix.

    Thanks,

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Insight color problems on Windows and Linux
@ 2003-06-30 18:08 Kaoru Fukui
  0 siblings, 0 replies; 2+ messages in thread
From: Kaoru Fukui @ 2003-06-30 18:08 UTC (permalink / raw)
  To: craig; +Cc: insight

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1037 bytes --]

On 30 Jun, Craig Hackney wrote:
>     Hi,
> 
>     I recently downloaded the latest Insight from CVS and built it on Cygwin and
>     Linux. Functionality wise everything works OK. However, I am seeing some
>     problems with the highlight colors.
> 
>     When I move the mouse over the icons on the source window tool bar, they
>     highlight in blue. This is running under cygwin on Win 2000.
> 
>     On Linux, I get the same problem as with windows but when I move the mouse
>     over the pull down menus ( File, Run, View, Control, Prefs..., Help) they 
> also
>     highlight in blue.
> 
>     And on both operating systems, my check boxes and radio buttons have a blue
>     background, which makes it a little hard to see if an item is selected or 
> not.
> 
>     Has anyone see this or knows of a fix.
> 
>     Thanks,
> 
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/

This patch use cyan, 
or you set option without this patch.

Kaoru
----------------








 



[-- Attachment #2: blue to cyan --]
[-- Type: TEXT/PLAIN, Size: 393 bytes --]

diff -urN base/gdb/gdbtk/library/prefs.tcl fixed/gdb/gdbtk/library/prefs.tcl
--- base/gdb/gdbtk/library/prefs.tcl	2003-03-29 20:01:07.000000000 +0900
+++ fixed/gdb/gdbtk/library/prefs.tcl	2003-04-14 09:56:57.000000000 +0900
@@ -521,7 +521,7 @@
   set Colors(fg) black
   
   # selectBackground
-  set Colors(sbg) blue
+  set Colors(sbg) cyan
   
   # selectForeground
   set Colors(sfg) white

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-30 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-30 16:44 Insight color problems on Windows and Linux Craig Hackney
2003-06-30 18:08 Kaoru Fukui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).