Hi All,
Got a very strange problem,
On my main window I've got a backgroundImage
However whenever I click anywhere on the screen, or try focus in textfields it just flashes
I've added a video to demonstrate its behavior
http://www.youtube.com/watch?v=W01vUQ_9DjY
the only styling on the window is this:
"#main": { backgroundColor:"#f4b7d1", backgroundImage: "/images/bg.png" }I've also tried
"#main": { backgroundColor:"#f4b7d1", backgroundImage: "/images/bg.png", backgroundFocusedImage: "/images/bg.png", backgroundSelectedImage: "/images/bg.png" }any help would be appreciated, thanks