How is the data refreshed as it changes? Is it done dynamically (e.g. via JavaScript) or do you reload it from the server? If it is dynamic, there are many different ways you could approach it - though the easiest might be to rework the UI a bit such that you could use a TableView component. If it is reloaded from the server, then you can just submit a new GetQuery every time you need an update.
On Nov 24, 2010, at 4:39 AM, MSafiri wrote: > > Greg, > > I think I finally understood what you mean. I will try to build the proto > this weekend. Got more questions though: > > - the table is dynamic, what I mean is that the number of block to display > is changing all the time > - I do not know how can I link the different data to the labels. > > Regards, > > MSafiri > -- > View this message in context: > http://apache-pivot-users.399431.n3.nabble.com/How-to-build-similar-interface-tp1922947p1959680.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
