| Author |
Message |
Forum: Support Topic: Math in AHK? |
| wontstoptalking |
|
Posted: March 29th, 2009, 3:08 am
|
|
Replies: 3 Views: 386
|
| I'm sure this is a very easy question, and I'm also a beginner... But how can I preform math operations in AHK? I have something as simple as two variables which are numbers, and I just want to multiply them. Msgbox, %Var1% * %Var2% ^That's what I tried first, hoping in some magical way that it woul... |
|
 |
Forum: Support Topic: "ahk_class?" What's it for? |
| wontstoptalking |
|
Posted: February 14th, 2009, 4:43 am
|
|
Replies: 5 Views: 429
|
| Ok, thanks....can someone explain this a bit? I understand it's uses, but how would I, say, use it to select ALL windows? As in, I want my script to affect all windows, so how would I use ak_class to choose every window open? |
|
 |
Forum: Support Topic: "ahk_class?" What's it for? |
| wontstoptalking |
|
Posted: February 14th, 2009, 4:28 am
|
|
Replies: 5 Views: 429
|
| I'm pretty new with autohotkey, and I still don't understand the use of "ahk_class" when identifying windows. I can't seem to find it in the list of commands either. Can anyone tell me the purpose of this? I have some ideas that would probably require me to know this. Thanks ahead of time! |
|
 |
Forum: Support Topic: Another XML question |
| wontstoptalking |
|
Posted: February 3rd, 2009, 9:03 pm
|
|
Replies: 0 Views: 557
|
| Ok, I'm catching on. But I need help with one more thing- well, let me show you what I've got so far: #Include xpath.ahk recenttracks = http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=wontstoptalking&api_key=88fb1642003f7c0358c541df70c21dba xml := XPath_Load(xml, "... |
|
 |
Forum: Support Topic: Using XPath to extract info fron XML files? |
| wontstoptalking |
|
Posted: February 3rd, 2009, 5:19 am
|
|
Replies: 1 Views: 430
|
| Asked a question about Xpath earlier, and now that I've got it to work, I need some help with it :( So I'm trying to get this info from an XML file (I really don't know too much about XML files): the song name from last.fm recent tracks of a specific user. I've gotten that far, in finding the url fo... |
|
 |
Forum: Support Topic: Reading XML with Xpath? |
| wontstoptalking |
|
Posted: February 3rd, 2009, 1:17 am
|
|
Replies: 1 Views: 391
|
Hi, I'm a huge AHK noob (and noob with any kind of scripts of any kind in general) and I'm wondering how exactly I apply the wonderful xpath to my script? Do I copy/paste the script into my own script? If that's the case, does it go before or after the script I wrote?
Thanks ahead for any help. |
|
 |
Forum: Support Topic: Run default browser? (SOLVED Instantly) |
| wontstoptalking |
|
Posted: January 17th, 2009, 7:22 am
|
|
Replies: 0 Views: 363
|
| I'm trying to write a script that will open the user's default browser, and I don't want the script to say "Run, Firefox" because they might not have firefox, and the same goes for Internet Explorer and Opera and Chrome, and yadda yadda. So is there a way to run the default browser on thei... |
|
 |
Forum: Support Topic: Autorun.inf? |
| wontstoptalking |
|
Posted: January 4th, 2009, 5:21 am
|
|
Replies: 9 Views: 828
|
| Ok....then does anyone know a way to do this? |
|
 |
Forum: Support Topic: Autorun.inf? |
| wontstoptalking |
|
Posted: January 4th, 2009, 5:07 am
|
|
Replies: 9 Views: 828
|
| Ok, so I created the simplest script in the world. It is just a message box containing the words "IF FOUND:" and then some of my contact information. I converted that to an .exe, named it autorun.exe, and then created a file called "autorun.inf", which contains this: [autorun] op... |
|
 |
Forum: Support Topic: StringSplit |
| wontstoptalking |
|
Posted: December 21st, 2008, 1:08 am
|
|
Replies: 3 Views: 498
|
| Awesome! It works perfectly. |
|
 |
Forum: Support Topic: StringSplit |
| wontstoptalking |
|
Posted: December 20th, 2008, 11:46 pm
|
|
Replies: 3 Views: 498
|
Remember, you must have firefox open and on a last.fm song page for this to work, and it needs to be the active tab.
And what do I mean "work"? It's not working. But you get it. |
|
 |
Forum: Support Topic: StringSplit |
| wontstoptalking |
|
Posted: December 20th, 2008, 11:43 pm
|
|
Replies: 3 Views: 498
|
| Hello! I'm having a bit of a headache with StringSplit . Here's what I'm trying to do: I want to successfully be able to distinguish the song name and artist from the title of a last.fm page. Take this, for example: http://www.last.fm/music/Elton+John/_/Goodbye+Yellow+Brick+Road Notice the title of ... |
|
 |
Forum: Scripts Topic: Music Lyric Grabber |
| wontstoptalking |
|
Posted: December 20th, 2008, 9:56 pm
|
|
Replies: 1 Views: 1721
|
| Even more useful than you might think. Partial credit goes to me (I really only came up with the idea and got half way there with it) but the most credit goes to the wonderful helpers at the AHK IRC chat, specifically Skwire, who came up with the final gui layout of the current version; and ahklerne... |
|
 |
Forum: Support Topic: Grabbing text from websites |
| wontstoptalking |
|
Posted: December 20th, 2008, 6:54 pm
|
|
Replies: 17 Views: 983
|
Okay, it's now morning, and with it comes a major edit to the original post.
I'm making progress! |
|
 |
Forum: Support Topic: Grabbing text from websites |
| wontstoptalking |
|
Posted: December 20th, 2008, 11:35 am
|
|
Replies: 17 Views: 983
|
| Nice! You got it! Ok this is so close....but yes it's bedtime now. So I just need to fine tune it, get the brackets out, and trim it down just right to remove the advertisement for ringtones......and it's good! The only change after that is I'll have the lyrics be displayed in the GUI instead of in ... |
|
 |
| Sort by: |