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 232 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Notes
DataLife

Replies: 18
Views: 3312

PostForum: Scripts & Functions   Posted: Wed Jan 27, 2010 6:03 pm   Subject: Notes
I downloaded V1.6. Opened it with SCITE, attempted to run the script and get the following error on line 1561.

Note1.6.ahk (1561) : ==> A ":" is missing its "?"

The code ...
  Topic: A way to slowdown imagesearch
DataLife

Replies: 4
Views: 290

PostForum: Ask for Help   Posted: Tue Sep 08, 2009 8:23 pm   Subject: A way to slowdown imagesearch
I don't think he is stupid.
It appears english is not his first language and it is hard for him to express what he needs.

Also, be a man and flame under your membership name instead of Guest.

D ...
  Topic: Memory not being released,
DataLife

Replies: 21
Views: 1220

PostForum: Ask for Help   Posted: Mon May 11, 2009 5:18 am   Subject: Memory not being released,
I had not thought about googles code causing it. I checked other web pages and the memory is released properly.

thanks
DataLife
  Topic: Memory not being released,
DataLife

Replies: 21
Views: 1220

PostForum: Ask for Help   Posted: Sun May 10, 2009 6:20 am   Subject: Memory not being released,
It is not the code, it is Internet explorer.

I manually clicked on google maps, google news, google maps, google news.

I did that for a few minutes and the memory usage was up to 202 mb very qu ...
  Topic: Memory not being released,
DataLife

Replies: 21
Views: 1220

PostForum: Ask for Help   Posted: Sun May 10, 2009 12:14 am   Subject: Memory not being released,
I get a error when I run the code you posted.

COM Error Notification
Function Name: "document"
ERROR: The COM Object may not be a valid Dispatch Object!
First ensure t ...
  Topic: [VxE]'s Home Thread [Scriptlets & Functions]
DataLife

Replies: 26
Views: 11851

PostForum: Scripts & Functions   Posted: Sat May 09, 2009 11:59 pm   Subject: Re: Online Dictionary Easy Lookup Script
"]Don't know what a word means? Just Control+Double-Click it (while this script is running)This very cool, it is similar to IE8's Define with Google which only works in IE8. Your program works just ab ...
  Topic: Memory not being released,
DataLife

Replies: 21
Views: 1220

PostForum: Ask for Help   Posted: Sat May 09, 2009 5:44 pm   Subject: Memory not being released,
Here is my entire code, this code causes Out of Memory error and virtual memory is low with Winxp. With Vista I don't get the error but IE becomes unresponsive and I look at IE's memory usage and it h ...
  Topic: [VxE]'s Home Thread [Scriptlets & Functions]
DataLife

Replies: 26
Views: 11851

PostForum: Scripts & Functions   Posted: Sat May 09, 2009 2:51 pm   Subject: Re: AutoExecute
"]A more recent manifestation of one of my earlier scripts. This script attempts to run the contents of the clipboard as an AHK script with added safeguards and self-cleaning features.
This works gre ...
  Topic: [VxE]'s Home Thread [Scriptlets & Functions]
DataLife

Replies: 26
Views: 11851

PostForum: Scripts & Functions   Posted: Sat May 09, 2009 2:46 pm   Subject: Re: [VxE]'s Encryption With GUI
"]My Encryption Function... This is very cool. Can I have permission to use it in one of my scripts? I may modify it to encrypt and decrypt an ini file to prevent users from altering/viewing stuff the ...
  Topic: autohotkey Loop answear Fast please :)
DataLife

Replies: 15
Views: 1041

PostForum: Ask for Help   Posted: Sat May 09, 2009 2:56 am   Subject: autohotkey Loop answear Fast please :)
Thanks that worked. But why does not the script scroll down? ive made it to scroll the site a little bit down.

I think he means scroll down a webpage. If that is the case determine where and when y ...
  Topic: autohotkey Loop answear Fast please :)
DataLife

Replies: 15
Views: 1041

PostForum: Ask for Help   Posted: Sat May 09, 2009 12:53 am   Subject: autohotkey Loop answear Fast please :)

Loop
{
Your code
}


You should use a hotkey to exit your script when you need to. Put this after the loop closing bracket

^x:: ;this would exit the script when Ctrl x i ...
  Topic: Memory not being released,
DataLife

Replies: 21
Views: 1220

PostForum: Ask for Help   Posted: Sat May 09, 2009 12:40 am   Subject: Memory not being released,
both of these return objects
you would call com_release(links) in ahk to clean up the memory for each time you call it links:=com_invoke(pwb,"document.links") however so ...
  Topic: Memory not being released,
DataLife

Replies: 21
Views: 1220

PostForum: Ask for Help   Posted: Fri May 08, 2009 5:43 am   Subject: Memory not being released,
so all you need to do is use the links collection in COM to get the links of the page and scan for those you are looking for. Clicking on the found links can be done with, you guessed it: click(), or ...
  Topic: onexit help.
DataLife

Replies: 4
Views: 381

PostForum: Ask for Help   Posted: Thu May 07, 2009 2:44 pm   Subject: onexit help.

OnExit, ExitSub ; this directive needs to be up at the top.

I struggled with this issue also and now that I know the answer it seems very obvious.

Although, ...
  Topic: Memory not being released,
DataLife

Replies: 21
Views: 1220

PostForum: Ask for Help   Posted: Wed Apr 29, 2009 10:42 pm   Subject: Memory not being released,
Woah! You have duplicate code all over the place, and init/uninit like a madman, no wonder the memory use Rolling Eyes .Not sure what your talking about. If you are talking about the functions, I have two ...
 
Page 1 of 16 Goto page 1, 2, 3 ... 14, 15, 16  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group