Hi Mario, This is fixed for upcoming patch, see : http://bugzilla.qooxdoo.org/show_bug.cgi?id=8004
Regards, Vincent Le 16 janv. 2014 à 21:22, mario_qooxdoo <[email protected]> a écrit : > Hi everyone, > > Was there a change in the way an image is loaded and shown for Qooxdoo 3.0 > to 3.5? > This code work perfectly in 3.0 but the image doesn't show in 3.5. > > var topDecoContainerLayout = new > qx.ui.mobile.layout.HBox().set({alignX:"center"}); > var varTopDecoContainer = new > qx.ui.mobile.container.Composite(topDecoContainerLayout); > var FenLarg = qx.bom.Viewport.getWidth(); > var image = null; > if ( FenLarg < 600 ) > image = new qx.ui.mobile.basic.Image("http://Addr and name > of file.."); > else > image = new qx.ui.mobile.basic.Image("http://Addr and name > of file..."); > varTopDecoContainer.add(image) > page1.getContent().add(varTopDecoContainer); > > mario_qooxdoo > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/mobile-Image-tp7585193.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
