[Lazarus] Carbon and TMemo/TEdit
JoshyFun
joshyfun at gmail.com
Fri May 30 16:05:23 CEST 2008
Hello Damien,
Friday, May 30, 2008, 10:47:57 AM, you wrote:
DG> I have in my app a TScrollBox (AutoScroll=True) with some controls
DG> created by hand as follow :
DG> E := TEdit.Create(nil);
DG> E.Parent := MyScrollBox;
DG> [...]
DG> Works fine under GTK2/Win32. However with Carbon TEdit and TMemo don't
DG> have a border and they are not properly drawn when scrolling in the
DG> TScrollBox.
I do not have any kind of experience with Carbon, but controls to be
used inside another objects should be added using InsertControl, do
not ? Maybe I'm completly wrong... as usual :)
--
Best regards,
JoshyFun
More information about the Lazarus
mailing list