On 21/01/2008, Giuliano Colla <[EMAIL PROTECTED]> wrote: > Or they could achieve native look just by using a Bitmap, and consistent > behavior with code in LCL, with less duplicated work, less bugs, and > better results.
You are correct. Qt 4.x has done this. They ask the native toolkit to draw an image of the required component to a memory bitmap, which then gets painted to the canvas. This way you get the native look without using the native components. Qt has done this successfully (as far as I know) with all supported platforms. Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
