AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 32 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Set transcolor on child window problem... [Solved]
trueski

Replies: 1
Views: 50

PostForum: Ask for Help   Posted: Thu Aug 14, 2008 4:17 pm   Subject: Set transcolor on child window problem... [Solved]
I'm just going to take a different approach
  Topic: Set transcolor on child window problem... [Solved]
trueski

Replies: 1
Views: 50

PostForum: Ask for Help   Posted: Thu Aug 14, 2008 3:49 pm   Subject: Set transcolor on child window problem... [Solved]
This doesn't work for some reason...

Gui, add, text, x-10 y-10, ; need something in the parent window to enable minimizing
Gui, +lastfound
Gui_1_ID := WinExist()

Gui, Show, h140 ...
  Topic: Voice Recognition COM
trueski

Replies: 30
Views: 3138

PostForum: Scripts & Functions   Posted: Sun Aug 10, 2008 8:58 pm   Subject: Voice Recognition COM
you can set one of the variables to "local" and then all of the rest will be global
  Topic: iTunes - Voice Control
trueski

Replies: 2
Views: 251

PostForum: Scripts & Functions   Posted: Fri Aug 08, 2008 7:38 pm   Subject: iTunes - Voice Control
all right, thanks, will make changes later tonight.. I also need to change the way the music library is accessed. Right now it's slow and CPU intensive. I'll work on it
  Topic: iTunes - Voice Control
trueski

Replies: 2
Views: 251

PostForum: Scripts & Functions   Posted: Fri Aug 08, 2008 7:52 am   Subject: iTunes - Voice Control
Code's a little messy, help cleaning it up / fixing performance issues / recommendations would be appreciated.

Currently using with Vista

I put an audio file named, AcceptCommand.wav, in the scr ...
  Topic: ImageSearch not working correctly?... Syntax?..
trueski

Replies: 5
Views: 85

PostForum: Ask for Help   Posted: Thu Aug 07, 2008 10:40 pm   Subject: ImageSearch not working correctly?... Syntax?..
sweet, thanks
  Topic: ImageSearch not working correctly?... Syntax?..
trueski

Replies: 5
Views: 85

PostForum: Ask for Help   Posted: Thu Aug 07, 2008 10:39 pm   Subject: ImageSearch not working correctly?... Syntax?..
Got it working, forgot,
CoordMode, Pixel, Screen

The CPU load is extremely high however
  Topic: ImageSearch not working correctly?... Syntax?..
trueski

Replies: 5
Views: 85

PostForum: Ask for Help   Posted: Thu Aug 07, 2008 10:30 pm   Subject: ImageSearch not working correctly?... Syntax?..
Updated... Still doesn't work
#Persistent
#SingleInstance force

FileCreateDir, ScreenShots


loop
{
WinWaitActive, NW956s1.WS

IfLess, A_Index, 6
{
ru ...
  Topic: ImageSearch not working correctly?... Syntax?..
trueski

Replies: 5
Views: 85

PostForum: Ask for Help   Posted: Thu Aug 07, 2008 8:17 pm   Subject: ImageSearch not working correctly?... Syntax?..
I'm trying to make a script that will take and save screenshots of a specific window every 200ms, As long as it is different from the last 5... I can't seem to get it to work...

#Persistent
#Sing ...
  Topic: Voice Recognition COM
trueski

Replies: 30
Views: 3138

PostForum: Scripts & Functions   Posted: Thu Aug 07, 2008 6:03 am   Subject: Voice Recognition COM
what do I need to do to make the computer speak?...

I put this in my script but it doesn't work

pspeaker := COM_ActiveXObject("SAPI.SpVoice")

COM_Invoke(pspeaker, & ...
  Topic: Folders
trueski

Replies: 2
Views: 73

PostForum: Ask for Help   Posted: Wed Aug 06, 2008 6:06 pm   Subject: Folders
this is a start, if there's only one user, you could use

IfWinExist,
{
WinSet, ; Disable the window
InputBox, ; Prompt for password
IfNotEqual, ;If wrong password
...
  Topic: xpath v3 - read and write XML documents with XPath syntax
trueski

Replies: 314
Views: 21501

PostForum: Scripts & Functions   Posted: Mon Aug 04, 2008 10:48 pm   Subject: Quick Question....
I don't know XML at all... but this should be fairly simple, I need to read this file, Record.wme (Windows Media Encoder Settings) and replace the text,

C:\Recording\ScreenRecord1.wmv

with

C: ...
  Topic: Option to prevent GUI window from activating??
trueski

Replies: 5
Views: 108

PostForum: Ask for Help   Posted: Thu Jul 31, 2008 3:25 pm   Subject: Option to prevent GUI window from activating??
Thanks, got it working, (+NoActivate on the same line as gui, show)
  Topic: Option to prevent GUI window from activating??
trueski

Replies: 5
Views: 108

PostForum: Ask for Help   Posted: Thu Jul 31, 2008 2:53 pm   Subject: Option to prevent GUI window from activating??
It doesn't do what I need it to do. It changes focus from where the user is typing. I need the window to always be on top, but I don't want it to change focus when it appears
  Topic: Option to prevent GUI window from activating??
trueski

Replies: 5
Views: 108

PostForum: Ask for Help   Posted: Thu Jul 31, 2008 2:37 pm   Subject: Option to prevent GUI window from activating??
Is there an option for a GUI window so that it will not be activated when it appears? -Disabled doesn't work...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group