Fix for BUG in EE "Save As"

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu