I want to use an HTTPService to load some data (number of columns and number of rows) which change randomly by a certain frequency
I get the string like freq#ncols#nrows#value.
How can i display for example:
1000#21#13#2391 that means: in 21 col, 13 row i have the value of 2391 which changes every 1 second.
Thanks
I want to use an HTTPService to load some data (number of columns and
Share
Write a function that formats your raw string, something like:
If you were to fill an ArrayCollection to populate a dataProvider, you would need a value object, something like:
Not it’s up to you to pick or make the proper component to display the data.
That should do it.