> What do you think about WebKit? Well it is always great to have a real browser widget in any programming environment :D . But as I said, in my case I need only 0.1% what WebKit offer. Even HTML 4.0 is too much. Simple RTF is enough. Webkit = 20-30MB binary + dependencies + RAM + CPU. In fact, such widget is not MUST HAVE for me. I could do what I always wanted to do in my app - don't use any HTML/Report control. Instead use TDrawGrid (or whatever equivalent MSEGUI has) with one stretched column. Each chat message would be new row in grid which I can draw as I only can imagine, for example profile picture on left, message on center, time on right. Of course I lose selectable text ability but that even better. I can add context menu with "copy selected message" or something like that. So summing up, don't bother yourself with kind of widget :)
> Can you render the icons to png's and then load them into a TImageList at > design time? > If not I'll take a look how to do the job with TFontCache and friends That is the advantage that I don't need do this and save the time :) . My app has something like "main color" (background of top banner, icons colors etc) which user can change on fly. So icons are generated at runtime in any color and size I want > Most likely. For example this application has been made with MSEgui: > http://almin-soft.ru/index.php?multimedia/xelplayer/xelplayer-screenshots Yep, saw that. Great eye candy look. I was impressed that it was made in MSEgui > I'll make a demo. Thanks ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

