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

New Post: Sending data from main function to custom dialog

$
0
0
You cannot do this.

The "main function where you create ManagedProject" is executed during the build msi procedure and your custom dialog is hosted by this MSI during install. Any data that you want to pass to the dialog needs to be obtained at run-time (not compile-time) in the dialog itself.

If the data your dialog needs need to be generated at compile time then you need to push it into the MSI property during the build and read from this property when your dialog is instantiated at run time.

Viewing all articles
Browse latest Browse all 1354

Trending Articles



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