- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I stepped into DCL-implementing into my rountines.
And now, I need your help.
Please find below attached .lsp and .dcl files on which my question is posed.
I want user to make blocks (other routine makes it fine).
I want each time to assign unique blocknames.
In the dcl below, you will find a couple of edit-boxes responsible for that.
I also would like to have a "preview" of the final blockname.
As a way around, I made a "Preview" button for now, responsable for that.
The output of action assigned to "Preview" button is good for me.
But I want to make the dialogue box more elegant, and avoid the "Preview" button, and make the preview auto-update. I see 2 posibilities:
1. the preview will update while characters a typed into edit-boxes 1 by 1 (characters)
2. the preview will update while an edit_box is filled with string, and user switches to another edit_box.
I have little clue how to make any of these variants.
I've searched and read around some similar topics, but still I'm unable to fulfil what I want.
Solved! Go to Solution.