Thanks Balaz
I left it yellow highlighted as I knew the example wasn't right (I was going to add a slider to a screen, and then copy the example from the screenset text file so that the example was correct, I wasn't sure what color1 and color2 were as I wanted to put a better explanation in for the addslider function).
Questions:Addled()I could not see which parameter had been added to make the LED blink (the reason being I was looking for the parameters + functions via the example c# plugin. Do you want to check that the c# plugin has the correct Add LED parameters listed?)
Addled()
Function: void Addled( double posX, double posY, double width, double height, int picturenumber, int LEDnumber, int layernumber )
- Code: Select all
public void Addled(bool isAS3, double x, double y, double w, double h, int picturenumber, int LEDnumber, int layernumber)
Member of Plugininterface.Entry
actualdistancemode + actualmodalI wasn't sure how to deal with (or where to list) actualdistancemode and actualmodal as they appear to be exec.__ functions but they don't have the brackets "()" indicating they are functions (i.e. what do you call them?)
Also actualmodal is the same as field 877 (activemodal)
but there does not seem to be a feild for the distance mode [or I can't see one in the list I have]
MessageboxShow()I added it [or started to add in] the MessageboxShow() Method which is built into C# as I thought it would be a useful function that can be used within Macro's even though it was not a specific "UCCNC function", especially for those people coming from Mach3 or new to c# and learning how to code for the first time. At least they have the building blocks for macros within one file. Are there any other built in c# functions (or methods) that you think may be useful for macro's or plugins that may be of use?
I must say thank you very much to you and your team for adding G50/G51 and G68/G69 both will be very useful G-codes
I updated to the development release as I know I don't get the chance to update the manual that often (plus not sure how many people find it of actual use). Hence throught I'd get a bit ahead of the stable / offical release at present.