BingWallpaper.Control.BackgroundImageSource don't work anymore

0
0

Hi,

before updating to version 1.4.79 / 80
it was possible to put a still image in the BingWallpaper
BingWallpaper1.Control.BackgroundImageSource = …
now it is no longer possible

regards

Cristian

  • You must to post comments
0
0

Ok right, but anyway if I do

Me.Wallpaper =”….”

the “bingwallpaper” is over the image

  • Luca (ITG)
    That’s correct.
  • Cristian Zerbinati
    ok, then how I can hide the image of the bingwallpaper that is over my background? :)
  • Cristian Zerbinati
    before wisej 1.4.79, me.wallpaper=”……” it worket, but now it keep the bingwallpaper image
  • You must to post comments
0
0

You don’t need that. Every control has the BackgroundImage* properties. The Control property in the BingWallpaper component is not a BingWallpaper control, it’s the control being targeted by the component. In the case of a Desktop it can be left null.

  • You must to post comments
0
0

ok temporary solution with

BingWallpaper1.Eval("qx.bom.Stylesheet.removeSheet(this.__stylesheet);")
BingWallpaper1.Dispose()

bye

Cristian

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.