PDA

View Full Version : Load Txt File With Layout ?


Charly Pixels
09-09-2003, 02:46 PM
Hi,

How can I load an external txt file into a dynamic textbox without losing the layout of that TXT file.

For example :

how to import a txt file with colums like this :

monday thuesday wednesday thursday friday
---------------------------------------------------------------------
chicken meat fish chocolat icecream
...
etc..


Do I have to make such a thing in Paintshop and import it as a JPG ?

<_<

Vincent26381
09-09-2003, 03:10 PM
If the format is known / always the same you could do somethin with multiple dynamic textboxes. You can have some form of formatting with HTML tags but can't have anything like tables.

Vincent

dammitjanet
09-09-2003, 05:50 PM
what you really want is a SWISHmax equivalent of the Flash MX component ScrollPane.

Im working on one, but don't hold your breath just yet, it's gonna take some time.