hey I was wondering if anyone can help me modify a layer creator program I downloaded. Its an awesome program by 't.spangler' (full credit to him) but i want to add one tiny bit to it and im not sure how. I want to create a filter so if I start typing 'plas' in the exit box the only layers I want to see are eg. plasterboard wall, plasterboad elevation, plasterboard roof (or what ever other layer description have the letters plas in them. make sense? hope so! haha
basically i added the line...
initial_focus = "textval";
}
:boxed_column{
: edit_box {
key = "textval";
label = " Quick Select -->";
edit_width = 30;
value = "";
}
this works in the dcl file - when I run the program in CAD the edit box comes up, and now i just need to know the coding in the lsp file to do the filtering.
thanks heaps in advance for your help and time.