2010-02-09 20:29 UTC
this is a strange thing happening so ill do my best to explain the issue
apologies in advanced if its not enough explaination.
attached are the files for examination.
the code in question is at the very botton of the text file
commented as ;;;;stock book search;;;
when i run the full program all works.
the problem happens when i press a button called "stock book".
when the dialog opens, i do a search for the text im after.
when i find the text i double click that line and its supposed to close the dialog and allow me to copy the text from the list its reading from and replacing a selected line of text in acad.
the lsp code doesnt work when i activate that dialog box by pressing the text button, however if i activate the dialog by typing in
(dcl_Form_Show dwgbrowser_stockbook) in the command line
and then going thru my process, it all works how it was designed.
would anyone have a clue as to whats going on, why its doing this?
what did i do wrong?
any help is appreciated
apologies in advanced if its not enough explaination.
attached are the files for examination.
the code in question is at the very botton of the text file
commented as ;;;;stock book search;;;
when i run the full program all works.
the problem happens when i press a button called "stock book".
when the dialog opens, i do a search for the text im after.
when i find the text i double click that line and its supposed to close the dialog and allow me to copy the text from the list its reading from and replacing a selected line of text in acad.
the lsp code doesnt work when i activate that dialog box by pressing the text button, however if i activate the dialog by typing in
(dcl_Form_Show dwgbrowser_stockbook) in the command line
and then going thru my process, it all works how it was designed.
would anyone have a clue as to whats going on, why its doing this?
what did i do wrong?
any help is appreciated