Daklu Posted September 25, 2008 Report Share Posted September 25, 2008 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. Quote Link to comment
Mellroth Posted September 25, 2008 Report Share Posted September 25, 2008 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 Quote Link to comment
Daklu Posted September 25, 2008 Author Report Share Posted September 25, 2008 QUOTE (JFM @ Sep 23 2008, 11:31 PM) Right click on the string control and select "Update Value while typing". This will force Value Change events during edit. I figured there had to be an easier way... thank you very much. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.