user interface - GUI component for displaying chat messages? -
i'm searching gwt component following properties:
-able display strings in structured way, ie. username , message in seperate columns -providing control on scrollbar
in essence i'd have component able display more simple strings , auto scrolls bottom.
at first used simple textarea fails satisfy first requirements. additionaly failed implement autoscroll bottom. there components accomplish features? or if not, how create similar component?
create own custom widget below or similar hierarchy,
- vertical panel/dock panel: outer container.
- header panel:
horizontal panel
width set 100% , add required info. if usingdock panel
, setnorth
- scroll panel : infinite scroll , set width 100%
- horizontal panel(s) : 1 panel each chat string.
Comments
Post a Comment