Hello,
I am using walkabout version.
I would like to display some text of undefined length, then display on its right an image.
The only way I can see as of now is to:
- estimate the text screen size based on font selected and text length
- declare a flow of this width
- add another flow behind with the image
Is there a better way to do avoiding the painful step 1 please?
Thx!