Sorry Viktor, i accidently hit ALT- instead of CTRL.  In my little test, I
see that it is indeed 23. I am sorry to waste your time with that.

One last question if i may...   in order to use the new editor instead of a
MEMOEDIT call, do I need to learn and write a ton of OOP type Clipper syntax
to get this to work?


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

> Please always compare with plain CA-Clipper
> without local patches, modification, or extra
> libraries.
>
> 415 is Alt+End in CA-Clipper INKEY.CH. You must
> be using an altered version of this header, or
> some other local solution.
>
> Brgds,
> Viktor
>
> On 2010 Feb 13, at 00:39, smu johnson wrote:
>
> > 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
>
> _______________________________________________
> 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