See this post![]()
Registered forum members do not see this ad.
Hello everyone .
Is it possible to set_tile to 1 when a user type any char or number in the edit_box in the same DCL file ?
Thanks in advance .![]()
- When aim is being settled in my mind , I have to reach it and get it in hand whatever it costs and wherever it is and will never give up . Tharwat said
See this post![]()
Lee Mac Programming
With Mathematics there is the possibility of perfect rigour, so why settle for less?
Just another Swamper
Either I did not get it or my first post wasn't clear enough .
I am looking forward to check the toggle (Each) on when a user start typing in the edit box
.
Untitled-1.jpg
Thanks
- When aim is being settled in my mind , I have to reach it and get it in hand whatever it costs and wherever it is and will never give up . Tharwat said
Lee Mac Programming
With Mathematics there is the possibility of perfect rigour, so why settle for less?
Just another Swamper
The $reason value is always return 2 in all cases that I have tried it at least , and I couldn't find it in Help Document to read more about it or to know what is your essential goal in that post as well .![]()
- When aim is being settled in my mind , I have to reach it and get it in hand whatever it costs and wherever it is and will never give up . Tharwat said
to check toggle you need to tap TAB or ENTER first when leaving edit_box. there is no way to "dynamically" check what is entered in edit_box.
http://exchange.autodesk.com/autocad...7a53f-7aa3.htm
kruuger
Thank you kruuger .
It is very clear now .
- When aim is being settled in my mind , I have to reach it and get it in hand whatever it costs and wherever it is and will never give up . Tharwat said
Registered forum members do not see this ad.
The $reason variable will hold a value of 1 if the user 'submits' the contents of the edit_box tile (i.e. by pressing Enter whilst the edit_box has focus), and will have a value of 2 if the edit_box loses focus without the user submitting the contents (i.e. if another tile takes focus). This behaviour was demonstrated by my example program in the post to which I linked, accompanied by a brief explanation of the callback $reason values.
Lee Mac Programming
With Mathematics there is the possibility of perfect rigour, so why settle for less?
Just another Swamper
Bookmarks