Robert Meek wrote:

>       I finally solved my homemade toolbar's problem which prevented any
> standard actions like Copy and cut and paste, from working on Memo's by
> actually creating methods for each and then setting the focus back to the
> memo before and after the standard action code.  

What component are you using for your toolbar buttons? 
TSpeedButton and TToolBarButton don't take focus and shouldn't 
cause that problem.

> But for some reason I'm
> still having problems with the keyboard's delete key.  
>       Although it now works on any selected text in the TMemo, it does not
> delete blank spaces or lines as in other editors.  If anyone has a fix or
> workaround for this I would greatly appreciate it.

That's very bizarre, Delete behavior ought to be automatic in a 
Memo. Are you doing any customized keyboard handling in the Memo 
or its parent?

Stephen Posey
[EMAIL PROTECTED]

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to