Jump to content
Developer Wiki and Function Reference Links ×

Get value when leaving a dialog edit text box.


Sam Jones

Recommended Posts

Is there a way to get the value of an edit text box when someone leaves that box.  This is easily done with GetItemText(), but I only want to do this when I am leaving a field.  I cannot check the field when the its component ID is returned by the Dialog Handler, because that ID is returned after every key press in the field.  I want to collect the value of the field when a user tabs out of that field, not before.

Link to comment

I made the description too simple.  I have 9 "BoxID"s with an text edit box for each one.  When a value is entered into BoxID 1 I want to retrieve the entry and enter the value into each of the remaining higher numbered boxes, but only if the values in those boxes equals "". I want to do the same thing for the remaining text edit boxes.  This means that I don't have just one item ID to compare to, and which box it is will vary.

I imagine that some version of what you describe will have to be my solution, but my first thoughts along these lines proved to not work even before implementation.  I'll keep plugging along.  I had hoped there was some call that would allow treating text edit boxes in dialogs the same as edit boxes in the OIP.  In the event loop, I only get an item specific event when the user leaves the field.

Oh well.
 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...