BlueMystic

Results 5 comments of BlueMystic

Yes, it downloads the ZIP file and Closes the App inmediatelly. i indeed put code in the "#SomeCode:" but as i told u, the App closes itself right after the...

OK, i tried something, in the XML i had set 'Mandatory' to true, i now set it as 'false', the code inside "#SomeCode" now gets executed, the content of the...

Thanks, ill do that, and if may i suggest to add a boolean property like this: `public bool CloseApplication { get; set; }` Then.. ``` if (this.CloseApplication) { foreach (var...

Thanks for reporting this bug, I'll get into it.