2009-08-06 04:25 UTC
(defun c:lstBlocks_OnSelChanged (ItemIndex Value /)
(dcl_messagebox (itoa ItemIndex) "")
(dcl_DWGPreview_LoadDwg dwgPreview (strcat selectedfolder "\\" Value))
)
The "selectedfolder" var is gotten from the file dialog, i have verified it's contents. The messagebox always returns 0, and when I look at the Value, it always returns nothing. I'm a bit confused on this one. Any help is appreciated.
(dcl_messagebox (itoa ItemIndex) "")
(dcl_DWGPreview_LoadDwg dwgPreview (strcat selectedfolder "\\" Value))
)
The "selectedfolder" var is gotten from the file dialog, i have verified it's contents. The messagebox always returns 0, and when I look at the Value, it always returns nothing. I'm a bit confused on this one. Any help is appreciated.