Jump to content

dmt740

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by dmt740

  1. I wasn't exactly sure what you meant but here are screen shots of autoinfo for the Save button on the Save Picture window:
  2. Ok fellaz, thanks for the info. I was able to get around it, but it still doesn't make sense to me. Why doesn't this work: _IEAction($oIE, "saveas") Send("{TAB 2}") Send("{SPACE}") But this does: MouseClick("right", 640, 512) Send("{DOWN 6}") Send("{ENTER}") Send("{TAB 2}") Send("{SPACE}") They do the same thing, but the mouseclick works. 'Sup wit dat?
  3. Anyone? Anyone? Has anyone else had this problem, or tell me why it happens, or have a solution for it?!?
  4. Ok, sorry for all the posting but I can't make it work. If someone can give me the code to click(or whatever) the Save button on a save as(or save picture) box, please please please post it. I'm pulling out what's left of my hair, and I'm really frustrated. Thanks for the suggestions so far. #include <ie.au3> $oIE = _IECreate("http://www.ibm.com/us/images/2007/10/102207_migration_final.jpg") _IEAction($oIE, "saveas");anything after this is stopped until you click on the Save Picture box then the script continues ;why? MsgBox(0, "title", "Test") Run this and tell me what happens. Any suggestions? One more edit Its the _IEAction that is causing the issue. I finally got the script to work if I take it out and use MouseClick and a bunch of Sends. But the original issues remains: why wont _IEAction work??!?
  5. EDIT: Ok, I changed the WinWait and ControlClick to Microsoft Internet Explorer instead of Windows Internet Explorer and the example now works. Now I just have to figure out how to incorporate this into a Save As box. (Any ideas?)EDIT2: I just checked Example 1 and it doesn't work either. And I can't see anything thats mislabeled in that one.
  6. I just read your referenced example. I copied the code from the post and ran it, and it doesnt work. The Ok button window just sits there. Any other ideas?
  7. I'm having the same problem with a popup box that I can't get to do anything at all. I have read several suggestions and tried a ton of things but still the same. I am navigating to a page, doing an _IEAction("saveas") and thats where it stops. No matter what I have tried I cant get anything to happen to the save as box. Ive tried enter, tabs + enter, tabs + space, tried mouseclick, I'm out of options. So I leave it in your capable hands... HELP!!!!!!!
×
×
  • Create New...