Actually all necessary files such as MyUI.clr,MyUI.clrx,MyUI.kbd,MyUI.kbdx,… are in C:\UITest folder and I tested all variations!: “C:\Program Files\A…
So, How we can make a plugin commercial?
Are you sure plugins(DLL,DLX,…) are safe? I think plugins are crackable either.
My first goal is to protect Maxscript for commercial use. secend, I want to create trial-registration system (not by cloud!). I’m pretty sure that: …
We just know GroupNd is a XmlElement,We don’t know WHERE GroupNd is, we don’t know its position or index.So we wouldn’t be able to find the Node from …
And what about two group with same structure? How we can get node from second group? ( –creating document XmlDoc=dotNetObject “System.xml.xmlDocum…
And what about two group with same structure? How we can get node from second group? ( –creating document XmlDoc=dotNetObject “System.xml.xmlDocum…
This code shows what I want: ( –creating document XmlDoc=dotNetObject “System.xml.xmlDocument” DocEle=XmlDoc.createElement “DocEle” XmlDoc.appen…
Your example are great, But maybe I missing something, I’m trying to mimic get single child item by name: MyNode.item[ItemName] >>> MyNode.i…