Wallpaper on app causes "problems"

Hi
I wanted to add a wallpaper on my app (backdrop on background) but I noticed extreme slowliness and flickering and general “mess”
Partially this is “my fault” because I “animate” button controls moving them around and this is probably not good coding practice, but still, the app gets messed up seriously just for a background pic ?

tks

[quote=160088:@Horacio Vilches]Hi
I wanted to add a wallpaper on my app (backdrop on background) but I noticed extreme slowliness and flickering and general “mess”
Partially this is “my fault” because I “animate” button controls moving them around and this is probably not good coding practice, but still, the app gets messed up seriously just for a background pic ? [/quote]

Is it a Windows app ?

You could try a double buffered canvas to contain your picture instead of using the window backdrop.

… and with a canvas you can better scale or resize your background wallpaper to the size of your window.