AutoHotkey Community

It is currently May 23rd, 2012, 11:34 pm

All times are UTC [ DST ]


Search found 22 matches
Search these results:

Author Message

 Forum: Support   Topic: Need help in this error

 Post subject: fun with Outlook and AHK
Posted: July 2nd, 2010, 8:01 pm 

Replies: 2
Views: 377


Where can I find a nice, handy list of objects that ActiveInspector can hit? Can I generate one?

I tried googling it, but to be honest I really don't know what the proper name of the "list of objects hat ActiveInspector can hit", so as to be able to generate a good search.

 Forum: Support   Topic: trouble with webpage control functions with iWeb/COM

Posted: June 11th, 2010, 3:44 pm 

Replies: 38
Views: 2132


I tried the same thing. However, it goes from a working script to non working when I put it into the trusted sites, with the dispatch failure.

Weird, no?

 Forum: Support   Topic: trouble with webpage control functions with iWeb/COM

Posted: June 11th, 2010, 3:02 pm 

Replies: 38
Views: 2132


What instance were you seeing the Dispatch error in? I've found it in two scenarios. One, when the page I'm working on (which is spawned from a local app that runs inside IE) hasnt' been refreshed, and the other, when there is more than one of those pages up at a time. I did take your suggestion and...

 Forum: Support   Topic: trouble with webpage control functions with iWeb/COM

 Post subject: item index on page
Posted: May 18th, 2010, 3:46 pm 

Replies: 38
Views: 2132


Is it possible to grab an item based on its index number, rather than its name? i have some items that dont' have names or ID's, only index numbers...

 Forum: Support   Topic: trouble with webpage control functions with iWeb/COM

Posted: April 28th, 2010, 8:14 pm 

Replies: 38
Views: 2132


This should do the trick then. You'll need to decide a way to get the window in question active, and then you can "grab" it with iweb_getwin

 Forum: Support   Topic: trouble with webpage control functions with iWeb/COM

Posted: April 28th, 2010, 7:15 pm 

Replies: 38
Views: 2132


In my usage, it grabs whatever window is active at the time. I run that line of code whenever I have a new window pop up that I have to address. I do it this way, since the name of the windows in the application that I use are always different. If you know the name of the window you want to access, ...

 Forum: Support   Topic: trouble with webpage control functions with iWeb/COM

Posted: April 28th, 2010, 5:23 pm 

Replies: 38
Views: 2132


that one threw COM errors, for document, all, innertext and document, all, value.

 Forum: Support   Topic: trouble with webpage control functions with iWeb/COM

Posted: April 28th, 2010, 5:12 pm 

Replies: 38
Views: 2132


Well, no longer throwing errors, but it's not grabbing the data, either. Do I need to specify at all that I want the innertext value there, or is it assumed?

 Forum: Support   Topic: trouble with webpage control functions with iWeb/COM

Posted: April 27th, 2010, 8:20 pm 

Replies: 38
Views: 2132


Everything up to now is working great, and I was able to build on the suggestions you gave me to a great extent. :) I have, however, hit another stumbling block that I need some input on. On the main page of the app we've been discussing, I'm running into some interesting issues. I'm trying to pull ...

 Forum: Support   Topic: trouble with webpage control functions with iWeb/COM

Posted: April 22nd, 2010, 4:18 pm 

Replies: 38
Views: 2132


When I run it this way, I get COM errors for "Document", "All", "Value", and "OuterHTML".

Do I need to initialize the variables differently in order for them to work between subroutines?

 Forum: Support   Topic: trouble with webpage control functions with iWeb/COM

Posted: April 22nd, 2010, 3:51 pm 

Replies: 38
Views: 2132


And another question raises its ugly head. :) I'm playing with the code, both to cut down the number of lines, as well as for practice. here's my original code, which works: #include C:\Program Files\AutoHotkey\Lib\COM.ahk #include C:\Program Files\AutoHotkey\Lib\iWeb.ahk #h:: gosub, Username return...

 Forum: Support   Topic: trouble with webpage control functions with iWeb/COM

Posted: April 22nd, 2010, 2:45 pm 

Replies: 38
Views: 2132


This window isn't as major of a deal, I can get away with mouse coordinates on it if need be. The main form is what had been killing me on accuracy.

Thanks again for all your help :)

 Forum: Support   Topic: trouble with webpage control functions with iWeb/COM

Posted: April 21st, 2010, 9:18 pm 

Replies: 38
Views: 2132


That makes sense. :) I almost feel like you're writing all of the code for me, but it seems like every other step I take, I find something that's outside of what i've done so far. OK so. Where we are now. Using your previous input, I was able to get the button to click. This, in turn, launches a new...

 Forum: Support   Topic: trouble with webpage control functions with iWeb/COM

Posted: April 21st, 2010, 7:38 pm 

Replies: 38
Views: 2132


Yes, it absolutely does. Thank you very much :) I've used the code you provided, and have started cutting it into pieces, so to speak, and modifying it to add data to additional portions of the the "ticket webpage". I think I'm being redundant in some portions, but as my understanding of h...

 Forum: Support   Topic: trouble with webpage control functions with iWeb/COM

Posted: April 21st, 2010, 6:40 pm 

Replies: 38
Views: 2132


That works :) But, now, could you explain to me WHY it works? What are we doing with the new piece of code? The main bit of code I'm not understanding is this: While Pos := RegExMatch(o,"\bon\w+\b(?==)",m,Pos+StrLen(m)) Thank you kindly, sir, for all of your help. :)
Sort by:  
Page 1 of 2 [ Search found 22 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group