Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: Bug in setting background image

$
0
0
Hi, Oleg!
I have a managed project with standart UI. I detedted a bug in setting BackgroundImage.
When I set up BackgroundImage with dimensions 493312(standart size) BuildWxs return null.
When I set up BackgroundImage with dimensions 493
493 or 164*312, it's OK. But BackgroundImage is resized all over the form.

var project = new ManagedProject("My product",
                new Dir(@"%ProgramFiles%\My product\",
                        new Files(@"Product\*.*"))));
project.UI = WUI.WixUI_InstallDir;
project.BackgroundImage = @"images\dialog_bmp.png"; project.BannerImage = @"images\dialog_banner.png"; return project.BuildWxs();

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>