2009-03-09 14:24 UTC
Hello, I've attached a sample.
I have a similar filedialog in the same project, but for writing. In that dialog the form closes when I click on save, but why not in the form to open a d81 file? Does anybody have any idea, what am I doing wrong?
Fred
- copy all the files into a folder which is included in the AutoCAD supportpath
- save the current drawing into the same folder
- load the lisp
- call the command opensample
- the resizable file dialog appears
- select one of the .81 files, properties are displayed in the listview below and the first 20 lines of the textfile are shown in the textbox (maybe you have to change the codepage to see all the chars correctly.
- once one of the .d81 files is selected, press Open. Nothing is happen at my workstation.
- DoubleClick the .81 file instead, the form will be closed and the filename ist given back, but why not when clicking on the open button?
I have a similar filedialog in the same project, but for writing. In that dialog the form closes when I click on save, but why not in the form to open a d81 file? Does anybody have any idea, what am I doing wrong?
Fred