Great! thats relieving, I for some reason thought I was going to have to create my own parser... etc. My goal is exactly the second point. I want the text area on the left side of the split pane and the preview on the right.
So instead of using the serializer like this: window = (Window)bxmlSerializer.readObject(IIADashboard.class, "iiaDashboard.bxml"); I would use it something like this? : BoxPane = (BoxPane)bxmlSerializer.readObject(IIADashboard.class, "iiaDashboard.bxml"); and then just put that boxpane in the right side of the splitpane? Thanks for the help as always, Mike. -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/BXML-Rendering-tp3010653p3010767.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
