For me I do not get Ctrl+End as being the same as CTRL-W.

? INKEY(0)

/*
CTRL-END 415
CTRL-W 23
*/


On Fri, Feb 12, 2010 at 3:26 PM, Viktor Szakáts <harbour...@syenar.hu>wrote:

> On 2010 Feb 13, at 00:14, smu johnson wrote:
>
> > Thanks for the hints.  My stuff is closer to working!
> >
> > Another inconsistency I found in MEMOEDIT is the CTRL-END key.  In
> Harbour, it escapes out.  In clipper, it goes to the bottom right hand
> section of the memo.
>
> NG says that Ctlr+W ends editing, and Ctrl+W has
> the same key code as Ctrl+End, so to me it looks
> consistent, I don't know what you experience.
>
> Anyhow I've fixed Ctrl+End/Esc/Ctrl+W related problems
> at least a dozen times, I'll now leave the rest for
> someone with remaining nerves to waste on this area.
>
> In general I'd suggest to forget MEMOEDIT() completely
> and use HBEDITOR class directly. It gives much
> better control and all these 110% compatibility
> problems can be easily avoided. MEMOEDIT() in
> Harbour is based on HBEDITOR.
>
> Brgds,
> Viktor
>
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



-- 
smu johnson <smujohn...@gmail.com>
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to