<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
After watching the Bug/Fix screencast in the Mantis docs, I have gone
ahead and submitted a fix for this issue, appending same to #7299 along
with a note on the fix.<br>
<br>
--<br>
Jerry<br>
<br>
-------- Original Message --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
 cellspacing="0">
  <tbody>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Subject: </th>
      <td>Re: Problem encountered when reading help files</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Date: </th>
      <td>Mon, 23 Feb 2009 16:20:13 -0500</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">From: </th>
      <td>Jerry Henderson <a class="moz-txt-link-rfc2396E" href="mailto:jerry.henderson@verizon.net">&lt;jerry.henderson@verizon.net&gt;</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">To: </th>
      <td><a class="moz-txt-link-abbreviated" href="mailto:beginners@lists.squeakfoundation.org">beginners@lists.squeakfoundation.org</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">References: </th>
      <td><a class="moz-txt-link-rfc2396E" href="mailto:537182.6096.qm@web50309.mail.re2.yahoo.com">&lt;537182.6096.qm@web50309.mail.re2.yahoo.com&gt;</a></td>
    </tr>
  </tbody>
</table>
<br>
<br>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
Thanks. It's in Mantis now as issue 0007299.<br>
<br>
--<br>
Jerry<br>
<br>
Jerome Peace wrote:
<blockquote cite="mid:537182.6096.qm@web50309.mail.re2.yahoo.com"
 type="cite">
  <pre wrap="">[Newbies] Problem encountered when reading help files

Hi Jerry,
You have found a bug. One way or another.
The best thing to do is to plant a report on mantis.
Then to increase attention, write the mailing list and 
refer to the mantis report.

Yours in curiosity and service, --Jerome Peace

Here are the faq's

FAQ: Is this a known issue ? Where is the place to report bugs (or check if 
some have already been raised) ?

The best place for this info would be to start a
Mantis report. (You can get a mantis acct freely and
easily). 

A good place to start is:

<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://bugs.squeak.org/my_view_page.php">http://bugs.squeak.org/my_view_page.php</a>

Mantis provides a patient persistent way to focus on an issue.
I use it to accumulate data on a problem until a solution can be found.
It provides a place to alert the community to a problem; 
-accumulate facts and clues from the analysis;
-publish preposed solutions and get feedback;
-get solutions harvested and included into the main stream.

This FAQ is available at the Squeak wiki site.
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://wiki.squeak.org/squeak/Mantis%20FAQ%20and%20Tips">http://wiki.squeak.org/squeak/Mantis%20FAQ%20and%20Tips</a>
aka:
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://wiki.squeak.org/squeak/5912">http://wiki.squeak.org/squeak/5912</a>
Mantis FAQ and Tips

***
  </pre>
  <blockquote type="cite">
    <pre wrap="">Jerry Henderson jerry.henderson at verizon.net 
Thu Feb 19 06:30:37 UTC 2009 


SequenceableCollection&gt;&gt;last answers the last element of the receiver,
and is implemented as: 
       ^ self at: self size.

It is an index error, when size is 0.

I assume this is a design choice, rather than a bug; but I'm too new to
know. Anyway, in 3.10.2, when I tried the menu path
"World::Help::Preferences::Help!", it threw the exception, apparently
because of an empty aHelpString. So I guess either
Preferences&gt;&gt;giveHelpWithPreferences should be checking for empty
stings, or the source data (the help strings) are improperly formatted.
I didn't know what else to do with my new found knowledge, so here I am.

--
Jerry

    </pre>
  </blockquote>
  <pre wrap=""><!---->***




      

  </pre>
</blockquote>
</body>
</html>