Thanks for that, unfortunately I omitted to point out that I was on Pivot
1.5. No matter, I have upgraded to Pivot 2.0 and got most of the code
converted. Would you mind pointing out what has replaced the
wtkxSerializer.get() method for obtaining TableView and ImageView defined in
the original .wtkx file.;

TableView tv = (TableView) wtkxSerializer.get("tableView");
                tv.setTableData(messages);
                
                activityIndicator =
(ActivityIndicator)wtkxSerializer.get("activityIndicator");
                tx = (ImageView)wtkxSerializer.get("tx");
                rx = (ImageView)wtkxSerializer.get("rx");
                car = (ImageView)wtkxSerializer.get("car");
                vci_status = (ImageView)wtkxSerializer.get("vci_status");
                pc = (ImageView)wtkxSerializer.get("pc");
                pc_status = (ImageView)wtkxSerializer.get("pc_status");
                server = (ImageView)wtkxSerializer.get("server");

Regards


--
View this message in context: 
http://apache-pivot-users.399431.n3.nabble.com/Problem-closing-windows-tp3234719p3235104.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to