kwcoffee1
kwcoffee1
How can I get RoslynPad 17 to load NetCoreApp references? I am invoking the apis from the RoslynPad 17 (4.4.0) editor. Using the following code snippet: ` private static string...
I am also experiencing this exact issue. It displaces the first message box for 0.3 seconds and then works OK. If I remove the splash screens the first message will...
One more small fact, my message box is in a Prism event subscribe handler
I'm not sure on how to use the 32-bit splash image API (per #2031 message). The following code is the code I wish to replace: SplashScreen splashScreen = new("Resources/MyImage.jpg"); splashScreen.Show(true,...
The problem appears to be with the auto close feature of the splash screen. If I set the auto close to false, the first iteration of the message box works...
Thank you for your time and effort. But the demo project doesn't do anything when I run it and it's not clearly decipherable. I'm looking a simple API method to...