Search the Community
Showing results for tags 'edit_box'.
-
Dear friends, I would like to learn how to apply a edit_box imput rules. For example, if you only want to accept a number with the following format: 888.8.88 How do I impose this rule? Thank you, and sorry for my bad English.
-
Hi, Can some one show me how I can get the below code to work? I cant seem to return a result of formula to an edit box. as you can see from the code snip below, when I type a real number in edit box 1 I would like to get the sum of edit box 1 and 154 to edit box 2. and the same with edit box 2 but then minus 154. (action_tile "eb1" [indent][indent]"(setq eb1 $value) (set_tile \"eb2\" (+ eb1 154)") ;NOT WORKING [/indent] [/indent](action_tile "eb2" [indent][indent]"(setq eb2 $value) (set_tile \"eb1\" (- eb2 154)") ;NOT WORKING [/indent] [/indent] thanks
-
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.
- 5 replies
-
- layer creator
- edit_box
-
(and 1 more)
Tagged with: