Having trouble changing text control contents #381
zxrobinson
started this conversation in
General
Replies: 1 comment 3 replies
-
Hmm. Yeah, this is familiar to me. I believe this is because the preceding character This is more an AHK problem than anything, but if I recall correctly, slowing down the send speed (with You could send backspaces to try to correct it, too, yes. I can also look into getting support added for |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since ControlSetText is not yet available, I've been using Window.send(string, control_name). Unfortunately, when I send a string like 'C:\Lamp', I sometimes get 'C:|Lamp' or 'C:\LAmp' when I retrieve the text from the control after setting it. I tried to compare the results of get_text to the original, and if not equal, do the send again, but it's appending. It seems to make no difference whether I use a raw string or a regular string with doubled backslash. Two questions:
Beta Was this translation helpful? Give feedback.
All reactions