Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a lisp with dcl I am working on. I'm picking away at each problem as I come across them. It utilizes a browse button so the user can navigate to a folder and then a list box will populate the drawings within the folder. Next to the browse button is an edit_box "cdir" that I hope to display the folder path in. I used Lee Mac's browse to directory lisp and that works great, but once I "(setq userfilepath" from what the routine finds, it will not display in the edit box. The tricky part is I can setq userfilepath (getvar degprefix) as the default and it will display the current folder location. Once I run the routine, userfilepath is changes. I type !userfilepath into the command line. But it will not update the edit_box with the new value. I don't have the code with me at the moment to paste in here, but it's pretty consistent with most dcl and lisp. I want the edit_box key "cdir" to display "userfilepath" and update when that value changes. Do I need to convert the value to a string? I've searched multiple threads in here but I can't find an answer. I appreciate any information.
Solved! Go to Solution.