architecture-building-systems / revitpythonshell

An IronPython scripting environment for Autodesk Revit and Vasari
MIT License
500 stars 115 forks source link

Pressing the Button(Copy text to clipboard) on the Dialog(Output) crashes Revit #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start a script
2. wait for script to run, Dialog(Output) opens
3. click on Button(Copy text to clipboard)

What is the expected output? What do you see instead?
the text should be copied to the clipboard. Actually it is. But then
Revit crashes.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by dthomas.ch on 3 Dec 2009 at 8:56

GoogleCodeExporter commented 9 years ago
Fixed by removing the offending button.

Original comment by dthomas.ch on 11 Mar 2010 at 8:08