Menu

#67 Dialog never displays a background image specified by CSS

New
nobody
None
Medium
Defect
2013-03-25
2013-03-25
Anonymous
No

Originally created by: adrianrp...@gmail.com

What steps will reproduce the problem?
1.Take this piece of code as example, the code is provided by
[code]
from blurdev.gui import Dialog

class HelloWorldDialog(Dialog):
    def __init__( self, parent = None ):
        Dialog.__init__( self, parent )
        self.setStyleSheet("background-image: url(logo.png);")
        self.setWindowTitle('Hello, World')

import blurdev
blurdev.launch(HelloWorldDialog)
[/code]
2. Launch it from 3dMax

What is the expected output?
-The window should contain the background image
What do you see instead?
The empty windows without it(the background image)

What version of the product are you using? On what operating system?
BlurOffline_2012-06-11_install_12119
3Ds Max 2011 32 bits
Microsoft Windows 8

Please provide any additional information below.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.