AutoHotkey Community

It is currently May 23rd, 2012, 4:26 am

All times are UTC [ DST ]


Search found 29 matches
Search these results:

Author Message

 Forum: Support   Topic: Guicontrolget bug?

 Post subject: Guicontrolget bug?
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"

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?

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?

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?

Posted: February 6th, 2007, 12:04 am 

Replies: 18
Views: 1193


nope, didn't work either

 Forum: Support   Topic: support for javascript?

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?

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?

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?

 Post subject: support for javascript?
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

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

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

Posted: February 1st, 2007, 12:22 am 

Replies: 12
Views: 975


have you tried

p::F10

 Forum: Support   Topic: GUI Hotkey

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

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

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:  
Page 1 of 2 [ Search found 29 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group