| Author |
Message |
Topic: Printing css/html-formatted text |
Rabiator
Replies: 2
Views: 256
|
Forum: Scripts & Functions Posted: Fri May 02, 2008 5:51 pm Subject: Printing css/html-formatted text |
Nice idea with interesting options!
I think it will enrich some of my scripts, thanks for sharing!
Just a proposal:
IMO the handling of the first parameter "pOptions" as a pieced number ... |
Topic: Functions not working in expression |
Rabiator
Replies: 8
Views: 387
|
Forum: Wish List Posted: Wed Apr 09, 2008 6:20 pm Subject: Functions not working in expression |
What is the the correct word for %Var%? Traditional and variable reference are often used in the documentation.
No this is not a variable reference. The percent sign just puts it into an expression.Y ... |
Topic: Functions not working in expression |
Rabiator
Replies: 8
Views: 387
|
Forum: Wish List Posted: Tue Apr 08, 2008 3:06 pm Subject: Functions not working in expression |
i think it still should be changed as it is inconsistent.It is not inconsistent.
As described in the help, Loop takes the value from a variable reference (like %Var%), not from a variable (like Var). ... |
Topic: INI Library - ultra fast in-memory data mining function set |
Rabiator
Replies: 25
Views: 1973
|
Forum: Scripts & Functions Posted: Sun Dec 02, 2007 8:33 pm Subject: INI Library - ultra fast in-memory data mining function set |
Apart from of the high usefulness of your functions - a pleasing and commendable documentation!
Thanks!
__________________________________________
Created with BBCodeWriter 7.0 - the one and onl ... |
Topic: Gravity testing |
Rabiator
Replies: 6
Views: 776
|
Forum: Scripts & Functions Posted: Wed Oct 31, 2007 9:44 pm Subject: Gravity testing |
Nice idea !
I played around with it a little bit. Now we can watch the ball two-dimensional with damping SetBatchLines -1
Height := 600
Width := 960
DiffSpeed := 0.098
Dampi ... |
Topic: How To Write Unmaintainable Code :) |
Rabiator
Replies: 1
Views: 262
|
Forum: General Chat Posted: Mon Oct 29, 2007 9:48 pm Subject: How To Write Unmaintainable Code :) |
A brilliant tutorial that points out all programming sins
http://freeworld.thc.org/root/phun/unmaintain.html |
Topic: Send Command to Firefox |
Rabiator
Replies: 7
Views: 363
|
Forum: Ask for Help Posted: Sun Aug 12, 2007 10:21 pm Subject: Send Command to Firefox |
You should omit the Break in the loop.
__________________________________________
Created with BBCodeWriter 7.0 - the one and only  |
Topic: ListView: How to get the column number of a selected cell? |
Rabiator
Replies: 2
Views: 203
|
Forum: Ask for Help Posted: Wed Jul 04, 2007 8:51 pm Subject: ListView: How to get the column number of a selected cell? |
... This is at the cost of a (small) DLL and some wrapper code, so it won't entirely solve your problem...Not entirely, I didn't expect that.
Thank you for the link! I'll try the grid wrapper, i ... |
Topic: ListView: How to get the column number of a selected cell? |
Rabiator
Replies: 2
Views: 203
|
Forum: Ask for Help Posted: Wed Jul 04, 2007 1:40 pm Subject: ListView: How to get the column number of a selected cell? |
After a A_GuiEvent the row number of a selected ListView cell is provided by A_EventInfo, but where can I get the column number?
I read Micahs' thread [url=http://www.autohotkey.com/forum/topic1992 ... |
Topic: Music converter |
Rabiator
Replies: 4
Views: 668
|
Forum: General Chat Posted: Wed May 16, 2007 8:20 pm Subject: Music converter |
[url=http://www.dbpoweramp.com/]dBpoweramp provides many formats.
__________________________________________
Created with BBCodeWriter 7.0 - the one and only  |
Topic: The german AHK Forum got 10k'ed ;) |
Rabiator
Replies: 1
Views: 410
|
Forum: General Chat Posted: Wed May 09, 2007 8:39 pm Subject: Re: The german AHK Forum got 10k'ed ;) |
Congrats to all persons who made this happen. Just to name a few: ...
Not forgetting AGU a.k.a AGermanUser, who - to name but one of many things - contributed sedulously a big part of the german AHK ... |
Topic: [module] TVX - Tree View eXtension |
Rabiator
Replies: 8
Views: 6578
|
Forum: Scripts & Functions Posted: Tue May 08, 2007 1:21 pm Subject: Re: TVX - Tree Viex eXtension |
majkinetor, nice work!!
Now I'll retry a script that I discarded exactly because these modifying possibilities were missing.
Thanks for this facility! |
Topic: Crazy Scripting : Dingbat Flipper 45L |
Rabiator
Replies: 26
Views: 1730
|
Forum: Scripts & Functions Posted: Tue May 01, 2007 7:50 pm Subject: Crazy Scripting : Dingbat Flipper 45L |
@Skan
Your game is brilliant!
I tried out the solver, too, it works very well. Watching it radiates some mysticism, I'll need a closer look at the source.
_____________________________________ ... |
Topic: string length |
Rabiator
Replies: 2
Views: 196
|
Forum: Ask for Help Posted: Tue May 01, 2007 1:09 pm Subject: Re: string length |
little quick question:
how long can a string be?
i have a very very long string but ahk cuts the last part of and says ... ... ...Strings can only be very long (not very very ). Have a look at ... |
Topic: A faster method than DllCall("RtlFillMemory", ? |
Rabiator
Replies: 3
Views: 263
|
Forum: Ask for Help Posted: Tue May 01, 2007 12:37 pm Subject: A faster method than DllCall("RtlFillMemory", ? |
| Is there a faster way thanDllCall("RtlFillMemory", UInt, Pointer, Int, 1, UChar, Byte)to manipulate a byte in memory? On my computer (1800 MHz) this command takes 22 µs, reading a by ... |
| |