Dear Greg, I am obliged to revisit this topic, sorry for that. I try to explain what we have today - this is what we have to migrate to PIVOT.
The two systems are exchanging data via a specific XML message. Each XML message has a key, which stores the action to be fired when such message arrives. When the XML message is selected by the user, the application checks this action and selects the appropriate XSLT config file. Then creates a specific XML message, which then displayed as the sample I sent. It is, basically, as you said, a TextArea inside a ScrollPane within the Pane. The issue is, that XSLT allows us to create the config file (what to display) outside of the application. When we need to customize the application to different Clients, we simply modify the config file and voila. If I understood you well, we should build the table, within the ScrollPane from the code. How this allows us to create a custom implementation? Is there a way to create a config file, which then loaded by PIVOT, which then generates the TableView? Regards, MSafiri -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/How-to-build-similar-interface-tp1922947p1954022.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
