AutoHotkey Community

It is currently May 24th, 2012, 7:58 am

All times are UTC [ DST ]


Search found 56 matches
Search these results:

Author Message

 Forum: Support   Topic: Clicking the send button on Google Maps when tab skips over

Posted: May 6th, 2010, 5:42 pm 

Replies: 5
Views: 525


You have to have iWeb/Com in the same folder as the Script/Exe (if you compile) Thank you Damein for your time and efforts! You even messaged me a private message! I will change my settings of this for future use, VERY helpful. Your hint about the link being somewhere else was VERY helpful too. Bas...

 Forum: Support   Topic: Clicking the send button on Google Maps when tab skips over

Posted: May 3rd, 2010, 7:26 pm 

Replies: 5
Views: 525


Here you go, you don't have to click the More to go into send, since send is already an option on the > side in the map. Well, thank you so much! I unzipped and moved both to my autohotkey folder, also I put a copy in my /lib folder. I get the message: #Include file "iWeb.ahk" cannot be o...

 Forum: Support   Topic: Clicking the send button on Google Maps when tab skips over

Posted: May 3rd, 2010, 11:43 am 

Replies: 5
Views: 525


I want to click on the more >> send buttons on the pop up info balloon on this Google Map page . But clicking tab skips over the "more" option. How can i create a autohotkey code to click on more, then click on save? http://farm4.static.flickr.com/3336/4573969131_432862eacd_o.png I would l...

 Forum: Support   Topic: (Solved) Replacing no result with the number 0

Posted: February 3rd, 2010, 7:09 pm 

Replies: 6
Views: 336


; ... NewStr := RegExReplace([color=red]Sub1[/color], "\(.*?\)", "", count) ; removes the parenethis in a name. ; ... L%A_Index%Results := RegexReplace(RegExReplace([color=red]Sub1[/color], "\D"), "^$", "0") ; ... n%A...

 Forum: Support   Topic: (solved) Removing unwanted (words) B4 pulling google data

 Post subject: thank you :)
Posted: February 3rd, 2010, 6:58 pm 

Replies: 12
Views: 313


Sorry, I didnt want to force you to thank us but I wanted you to try the solutions we told you... I tried the stringreplace solution, as mentioned above, I couldnt get it to work, my fault. I am still new at all this and learning. I then asked for a regexreplace solution as hugov had counseled abov...

 Forum: Support   Topic: (solved) Removing unwanted (words) B4 pulling google data

Posted: February 3rd, 2010, 9:50 am 

Replies: 12
Views: 313


aaffe wrote:
Ok rum, I think you dont want help by randalff or me... :?:


Appreciate your help! thank you so much....

 Forum: Support   Topic: (Solved) Replacing no result with the number 0

Posted: February 3rd, 2010, 9:32 am 

Replies: 6
Views: 336


RegexReplace( RegExReplace(Subl1, "[^\d]"), "^$", "0" ) It gave me some strange results, none of the actual numbers given are accurate, in addition there is an extra line at the beginning that wasnt there before..... Results: <span class="plainlink...

 Forum: Support   Topic: (Solved) Replacing no result with the number 0

Posted: February 3rd, 2010, 2:57 am 

Replies: 6
Views: 336


As I data mine Google, I am wondering how to replace no results, with the number 0. i.e. if there are no hits for say, John Biblotit on google books, there would be a zero, instead of that entry being blank. how do you use RegExReplace to replace no result? Thanks in advance! Here is my existing cod...

 Forum: Support   Topic: wildcard matching with StringReplace

 Post subject: some other solutions
Posted: February 3rd, 2010, 2:53 am 

Replies: 4
Views: 691


Here are some other solutions:

Removing unwanted (words) before pulling data from google

wildcard matching with StringReplace

 Forum: Support   Topic: (solved) Removing unwanted (words) B4 pulling google data

Posted: February 2nd, 2010, 9:18 pm 

Replies: 12
Views: 313


NewStr := RegExReplace(Q, "\(.*?\)", " ", count) ; ...this works, I know because I used msgbox %NewStr% and the results showed the words in parenthesis removed. I replaced all of the Q's in my search with NewStr. S := 1 L0 := 0 URLDownloadToFile, http://en.wikipe...

 Forum: Support   Topic: (solved) Removing unwanted (words) B4 pulling google data

Posted: February 2nd, 2010, 8:34 pm 

Replies: 12
Views: 313


Sorry to double post

I note this posting:
* wildcard matching with StringReplace

Which recommends regrex replace.

Also:

How to use StringReplace like "wildcard"

The above stringreplace in the last message does not work at all.

 Forum: Support   Topic: (solved) Removing unwanted (words) B4 pulling google data

Posted: February 2nd, 2010, 7:53 pm 

Replies: 12
Views: 313


%Q% appears to be your query parameters. If so, StringReplace, Q, Q, ",, All http://www.autohotkey.com/docs/commands/StringReplace.htm Or, put in whatever variable your final query string is before it's passed. :?: So if I want to remove all of the parenthesis sections: Is a wildcard * allowed...

 Forum: Support   Topic: (solved) Removing unwanted (words) B4 pulling google data

Posted: February 2nd, 2010, 6:05 pm 

Replies: 12
Views: 313


hugov wrote:
Look at regexreplace


Okay, I already have

L%A_Index%Results := RegExReplace(Sub1, "[^\d]")

...in my coding

I think I woud need something like

NewStr := RegExReplace("^\(*\)$", " ")

How and where would I incorprate this in the coding? Thanks.

 Forum: Support   Topic: (solved) Removing unwanted (words) B4 pulling google data

Posted: February 2nd, 2010, 5:14 pm 

Replies: 12
Views: 313


I am trying to take data from a Google book and google news search, but I need to remove the word in parenthisis first, and dont know how. This parenthisis cause two problems: '''Google news''' If a result has parenthesis, such as " Bob Dickson (musician) " google news will search for the ...

 Forum: Support   Topic: Alternatives to msgbox?

 Post subject: produced an error
Posted: February 1st, 2010, 5:33 pm 

Replies: 11
Views: 768


SKAN wrote:


this produced an error. thanks.

UPDATE

This worked:
Code:
FileAppend, %L%, %a_scriptdir%\XT.txt
Run, %a_scriptdir%\XT.txt
Sort by:  
Page 1 of 4 [ Search found 56 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group