> I would like to know how to we set a background image to a control or a pane > in BXML...
You can use a StackPane for this. Put an ImageView at the bottom and whatever you want for content on top of that. See: http://pivot.apache.org/tutorials/stack-panes.html > I would also like to know how we can show two colors in a progress bar > indicator...like one color trailing the other after some percentage of > advancement...like a primary and secondary color combination or something. That is not currently supported. G
