AutoHotkey Community

It is currently May 23rd, 2012, 6:22 pm

All times are UTC [ DST ]


Search found 12 matches
Search these results:

Author Message

 Forum: Support   Topic: Spotify and AHK

 Post subject: My Attempt
Posted: November 10th, 2009, 12:26 am 

Replies: 37
Views: 24897


This is the early stages of my script, I have some other code that can parse the album/artist/track data from the spotify metadata api. features, New context menu for Spotify (disabled) Next Track Previous Track Smart hide / show Url Catcher Auto Play Playlist Auto Play caught Urls ; ; AutoHotkey Ve...

 Forum: Support   Topic: quick tutorial

Posted: September 5th, 2006, 8:30 am 

Replies: 3
Views: 186


Go to any folder on your computer.
go to tools->folder options
click view tab
Uncheck: Hide extentions for known file types.
hit apply.
rename whatever.ahk.txt to whatever.ahk
Enjoy.

 Forum: Support   Topic: Pass actual code as a variable

Posted: September 5th, 2006, 8:21 am 

Replies: 3
Views: 198


Is there any way to pass code inside a variable? I want to read from a database online, and be able to execute any code it finds there. I can read the data just fine and print it using a msgbox, but I cannot seem to actually execute it. Javascript solves this by offering eval() any ideas?

 Forum: Support   Topic: Colors in a dropdown list

Posted: June 15th, 2006, 8:40 pm 

Replies: 3
Views: 513


damn that's disapointing. I will experiment with loading an external dll droplist and see what I can come up with. Maybe even an html droplist might work.

 Forum: Support   Topic: urldownloadtofile Cache Problem [[SOLVED! Finally]]

Posted: June 15th, 2006, 8:35 pm 

Replies: 7
Views: 2422


PhiLho: YOU(points finger) you are the curl master, the hardest thing to figure out was how to run curl from within ahk, the curl manual explains posting to a form in a multi line way, and I cannot figure out how to mass multiple lines to a cmd window this is what i have so far. run, curl -o -d out....

 Forum: Support   Topic: continue after reboot?

Posted: June 15th, 2006, 1:38 am 

Replies: 4
Views: 454


write an ini file, that states where in the instilation process you are at, also add an entry to the startup folder to start the program up after it is reboot, stage 2 can remove the ini file and remove the entry from startup, or you can change the ini file so that next time the program is run you c...

 Forum: Support   Topic: urldownloadtofile Cache Problem [[SOLVED! Finally]]

Posted: June 15th, 2006, 1:09 am 

Replies: 7
Views: 2422


*Read Below for solution Well I have been using ahk for about 2 months now and have started creating some quite robust software, almost all of my apps are networked, meaning they get lots of their information from external websites or webservers. One problem that constantly got me was the fact that...

 Forum: Support   Topic: Colors in a dropdown list

 Post subject: Colors in a dropdown list
Posted: June 15th, 2006, 1:01 am 

Replies: 3
Views: 513


I have a dropdown list that is dynamicly getting populated from a website like this. [List item1 | List item 2 | etc...] 1) I would like to have each item be a certain color based on certain criteria that I define in my program. Is this posible? 2) I am used to working with html forms that have both...

 Forum: Support   Topic: Timer Display

Posted: May 2nd, 2006, 6:40 pm 

Replies: 12
Views: 1404


any ideas on how to better restrict the user from changing their time?
Code:
;---------Freeze Date Time----------
closesysclock:
IfWinNotActive, Date and Time Properties, , WinActivate, Date and Time Properties,
winclose, Date and Time Properties
return
;-------------------------------------

 Forum: Support   Topic: Timer Display

Posted: May 2nd, 2006, 6:36 pm 

Replies: 12
Views: 1404


w0000t!

Everything works now!!!

You guys are great, I havn't had so much fun since I learned swishmax (swf scripting)

Code:
if displayedTime = 00:00:00
{
MsgBox, 0, , You're Pre-Paid Time is Spent,2
gosub, exitsub
}

 Forum: Support   Topic: Timer Display

Posted: May 2nd, 2006, 11:27 am 

Replies: 12
Views: 1404


thank you. I kept finding stuf relating to the builtin timer.

 Forum: Support   Topic: Timer Display

 Post subject: Timer Display
Posted: May 2nd, 2006, 10:33 am 

Replies: 12
Views: 1404


I'm trying to create something that will take a time (say 15 minutes) and show a countdown timer I want to be able to use the system clock to get the time from, I have tried many different ways and I cannot figure it out. I have used the forum search feature extensivly and have completely enjoyed th...
Sort by:  
Page 1 of 1 [ Search found 12 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group