Lazarus

Programming => Widgetset => Carbon => Topic started by: Josh on December 10, 2018, 01:38:35 am

Title: Carbon adding the tab character to memo form.
Post by: Josh on December 10, 2018, 01:38:35 am
Hi

On Windows if I put 2 memo on a form, and use the tab key to navigate between the two all is fine.
Compiling for carbon, a tab character is added to the sending tab and to the destination tab.

Any fix likely?

At the moment  am using the on change event to remove all vk_tabs; but this is only usefull if you are not using tab in the memo.

If Sender is TMemo then tmemo(sender).Text:=stringreplace(tmemo(sender).Text,chr(vk_tab),'',[rfReplaceall]);
TinyPortal © 2005-2018