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 23 matches
AutoHotkey Community Forum Index
Author Message
  Topic: AHK Window Info 1.7
fade2gray

Replies: 71
Views: 75508

PostForum: Scripts & Functions   Posted: Wed Nov 02, 2011 11:23 am   Subject: AHK Window Info 1.7
Here's a faster version

Thanks.
  Topic: AHK Window Info 1.7
fade2gray

Replies: 71
Views: 75508

PostForum: Scripts & Functions   Posted: Tue Nov 01, 2011 4:13 pm   Subject: AHK Window Info 1.7
Not sure why, but the 'Mouse' tab is EXTREMELY slow to re-draw.

Windows7
You need to disable the Aero theme by changing it to the Basic or, better still, Classic theme.

Would anyone know if it ...
  Topic: A_LoopReadLine loses leading whitespace (indentation)
fade2gray

Replies: 3
Views: 154

PostForum: Ask for Help   Posted: Sun Jul 18, 2010 8:47 pm   Subject: A_LoopReadLine loses leading whitespace (indentation)
Thanks guys - perhaps [url=http://www.autohotkey.com/docs/commands/LoopReadFile.htm]Loop(read file contents) should have a reference to AutoTrim the same as [url=http://www.autohotkey.com/docs/command ...
  Topic: A_LoopReadLine loses leading whitespace (indentation)
fade2gray

Replies: 3
Views: 154

PostForum: Ask for Help   Posted: Sun Jul 18, 2010 8:14 pm   Subject: A_LoopReadLine loses leading whitespace (indentation)
Why does A_LoopReadLine drop indentation?

e.g. if I run
Loop, read, TestFile1.txt
{
NewFile = %NewFile%%A_LoopReadLine%`n
}
FileDelete, TestFile2.txt
FileAppend, %NewFile%, *TestFi ...
  Topic: This code works for me, but is it efficient?
fade2gray

Replies: 4
Views: 263

PostForum: Ask for Help   Posted: Sat May 15, 2010 3:46 pm   Subject: This code works for me, but is it efficient?
I was wondering if steps 1 & 2 and 3 & 4 could be combined somehow.

Thanks for any info.

string= abc,123,def,456 ; etcetera
MyFn(string)

MyFn(string)& ...
  Topic: What's wrong with my script? (IniRead/StringSplit/Loop)
fade2gray

Replies: 2
Views: 344

PostForum: Ask for Help   Posted: Thu Jan 22, 2009 4:12 am   Subject: What's wrong with my script? (IniRead/StringSplit/Loop)
variables in a function are local by default. (check the help for functions)
you need to declare them as global, if you want to access them outside the function.
TYVM Z_Gecko. No matter how often I ...
  Topic: What's wrong with my script? (IniRead/StringSplit/Loop)
fade2gray

Replies: 2
Views: 344

PostForum: Ask for Help   Posted: Thu Jan 22, 2009 3:14 am   Subject: What's wrong with my script? (IniRead/StringSplit/Loop)
I created myself a simple function to read a list of keys from a section of an ini file, but I fail to understand the resulting behaviour.

Could someone tell me what is happening and why, when mb3 ...
  Topic: Mathematical Function Grapher
fade2gray

Replies: 35
Views: 12097

PostForum: Scripts & Functions   Posted: Sun Oct 05, 2008 2:40 am   Subject: Mathematical Function Grapher
If you haven't clicked the right button to make a new line, do so. If you have, try updating your AHK.
I can create a graph by right clicking and entering an equation using the uncompiled script.

...
  Topic: Mathematical Function Grapher
fade2gray

Replies: 35
Views: 12097

PostForum: Scripts & Functions   Posted: Sat Oct 04, 2008 10:53 pm   Subject: Mathematical Function Grapher
@Trikster
If this should work on an XP sp3 machine - then I have a localised problem as I only see the gui and the graph paper - maybe a missing dll?

Any suggestions how I might troubleshoot?
  Topic: Mathematical Function Grapher
fade2gray

Replies: 35
Views: 12097

PostForum: Scripts & Functions   Posted: Sat Oct 04, 2008 10:04 pm   Subject: Mathematical Function Grapher
It uses an off-script method for finding the slope of the line. You can fix this by using Laslo's Eval() function.
Thanks for the reply, but if you are referring to ...

Here is a new version of th ...
  Topic: Mathematical Function Grapher
fade2gray

Replies: 35
Views: 12097

PostForum: Scripts & Functions   Posted: Sat Oct 04, 2008 3:26 am   Subject: Mathematical Function Grapher
Hi,

Can anyone offer an explanation as to why the graphs won't plot when this script is compiled?

Thanks.
  Topic: AVG virus threat alerts against compiled scripts
fade2gray

Replies: 4
Views: 779

PostForum: Ask for Help   Posted: Thu Jan 17, 2008 6:12 am   Subject: AVG virus threat alerts against compiled scripts
Yup, just found the other thread.

Running an AVG update didn't help but upgrading from 1.0.47.04 to 1.0.47.05 did the trick.

Thanks.
  Topic: AVG virus threat alerts against compiled scripts
fade2gray

Replies: 4
Views: 779

PostForum: Ask for Help   Posted: Thu Jan 17, 2008 5:52 am   Subject: AVG virus threat alerts against compiled scripts
I've just started getting...Virus identified Worm/Autoit.LM... against all compiled scripts.

Any advice please?
  Topic: AHK Window Info 1.7
fade2gray

Replies: 71
Views: 75508

PostForum: Scripts & Functions   Posted: Tue Nov 13, 2007 10:19 pm   Subject: AHK Window Info 1.7
I am enclosing in tags - the code appears to be too long and something is breaking.

Just realised the above post was automated. Embarassed
  Topic: AHK Window Info 1.7
fade2gray

Replies: 71
Views: 75508

PostForum: Scripts & Functions   Posted: Tue Nov 13, 2007 10:10 pm   Subject: AHK Window Info 1.7
Until I realised I had to account for the title bar and chamfer, it had always confused me why a control created at x0 y0 would be reported by any window info tool as being positioned at x3 y22.

Be ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group