On Friday 25 March 2016 18:52:28 Krzysztof wrote: > 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.
That should be possible with TWidgetGrid. Activate TWidgetGrid.OptionsGrid og_rowheihgt in order to enable variable rowheight, insert a TDataIcon or a TDataImage for the icon colum, a TTextEdit for the textcolumn and a TDateTimeEdit for the date (all available in component palette 'Edit'). In TTextEdit activate TextFlags and TextFlagsActive tf_wordbreak and in TWidgetGrid.DataCols.Options1 co1_autorowheight. Martin ------------------------------------------------------------------------------ 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

