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 73 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Put here requests of problems with regular expressions
NiJo

Replies: 356
Views: 18566

PostForum: Ask for Help   Posted: Sat Jul 07, 2007 2:53 pm   Subject: Put here requests of problems with regular expressions
I'm learning RegEx, so I can use it as an HTML Parser.
For now, I want to get the ID and TITLE of some Images in a previously downloaded webpage.
I don't know How many they are per page, And I wante ...
  Topic: Math Algorithm Problem (Other). Very Hard
NiJo

Replies: 14
Views: 674

PostForum: Ask for Help   Posted: Fri Feb 23, 2007 4:19 pm   Subject: Math Algorithm Problem (Other). Very Hard
@Nick: Almost that, the only problem is the testing for a<m at the beginning. We need it, but it's changing the values before the calc Sad
Well, I can live with that Wink Actually I'm using your Rat ...
  Topic: I need help with a macro that continues to press Z.
NiJo

Replies: 1
Views: 368

PostForum: Ask for Help   Posted: Fri Feb 23, 2007 1:21 am   Subject: I need help with a macro that continues to press Z.
Stole it from a topic just down this one...
^z::
Loop
{
Send {z}
GetKeyState, LoopBreakCheck, LCtrl, P
if LoopBreakCheck = D
Break
}
return

CT ...
  Topic: Is it possible to do that..
NiJo

Replies: 9
Views: 517

PostForum: Ask for Help   Posted: Thu Feb 22, 2007 9:19 pm   Subject: Is it possible to do that..
use:
SetTitleMatchMode, 2
ControlGetText, URL, Edit1, Internet Explorer

URL becomes your current URL of the TopMost IE page.
  Topic: breaking a loop
NiJo

Replies: 4
Views: 441

PostForum: Ask for Help   Posted: Thu Feb 22, 2007 9:13 pm   Subject: Re: breaking a loop
*RButton::
Loop
{
Send {RButton}
GetKeyState, LoopBreakCheck, RButton, P
if LoopBreakCheck = U
Break
Loop
{
GetKeyState LoopPauseChec ...
  Topic: Is it possible to do that..
NiJo

Replies: 9
Views: 517

PostForum: Ask for Help   Posted: Thu Feb 22, 2007 9:00 pm   Subject: Is it possible to do that..
LaZfishEnt. he can't edit it because he was Guest...

Guest, sometimes it opens 1 page, and sometimes it opens 1+1 page, right? in another window? It's possible to detect that another window appeare ...
  Topic: Is it possible to do that..
NiJo

Replies: 9
Views: 517

PostForum: Ask for Help   Posted: Thu Feb 22, 2007 8:47 pm   Subject: Is it possible to do that..
Does the webPage load something if it does "not load" as you say?
If it only loads something (Progress at statusbar control visible) those times you want, it's detectable.
see [url=http:// ...
  Topic: Return causes delay
NiJo

Replies: 7
Views: 406

PostForum: Ask for Help   Posted: Thu Feb 22, 2007 8:38 pm   Subject: Return causes delay
I don't recommend you use that code...
It only loops for 200 times apparently, but the Threads are all messed up! Your calling the DoiIt every 1ms, that causes the script to actually launch it after ...
  Topic: Return causes delay
NiJo

Replies: 7
Views: 406

PostForum: Ask for Help   Posted: Thu Feb 22, 2007 8:32 pm   Subject: Re: Return causes delay
@Jaytech: I just want to send space every two seconds and while doing that...
Razz
  Topic: Return causes delay
NiJo

Replies: 7
Views: 406

PostForum: Ask for Help   Posted: Thu Feb 22, 2007 8:24 pm   Subject: Return causes delay
Your script is only checking the color right after the space send, 2 in 2 seconds...

This should work
#Persistent
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey rel ...
  Topic: Math Algorithm Problem (Other). Very Hard
NiJo

Replies: 14
Views: 674

PostForum: Ask for Help   Posted: Thu Feb 22, 2007 4:55 pm   Subject: Math Algorithm Problem (Other). Very Hard
@Titan: Your msgbox #2, function(200, 200, 200, 200, 0, 100 ,1000, 200, 500) returns: 125,125,125,125. How's that possible if ppl #1 and #2 only have 0 and 100 in bank, respectively? and msgbox #3 ret ...
  Topic: Math Algorithm Problem (Other). Very Hard
NiJo

Replies: 14
Views: 674

PostForum: Ask for Help   Posted: Thu Feb 22, 2007 4:50 pm   Subject: Math Algorithm Problem (Other). Very Hard
Percentaged rates is a possibility that I thought before.
Maybe to the Bank Related Problem it would make sense, but not for what I need.
It needs to have an "almost constant" "missin ...
  Topic: Math Algorithm Problem (Other). Very Hard
NiJo

Replies: 14
Views: 674

PostForum: Ask for Help   Posted: Thu Feb 22, 2007 12:33 pm   Subject: Math Algorithm Problem (Other). Very Hard
@Toralf.:
Cool... Very Happy Second one works nice. Thanks Wink
Edited Twice: Yep, It's correct Wink

@Titan:
I must be a real dumbass... I don't understand your code, and it doesn't work in your cases... ms ...
  Topic: Autofill CD-Key & Serial number
NiJo

Replies: 5
Views: 1876

PostForum: Scripts & Functions   Posted: Thu Feb 22, 2007 3:03 am   Subject: Autofill CD-Key & Serial number
Good Idea. But...
Isn't that a complicated way to do something easy?

For example, for almost every software available, doesn't this code do the desired?

^w:: ;Copy Serial and press CTRL ...
  Topic: Math Algorithm Problem (Other). Very Hard
NiJo

Replies: 14
Views: 674

PostForum: Ask for Help   Posted: Thu Feb 22, 2007 2:50 am   Subject: Math Algorithm Problem (Other). Very Hard
I need an algorithm (AHK code) that does the following:

I have 4 entrance values: a,b,c,d. (Desired)
I have 4 variables: k,l,m,n. (Maximuns)
I have another one, T. (Total Maximum)

I want the r ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group