Hello !
I try to build a simple news reader which can display HTML text contained in XML file.
I don’t have any problem to preload XML file but I noticed that images contained in the HTML text aren’t loaded in the first frame… So, as I don’t know how many images have to be loaded, I don’t know when I can get the final height of my textField to build the scroller…(which is the central point of my problem!)
Does someone have an idea ?
Is it possible to preload the entire HTML text (I mean text and tags like <img…/>) before placing it in the textField ?
Or is it possible to add a kind of loader to this HTML text which will indicate when the text is fully loaded ?
Thanks a lot.