You sir have a bad attitude… welcome to the club;)
Interesting. I will report it to ADSK.
That code crashes 2014 every time Denis.
rollout testR “Test” ( local someString=”” button testBt “Test” dotNetControl cc “containerControl” fn initTv= ( tv=dotNetObject “treeView”…
Found it, no wonder I had a hard time. I’m getting the createDialog to be modal and that is the cause of it. WTF!
If the file doesn’t exist that will throw an error, I will test but I believe that it will. Thanks
Last time that I did it I wrote my own XAF formated file using XML as there were so many issues with the save/load system. I also have my own skin fil…
Just don’t set the AttribID and re-eval the def each time.
Want to have some fun closing dialogs, try this classStr=stringStream “” showClass “*:*Controller*” to:classStr–Get all the controller class…
Interestingly enough, at least in my class where I’m setting up a UI to deal with controllers when the class can’t be created but returned true on the…
Thanks Denis, I knew there had to be something. I will test to see where it fails.
Here is some test code. It will open every dialog for every controller. classStr=stringStream “” showClass “*:*Controller*” to:classStr–Get …