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 _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
