Hi martin,

 

Without setting qx.ui.decoration.MBackgroundImage background image was set
as well. But I did what you said but no effort. 

 

I don't know but it's possible to set theme at runtime? I guess not, so how
should I make an example. In playground it wouldn't work, right?

 

Here is my current project and the first modal window is set with the known
decorator:
http://airport.sak-sys.de/privatkunden/flughafentransfer-buchen?taf_id=2
<http://airport.sak-sys.de/privatkunden/flughafentransfer-buchen?taf_id=2&lo
c_id=322305&ref_code=HAJ&ref_id=25> &loc_id=322305&ref_code=HAJ&ref_id=25

 

"window" :

    {

      decorator : [

                        qx.ui.decoration.MBorderRadius,

                        qx.ui.decoration.MDoubleBorder,

                        qx.ui.decoration.MBackgroundImage

            ],

 

      style :

      {

        backgroundImage : "asa/theme/linesdark.png",

        radius : 10,

        backgroundRepeat    : "repeat",

        backgroundPositionX : 20,

        backgroundPositionY : -400,

        color : "#000",

        innerColor  : "#FFF",

            width : 1,

            innerWidth : 2

      }

    },

 

 


 


SAKsystems

Inh. Mustafa Sak

Varrelmannstr. 16

30453 Hannover

Tel.   +49 511 / 165 969 40

Fax   +49 511 / 165 969 49

Mobil +49 163 / 312 6144

http://www.saksys.de

 <mailto:[email protected]> [email protected]

STEUER-Nr. 2613817458

 

  _____  

Von: Martin Wittemann [mailto:[email protected]] 
Gesendet: Montag, 15. August 2011 16:02
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] decorator: qx.ui.decoration.MDoubleBorderdon't
create an inner border

 

Hey,

You need to include the background image mixin as well if you want to use
the background image. Thats the first  thing I see which could be a reason.
On the other hand, it could be that there are still some issues with the
mixins so if it doesn't work, just open up a bug report with a sample and
I'll check and fix it.

Regards,

Martin

 

Am 15.08.2011 um 14:50 schrieb Mustafa Sak:





Hi devs,

 

the second decorator div for inner border is not creating. Here is my
decorator, but I just got one black border:

 

"window" :

    {

      decorator : [

 
qx.ui.decoration.MBorderRadius,

 
qx.ui.decoration.MDoubleBorder

                                   ],

 

      style :

      {

        backgroundImage     : "asa/theme/linesdark.png",

        radius : 10,

        backgroundRepeat    : "repeat",

        backgroundPositionX : 20,

        backgroundPositionY : -400,

        color   : "#000",

        innerColor: "#FFF",

        width: 1,

        innerWidth : 2

      }

    },

 

 


 


SAKsystems

Inh. Mustafa Sak

Varrelmannstr. 16

30453 Hannover

Tel.   +49 511 / 165 969 40

Fax   +49 511 / 165 969 49

Mobil +49 163 / 312 6144

http://www.saksys.de

 <mailto:[email protected]> [email protected]

STEUER-Nr. 2613817458

 

<Mustafa Sak
([email protected]).vcf>--------------------------------------------------------
----------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



 

<<attachment: Mustafa Sak ([email protected]).vcf>>

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to