1. Fix for BUG in EE "Save As"
OK, I've found the bug! I'll post it to the web page when it comes back =
on line.
In the mean time, the patch is *very* simple. In the file D_SAVEAS.P, =
line 27 reads:
add_control( 1, SLE, "File &Name:", 2, 14, 32, 14, {} )
It should instead read:
add_control( 1, SLE, "File &Name:", 2, 14, 32, 0, {} )
This sets the DEPTH of the SLE to zero, not 14. The File Name SLE was =
acting like a 14 line MLE, and was receiving the mouse clicks that =
placed the current line to a non-existant line, past the end of the =
sequence. I added the bug some time back when I changed the argument =
order on add_control(). I had fixed the bug, but must have lost it with =
poor version contol between my .P and .E files, so it re-emerged when I =
rebuilt the file.
Again, apologies to all, and I'll post the fix to the fix when Robert's =
Web page comes back on line.
-- David Cuny
2. Re: Fix for BUG in EE "Save As"
- Posted by Daniel Berstein <danielberstein at USA.NET>
Sep 30, 1997
-
Last edited Oct 01, 1997
On 29 Sep 97 , David Cuny wrote:
> OK, I've found the bug! I'll post it to the web page when it comes back =
> on line.
I'm having troubles with ee in a VGA mono monitor. When activating a
menu (ALT-somekey) the first item is highlighted, but when trying to
navigate the pull-down menu with the keyboard, the lighbar doesn't
move! Any idea?
BTW I also had some troubles with ed.ex colors, but chamged them
easily in the source code.
Regards,
Daniel Berstein
danielberstein at usa.net
http://www.geocities.com/SiliconValley/Heights/9316