| Author |
Message |
Topic: Guicontrolget bug? |
Phe0n1x
Replies: 1
Views: 176
|
Forum: Ask for Help Posted: Tue Mar 20, 2007 12:09 am Subject: Guicontrolget bug? |
For some reason the hotkey function of GuiControlGet, OutputVar [, Sub-command, ControlID, Param4]
I type:
GuiControlGet, TL, hotkey, TL
And it tells me that the parameter #2 is invalid. |
Topic: delaying other than "Sleep" |
Phe0n1x
Replies: 7
Views: 357
|
Forum: Ask for Help Posted: Thu Feb 15, 2007 2:08 am Subject: delaying other than "Sleep" |
you could try winwait, ifwinexist, or statusbarwait
(the last one waits on the load bar at the bottom of the screen) |
Topic: How to get command line used to start a process? |
Phe0n1x
Replies: 6
Views: 563
|
Forum: Ask for Help Posted: Mon Feb 12, 2007 1:35 am Subject: How to get command line used to start a process? |
| i know you can get the PID (Process Identification) out of a program...but you probably already tried that. I'm guess the data is in the memory and the site is just accessing your computer's memory |
Topic: support for javascript? |
Phe0n1x
Replies: 18
Views: 718
|
Forum: Ask for Help Posted: Tue Feb 06, 2007 10:30 pm Subject: support for javascript? |
| alrighty, thank you, I will give it a try |
Topic: support for javascript? |
Phe0n1x
Replies: 18
Views: 718
|
Forum: Ask for Help Posted: Mon Feb 05, 2007 11:04 pm Subject: support for javascript? |
| nope, didn't work either |
Topic: support for javascript? |
Phe0n1x
Replies: 18
Views: 718
|
Forum: Ask for Help Posted: Sun Feb 04, 2007 1:29 am Subject: support for javascript? |
no its not disabled :/
when I use "run" it executes but not when I type the filepath into Command Prompt... |
Topic: support for javascript? |
Phe0n1x
Replies: 18
Views: 718
|
Forum: Ask for Help Posted: Sun Feb 04, 2007 1:05 am Subject: support for javascript? |
what I meant was in the same AHK script it runs a separate VBS script file perfectly, but it will not execute the Javascript file, is it because .vbs is 3 characters and .js is only 2?
i have
ru ... |
Topic: support for javascript? |
Phe0n1x
Replies: 18
Views: 718
|
Forum: Ask for Help Posted: Sat Feb 03, 2007 5:35 pm Subject: support for javascript? |
this is what I had and it does not execute the javascript file
run, itunes_script_files\now_playing.js
sleep, 200
filereadline, currentsong, itunes_script_files\now_playing.txt, 1
clipboard=/me is ... |
Topic: support for javascript? |
Phe0n1x
Replies: 18
Views: 718
|
Forum: Ask for Help Posted: Sat Feb 03, 2007 1:43 am Subject: support for javascript? |
I have a javascript file but AHK does not seem to want to run it...any suggestions other than rewriting the entire script or executing it through command prompt?  |
Topic: Close Windows Task Manager |
Phe0n1x
Replies: 3
Views: 250
|
Forum: Ask for Help Posted: Fri Feb 02, 2007 12:49 am Subject: Close Windows Task Manager |
+t::WinClose, Windows Task Manager
or using the class
+t::WinClose, ahk_class #32770 |
Topic: Copy files from temporary internet files folder |
Phe0n1x
Replies: 3
Views: 278
|
Forum: Ask for Help Posted: Thu Feb 01, 2007 11:41 pm Subject: Copy files from temporary internet files folder |
| I have noticed that copying and deleting files batch commands seem to work better. |
Topic: F10 remapping Problem |
Phe0n1x
Replies: 12
Views: 557
|
Forum: Ask for Help Posted: Wed Jan 31, 2007 11:22 pm Subject: F10 remapping Problem |
have you tried
p::F10 |
Topic: GUI Hotkey |
Phe0n1x
Replies: 7
Views: 301
|
Forum: Ask for Help Posted: Wed Jan 31, 2007 11:16 pm Subject: GUI Hotkey |
Gui, Add, Text, x24 y215 w80 h20 , Your Cheat:
Gui, Add, Button, x225 y212 w100 h20 gsetcheatbutton, Set Cheat
Gui, Add, Edit, x105 y212 w110 h20 vcheat, %cheat%
Gui, Show, x142 y100 h248 w33 ... |
Topic: Itunes song information |
Phe0n1x
Replies: 7
Views: 344
|
Forum: Ask for Help Posted: Mon Jan 29, 2007 12:13 am Subject: Itunes song information |
| is there anyway to do it with AHK? can i use dll call? |
Topic: Itunes song information |
Phe0n1x
Replies: 7
Views: 344
|
Forum: Ask for Help Posted: Sun Jan 28, 2007 8:54 pm Subject: Itunes song information |
actually what I meant was how do I get the current song information out of itunes
i still hate xml and have no clue how to use it in AHK, even with the XMLReader script...syntax/description is ... |
| |