Hi Isomorphic,
it will be nice if you can help us with the following problem: we need to use FlowLayout for showing Tiles of different widths. Tiles can be added or removed dynamically. FlowLayout width should be constant but the height has to adapt to content.
Setting overflow to CLIP_H throws following warning and it is set to VISIBLE instead, which results to extending FlowLayout width (and also it is somehow very slow).
In the attachment is modified BasicTilingSample from build (v8.3p_2014-02-24/LGPL Development Only (built 2014-02-24)), testing with FF.
Thank you
it will be nice if you can help us with the following problem: we need to use FlowLayout for showing Tiles of different widths. Tiles can be added or removed dynamically. FlowLayout width should be constant but the height has to adapt to content.
Setting overflow to CLIP_H throws following warning and it is set to VISIBLE instead, which results to extending FlowLayout width (and also it is somehow very slow).
Code:
WARN:FlowLayout:isc_FlowLayout_0:This widget has overflow specified as "clip_h". This overflow setting is not supported - defaulting to overflow:"visible"
Thank you
Comment