PDA

View Full Version : How to (life) view a tail from a text file in a Laszlo component.


lucevers
05-19-2006, 02:00 AM
Problem:

A php file sends in real time the results from a script.
The results are text and need to scroll automatic over the sreen.

I didn't found a method in Laszlo.
Can someone help me ?

Thanks!

caclark
05-19-2006, 06:09 AM
And what results are you looking to view? Are you wanting to put debug statements in your program?

lucevers
05-22-2006, 08:54 AM
Cary,

An example:

You start a 'tail -f' and we like the results on
a Laszlo window.

One solution is to change the results to xml.
But this is not always possible, and than there
are problems to get the data in a Laszlo window.


Luc.