Vmax549 wrote:OK when you say it did not work . Did it not show up in teh plugin window ?? Ran but crashed UCCNC ??
I just loaded that Plugin up in UCCNC and have not seen a problem show up. Teh plugin loaded without error and teh config page is accessable.
(;-) TP
I've corrected this issue now with setting the culture info for the macro loop to EN-US, will be OK in the next UCCNC release.
And for now you can overcome the issue with placing the following 2 lines to the very beginning of your macro:
Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("en-US", false);
Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-US", false);
Return to Ask a question from support here
Users browsing this forum: Bing [Bot] and 25 guests