PEN
@pen
New Member
Joined: Feb 14, 2024
Topics: 180 / Replies: 2479
Reply
RE: Strange crash with mixed dotNet and Max button

You sir have a bad attitude… welcome to the club;)

11 years ago
Forum
Reply
RE: Strange crash with mixed dotNet and Max button

Interesting. I will report it to ADSK.

11 years ago
Forum
Reply
RE: Strange crash with mixed dotNet and Max button

That code crashes 2014 every time Denis.

11 years ago
Forum
Reply
RE: Strange crash with mixed dotNet and Max button

rollout testR “Test” ( local someString=”” button testBt “Test” dotNetControl cc “containerControl” fn initTv= ( tv=dotNetObject “treeView”…

11 years ago
Forum
Reply
RE: Strange crash with mixed dotNet and Max button

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!

11 years ago
Forum
Topic
Forum
Replies: 17
Views: 49
Reply
RE: doesFileExist = Slow

If the file doesn’t exist that will throw an error, I will test but I believe that it will. Thanks

11 years ago
Forum
Topic
Forum
Replies: 14
Views: 17
Reply
RE: Custom referencing (no xref), what would you do?

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…

11 years ago
Forum
Reply
RE: CustomAttribute with new ID from function

Just don’t set the AttribID and re-eval the def each time.

11 years ago
Forum
Reply
RE: does controller have dialogbox??

Want to have some fun closing dialogs, try this classStr=stringStream “” showClass “*:*Controller*” to:classStr–Get all the controller class…

11 years ago
Forum
Topic
Forum
Replies: 2
Views: 14
Reply
RE: isClassCreatable??

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…

11 years ago
Forum
Reply
RE: isClassCreatable??

Thanks Denis, I knew there had to be something. I will test to see where it fails.

11 years ago
Forum
Reply
RE: isClassCreatable??

Here is some test code. It will open every dialog for every controller. classStr=stringStream “” showClass “*:*Controller*” to:classStr–Get …

11 years ago
Forum
Page 7 / 178