raquien Posted August 20, 2004 Posted August 20, 2004 Can someone tell me why the window spy cannot identify the controls in the Print dialogue. Here's what I did: Open MS Word document.. Hit Ctrl + P to show the Print Dialog Hover the mouse over this Dialog, notice that AutoIt Window Spy does not identify any of the controls. I feel bad, because I can't act directly to the controls in my script, and I am forced to use MouseClick() which requires the dialog to be active.. please help me.. thanks in advance.. raquien
Andre Posted August 20, 2004 Posted August 20, 2004 Hi, If you are using Word, why not record or program an Macro for it ? Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
raquien Posted August 20, 2004 Author Posted August 20, 2004 Maybe this would help me when using MSWord, but my problem is when I am using application that doesn't have macro recording capability. I am doing a script that will automate my Printer Application Testing. thanks for the reply though, anymore suggestions please..
Coffee Posted August 20, 2004 Posted August 20, 2004 using the latest version of windows spy? (aug 19) I don't seem to have a problem on win98
raquien Posted August 20, 2004 Author Posted August 20, 2004 I downloaded the latest version but still the same, it can't find any controls.. Im using Windows XP and using Office XP, here's the screenshot:
Andre Posted August 20, 2004 Posted August 20, 2004 same problem here. Tried it with notepad. What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
this-is-me Posted August 20, 2004 Posted August 20, 2004 The problem with office is that it uses "picture controls", therefore most controls cannot be accessed. Who else would I be?
raquien Posted August 23, 2004 Author Posted August 23, 2004 The problem with office is that it uses "picture controls", therefore most controls cannot be accessed. <{POST_SNAPBACK}>Can you recommend alternatives on dealing this? Hope this feature be supported in the near future of AutoIt...
Andre Posted August 23, 2004 Posted August 23, 2004 Hi Raquien, What application do u use then ? When it is an office application use MACRO's then Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
this-is-me Posted August 23, 2004 Posted August 23, 2004 The only autoit way is to use send to access the info you need. Who else would I be?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now