public inbox for insight-prs@sourceware.org
help / color / mirror / Atom feed
* insight/253: File Selector, Source Function Selector and display mode selector listboxs not visible at startup
@ 2004-03-30 10:33 jon
  0 siblings, 0 replies; 2+ messages in thread
From: jon @ 2004-03-30 10:33 UTC (permalink / raw)
  To: insight-gnats


>Number:         253
>Category:       insight
>Synopsis:       File Selector, Source Function Selector and display mode selector listboxs not visible at startup
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 30 10:33:02 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     jon@beniston.com
>Release:        6.0
>Organization:
>Environment:
Cygwin
>Description:
When starting insight, the File Selector, Source Function Selector and Display Mode Selector list boxes in the source display status bar are not visible. In order for them to become visible, the source window has to be resized.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: insight/253: File Selector, Source Function Selector and display mode selector listboxs not visible at startup
@ 2005-07-14  7:53 Ruppert
  0 siblings, 0 replies; 2+ messages in thread
From: Ruppert @ 2005-07-14  7:53 UTC (permalink / raw)
  To: nobody; +Cc: insight-prs

The following reply was made to PR insight/253; it has been noted by GNATS.

From: Ruppert <dieter_ruppert@siemens.com>
To: insight-gnats@sources.redhat.com
Cc:  
Subject: Re: insight/253: File Selector, Source Function Selector and display
 mode selector listboxs not visible at startup
Date: Thu, 14 Jul 2005 09:45:32 +0200

 *** srcwin.itb.orig     Thu Jul 14 09:35:17 2005
 --- srcwin.itb  Thu Jul 14 09:40:33 2005
 ***************
 *** 106,113 ****
      $_statbar.mode list insert end MIXED
      $_statbar.mode list insert end SRC+ASM
 
      pack $_statbar.mode -side right -padx 10 -pady 4
 !   pack $_statbar.name $_statbar.func -side left -pady 4 -padx 10
 
      # if user likes control on top...
      if {[pref get gdb/src/top_control]} {
 --- 106,119 ----
      $_statbar.mode list insert end MIXED
      $_statbar.mode list insert end SRC+ASM
 
 + # Workaround: the three comboboxes above sometimes display with height
 + # of one pixel. Insert a (invisible) frame with the required height
 + # fixes this...
 +
 +   frame $_statbar.strut -height 24 -width 10
 +
      pack $_statbar.mode -side right -padx 10 -pady 4
 !   pack $_statbar.name $_statbar.func $_statbar.strut -side left -pady 
 4 -padx 10
 
      # if user likes control on top...
      if {[pref get gdb/src/top_control]} {
 *** srcwin.itb.orig     Thu Jul 14 09:35:17 2005
 --- srcwin.itb  Thu Jul 14 09:40:33 2005
 ***************
 *** 106,113 ****
      $_statbar.mode list insert end MIXED
      $_statbar.mode list insert end SRC+ASM
 
      pack $_statbar.mode -side right -padx 10 -pady 4
 !   pack $_statbar.name $_statbar.func -side left -pady 4 -padx 10
 
      # if user likes control on top...
      if {[pref get gdb/src/top_control]} {
 --- 106,119 ----
      $_statbar.mode list insert end MIXED
      $_statbar.mode list insert end SRC+ASM
 
 + # Workaround: the three comboboxes above sometimes display with height
 + # of one pixel. Insert a (invisible) frame with the required height
 + # fixes this...
 +
 +   frame $_statbar.strut -height 24 -width 10
 +
      pack $_statbar.mode -side right -padx 10 -pady 4
 !   pack $_statbar.name $_statbar.func $_statbar.strut -side left -pady 
 4 -padx 10
 
      # if user likes control on top...
      if {[pref get gdb/src/top_control]} {
 There is a simple workaround for those who am annoyed by this: inserting 
 a (invisible) frame with the required height into the row of comboboxes
 avoids this. Here is a patch for srcwin.itb (relative to 6.1) which does 
 this:
 
 *** srcwin.itb.orig     Thu Jul 14 09:35:17 2005
 --- srcwin.itb  Thu Jul 14 09:40:33 2005
 ***************
 *** 106,113 ****
      $_statbar.mode list insert end MIXED
      $_statbar.mode list insert end SRC+ASM
 
      pack $_statbar.mode -side right -padx 10 -pady 4
 !   pack $_statbar.name $_statbar.func -side left -pady 4 -padx 10
 
      # if user likes control on top...
      if {[pref get gdb/src/top_control]} {
 --- 106,119 ----
      $_statbar.mode list insert end MIXED
      $_statbar.mode list insert end SRC+ASM
 
 + # Workaround: the three comboboxes above sometimes display with height
 + # of one pixel. Insert a (invisible) frame with the required height
 + # fixes this...
 +
 +   frame $_statbar.strut -height 24 -width 10
 +
      pack $_statbar.mode -side right -padx 10 -pady 4
 !   pack $_statbar.name $_statbar.func $_statbar.strut -side left -pady 
 4 -padx 10
 
      # if user likes control on top...
      if {[pref get gdb/src/top_control]} {
 
 
 


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

end of thread, other threads:[~2005-07-14  7:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-30 10:33 insight/253: File Selector, Source Function Selector and display mode selector listboxs not visible at startup jon
2005-07-14  7:53 Ruppert

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).