| Author |
Message |
Forum: Support Topic: Guicontrolget bug? |
| Phe0n1x |
|
Posted: March 20th, 2007, 1:09 am
|
|
Replies: 1 Views: 427
|
| For some reason the hotkey function of GUIcontrolget is not functioning correctly. GuiControlGet, [color=red]OutputVar[/color] [, [color=orange]Sub-command[/color], [color=green]ControlID[/color], Param4] I type: GuiControlGet, [color=red]TL[/color], [color=orange]hotkey[/color], [color=green]TL[/co... |
|
 |
Forum: Support Topic: delaying other than "Sleep" |
| Phe0n1x |
|
Posted: February 15th, 2007, 3:08 am
|
|
Replies: 7 Views: 637
|
you could try winwait, ifwinexist, or statusbarwait
(the last one waits on the load bar at the bottom of the screen) |
|
 |
Forum: Support Topic: How to get command line used to start a process? |
| Phe0n1x |
|
Posted: February 12th, 2007, 2:35 am
|
|
Replies: 6 Views: 1903
|
| 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 |
|
 |
Forum: Support Topic: support for javascript? |
| Phe0n1x |
|
Posted: February 6th, 2007, 11:30 pm
|
|
Replies: 18 Views: 1193
|
| alrighty, thank you, I will give it a try |
|
 |
Forum: Support Topic: support for javascript? |
| Phe0n1x |
|
Posted: February 6th, 2007, 12:04 am
|
|
Replies: 18 Views: 1193
|
|
 |
Forum: Support Topic: support for javascript? |
| Phe0n1x |
|
Posted: February 4th, 2007, 2:29 am
|
|
Replies: 18 Views: 1193
|
no its not disabled :/
when I use "run" it executes but not when I type the filepath into Command Prompt... |
|
 |
Forum: Support Topic: support for javascript? |
| Phe0n1x |
|
Posted: February 4th, 2007, 2:05 am
|
|
Replies: 18 Views: 1193
|
| 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 run, itunes_script_files\play.vbs and run, itunes_script_files\now_playing.js the .vbs runs fine, but AHK re... |
|
 |
Forum: Support Topic: support for javascript? |
| Phe0n1x |
|
Posted: February 3rd, 2007, 6:35 pm
|
|
Replies: 18 Views: 1193
|
| 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 currently playing: %currentsong% return the way you described did not work either :/ EDIT: here is the ... |
|
 |
Forum: Support Topic: support for javascript? |
| Phe0n1x |
|
Posted: February 3rd, 2007, 2:43 am
|
|
Replies: 18 Views: 1193
|
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?  |
|
 |
Forum: Support Topic: Close Windows Task Manager |
| Phe0n1x |
|
Posted: February 2nd, 2007, 1:49 am
|
|
Replies: 3 Views: 555
|
Anonymous wrote: +t::WinClose, Windows Task Manager
or using the class
Code: +t::WinClose, ahk_class #32770 |
|
 |
Forum: Support Topic: Copy files from temporary internet files folder |
| Phe0n1x |
|
Posted: February 2nd, 2007, 12:41 am
|
|
Replies: 3 Views: 642
|
| I have noticed that copying and deleting files batch commands seem to work better. |
|
 |
Forum: Support Topic: F10 remapping Problem |
| Phe0n1x |
|
Posted: February 1st, 2007, 12:22 am
|
|
Replies: 12 Views: 975
|
|
 |
Forum: Support Topic: GUI Hotkey |
| Phe0n1x |
|
Posted: February 1st, 2007, 12:16 am
|
|
Replies: 7 Views: 590
|
| 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 w332, Cheat Box return ^F12:: GuiControlGet, cheat,, edit1 sleep, 200 send, {enter} send, %password% ... |
|
 |
Forum: Support Topic: Itunes song information |
| Phe0n1x |
|
Posted: January 29th, 2007, 1:13 am
|
|
Replies: 7 Views: 713
|
| is there anyway to do it with AHK? can i use dll call? |
|
 |
Forum: Support Topic: Itunes song information |
| Phe0n1x |
|
Posted: January 28th, 2007, 9:54 pm
|
|
Replies: 7 Views: 713
|
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 confusing |
|
 |
| Sort by: |