|
-
Nov 20th, 2004, 08:37 PM
#1
Thread Starter
Member
Macromedia and sendkeys!
omg lol , im about 99.99% sure that macromedia has a diffrent ascii value then e.g notepad i made a small bot which works fine in notepad but these keys will not send in any macromedia applications
sendkeys "{tab}"
............... "{right}"
................"{down}"
i need to know if they have a specific value in macromedia? , thanks for your help and as i said it works fine in notepad
-
Nov 20th, 2004, 09:15 PM
#2
or else the tab order of the controls is not what you think it is.
-
Nov 20th, 2004, 10:36 PM
#3
The picture isn't missing
The player has to have focus. You have to click into the player to have it accept keyboard entry.
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Nov 21st, 2004, 06:21 AM
#4
Thread Starter
Member
forogt to mention that , i set focus with appactivate and that works fine , if i send text to the macromedia application it will type it out , if i try tab , right , left , down etc it just has no effect
-
Nov 21st, 2004, 11:57 AM
#5
Software Eng.
Does the right control have focus?
Have you tried waiting until SendKey's returns before sending the next command? (So SendKeys "{value}", TRUE)
What happens when you do the exact same key sequence manually?
-
Nov 21st, 2004, 11:59 AM
#6
Thread Starter
Member
the focus works fine , and they are in good sequence for example if i type letters it works just when i want to use controls like , right arrow and tab key etc it just doesnt work grrr , typing them manually does though
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|