Results 102 comments of Andrew
trafficstars

I have not looked at this in a while. What is the status of exporting methods? Turns out I now need the ability to build some simple methods in my...

When we change a custom type, such as an object type, all instances of that type should update to reflect the changes in the type.

UAModeler is not this way. If I have an instance of an object type in my model, and I add a new property to that object type, my instance automatically...

XML handling is very complex, you will have to spend some time trying to debug it. Maybe you can remove most of the NodeSet2 so that you can look only...

To be honest I never use copy paste when I'm using modeler, but it seems like we would only need to choose a namespace for pasting. Then we can use...

Saving path might be better. If someone moves it we could throw a file not found error. As for other bugs, keep in mind you also need to look at...

Not sure why, but it seems like some variant types work, and others don't.

I tested more and now I realize what is happening. Adding a node in modeler leaves access and user access undefined. I don't know if this is allowed by spec......

Could be that you have Python 2 and Python 3 installed, so it's trying to run the command with py2. However I'm not the best with Linux.

Worst case just follow the development instructions. They will for sure work.