Hello,
i want to display an background image in a view.
The wiki says: Button { background-image: some url }
So I create a plain view with a Button (incl. GridData.FILL_BOTH) and the following CSS code:
Button {
background-color: #FF0000 #00FF00 100%;
background-image: url('./images/button_bg.png');
// background-image: url('platform:/plugin/net.my.package/images/button_bg.png');
}
The bg-color will be painted, the image not (both variants). I use Win 7 x86-64 and Eclipse 4.2 M3 with the e4 Tools from e4/updates/0.12-I-builds/.
Any ideas?