public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* SN5.0e error
@ 2002-04-10 11:39 Bruce Edson
  2002-04-10 12:28 ` Khamis Abuelkomboz
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Edson @ 2002-04-10 11:39 UTC (permalink / raw)
  To: Sourcenav (E-mail)

Hi Khamis,

We've been playing around with your new version of SN (5.0e).  It looks
pretty good and worth moving to for us.  However, there is a bug, that
didn't exist in the original SN5.0, with the 'Details by' popup available on
an XRef pane.  The 'Details to' may be affected as well.  The program issues
the following error message:

invalid command name
".multiwindow-2.paned.main.nbook.nbframe.xref.paned.xref.xref.can.w-by-1.sel
.size.btn5"
    while executing
"${ifr}.size.btn${i} configure -background ${bg}"
    (object "::.multiwindow-2.paned.main.nbook.nbframe.xref.paned.xref.xref"
method "::XRef&::xbrowse" body line 91)
    invoked from within
"::.multiwindow-2.paned.main.nbook.nbframe.xref.paned.xref.xref xbrowse by"
    (menu invoke)

Any clues on a fix for this?  This is a 'must have' for us.  

Thanks

Bruce

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

* Re: SN5.0e error
  2002-04-10 11:39 SN5.0e error Bruce Edson
@ 2002-04-10 12:28 ` Khamis Abuelkomboz
  0 siblings, 0 replies; 2+ messages in thread
From: Khamis Abuelkomboz @ 2002-04-10 12:28 UTC (permalink / raw)
  To: Bruce Edson; +Cc: Sourcenav (E-mail)

Yes, there is a bug here,  for a quick fix, you need to replace the line

<SN50E>/share/sourcenav/gui/xrefpante.tcl:2279:         for {set i 0} 
{${i} <= ${tabsize}} {incr i} {
with
<SN50E>/share/sourcenav/gui/xrefpante.tcl:2279:         for {set i 0} 
{${i} < ${tabsize}} {incr i} {

I will post a new update for SN50E fixing a bug in Makefiles and defines 
the parsers
with more extensions. Also keeping current directory on unix platforms 
doesn't
work.

khamis

Bruce Edson wrote:

>Hi Khamis,
>
>We've been playing around with your new version of SN (5.0e).  It looks
>pretty good and worth moving to for us.  However, there is a bug, that
>didn't exist in the original SN5.0, with the 'Details by' popup available on
>an XRef pane.  The 'Details to' may be affected as well.  The program issues
>the following error message:
>
>invalid command name
>".multiwindow-2.paned.main.nbook.nbframe.xref.paned.xref.xref.can.w-by-1.sel
>.size.btn5"
>    while executing
>"${ifr}.size.btn${i} configure -background ${bg}"
>    (object "::.multiwindow-2.paned.main.nbook.nbframe.xref.paned.xref.xref"
>method "::XRef&::xbrowse" body line 91)
>    invoked from within
>"::.multiwindow-2.paned.main.nbook.nbframe.xref.paned.xref.xref xbrowse by"
>    (menu invoke)
>
>Any clues on a fix for this?  This is a 'must have' for us.  
>
>Thanks
>
>Bruce
>
>

-- 
--
Dipl.-Informatiker
Khamis Abuelkomboz
Rosenweg 124
58239 Schwerte
+49 2304 898560 (Telefon)
+49 2304 898561 (Fax)
http://khamis.oimanager.de



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

end of thread, other threads:[~2002-04-10 19:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-10 11:39 SN5.0e error Bruce Edson
2002-04-10 12:28 ` Khamis Abuelkomboz

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