Jump to content

Updating String Indicators in "Real Time?"


Daklu

Recommended Posts

Here's one that has me scratching my head...

I would like to have a string indicator show the contents of a string control and update while the string control is being edited. I've been playing around with it a bit and the 'Value Changed' event doesn't fire until the control loses focus. The 'Key Down' event might work if I tracked keystrokes during editing, but it looks fairly tricky. (And I'm not sure how I would determine initial cursor position or cases where the user changes cursor position via the mouse.)

I get the sense I'm making this much more difficult that it needs to be.

post-7603-1222232926.png?width=400

Link to comment

QUOTE (Daklu @ Sep 24 2008, 07:09 AM)

...I would like to have a string indicator show the contents of a string control and update while the string control is being edited...

Right click on the string control and select "Update Value while typing". This will force Value Change events during edit.

/J

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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...

Important Information

By using this site, you agree to our Terms of Use.