| Author |
Message |
Topic: Put here requests of problems with regular expressions |
NiJo
Replies: 356
Views: 18566
|
Forum: 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
|
Forum: 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
Well, I can live with that Actually I'm using your Rat ... |
Topic: I need help with a macro that continues to press Z. |
NiJo
Replies: 1
Views: 368
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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...
 |
Topic: Return causes delay |
NiJo
Replies: 7
Views: 406
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: Ask for Help Posted: Thu Feb 22, 2007 12:33 pm Subject: Math Algorithm Problem (Other). Very Hard |
@Toralf.:
Cool... Second one works nice. Thanks
Edited Twice: Yep, It's correct
@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
|
Forum: 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
|
Forum: 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 ... |
| |