| Author |
Message |
Topic: Floor divide bug |
Smurth
Replies: 3
Views: 95
|
Forum: Ask for Help Posted: Wed Aug 03, 2011 4:45 am Subject: Floor divide bug |
OK, sorry.
I didn't understood all the issues. |
Topic: Floor divide bug |
Smurth
Replies: 3
Views: 95
|
Forum: Ask for Help Posted: Wed Aug 03, 2011 3:27 am Subject: Floor divide bug |
Try this:
a := 5 // -3
msgbox %a%
a := 5 // -3.0
msgbox %a%
|
Topic: [AHK_L] Powerful Math Expression Evaluation In One Go |
Smurth
Replies: 8
Views: 1145
|
Forum: Scripts & Functions Posted: Mon Aug 01, 2011 6:56 pm Subject: [AHK_L] Powerful Math Expression Evaluation In One Go |
Nice work! Reasonably short but very featureful.
One suggestion, though: using SetFormat without the fast mode has the following disadvantage (...)
Oh, and I think this is a bug:
SetFormat, I ... |
Topic: [AHK_L] Powerful Math Expression Evaluation In One Go |
Smurth
Replies: 8
Views: 1145
|
Forum: Scripts & Functions Posted: Sun Jul 31, 2011 9:44 pm Subject: [AHK_L] Powerful Math Expression Evaluation In One Go |
Update:
- Added: grains to grams conversion
- Fixed: Expression operators order
- Changed: "Const" is now a static var
How does this compare against the other expression evaluator?
... |
Topic: [AHK_L] Powerful Math Expression Evaluation In One Go |
Smurth
Replies: 8
Views: 1145
|
Forum: Scripts & Functions Posted: Thu Mar 03, 2011 5:58 am Subject: [AHK_L] Powerful Math Expression Evaluation In One Go |
Two days of hard work and the result is a huge update
See first post. |
Topic: [AHK_L] Powerful Math Expression Evaluation In One Go |
Smurth
Replies: 8
Views: 1145
|
Forum: Scripts & Functions Posted: Wed Mar 02, 2011 5:56 am Subject: [AHK_L] Powerful Math Expression Evaluation In One Go |
You may want to note that it is written for AHK_L, and that tokenisation has to be done manually.
There's already AHK_L in the post title.
About "tokenisation", I just don't know what it i ... |
Topic: [AHK_L] Powerful Math Expression Evaluation In One Go |
Smurth
Replies: 8
Views: 1145
|
Forum: Scripts & Functions Posted: Tue Mar 01, 2011 6:06 am Subject: [AHK_L] Powerful Math Expression Evaluation In One Go |
FEATURES AND SYNTAX
- Units can be append to expressions to produce convertions (see below).
- You can omit the multiplier sign between brackets, function, constants, like in real world (see example ... |
Topic: [func] calc() - math expression evaluation incl brackets |
Smurth
Replies: 3
Views: 1360
|
Forum: Scripts & Functions Posted: Mon Feb 28, 2011 9:41 pm Subject: [func] calc() - math expression evaluation incl brackets |
Hi,
Great script; exactly what I need...
But I've found one bug: when I try to call calc with something like cos(90), cos(179), etc., AutoHotkey goes in an endless loop
I've tried with Au ... |
Topic: Virtual Desktops & extras for Win7 |
Smurth
Replies: 23
Views: 4445
|
Forum: Scripts & Functions Posted: Sat Feb 26, 2011 9:21 pm Subject: Virtual Desktops & extras for Win7 |
FIXED: Window of other desktop lost focus when activated from the taskbar
FIXED: ComboBox List lost focus on WheelUp/WheelDown |
Topic: [AHK_L+H] WatchDirectory - Report Directory Changes |
Smurth
Replies: 87
Views: 6667
|
Forum: Scripts & Functions Posted: Thu Jan 06, 2011 7:55 pm Subject: [AHK_L+H] WatchDirectory - Report Directory Changes |
Very nice. Thanks for the good work  |
Topic: AutoHotkey_L v1.0.91.05 |
Smurth
Replies: 20
Views: 4423
|
Forum: Announcements Posted: Wed Jan 05, 2011 4:31 am Subject: AutoHotkey_L v1.0.91.05 |
I was away of AHK during a whole year. I'm very glad to see all of these inprovements.
I've read the roadmap, especially http://www.autohotkey.com/misc/AutoHotkey-v2.htm and I must say "yes!&quo ... |
Topic: SCAAB - ScreenSaver As A Background |
Smurth
Replies: 18
Views: 3584
|
Forum: Scripts & Functions Posted: Fri May 21, 2010 6:02 pm Subject: SCAAB - ScreenSaver As A Background |
This one is pretty cool: http://download113.mediafire.com/m9jrc2wmmjpg/9wnjbyrmxgu/AnimatedDesktop.zip
In combination with http://blog.greggman.com/blog/nostalgic-screensaver/
or http://www.really ... |
Topic: Virtual Desktops & extras for Win7 |
Smurth
Replies: 23
Views: 4445
|
Forum: Scripts & Functions Posted: Fri May 14, 2010 2:26 pm Subject: Virtual Desktops & extras for Win7 |
| @Unambiguous: As I've just mention it: this script is intended to supply the basic functions. Building a gui is easy in AHK, so you can make it exactly like you want. |
Topic: GDI+ standard library 1.45 by tic |
Smurth
Replies: 918
Views: 139913
|
Forum: Scripts & Functions Posted: Thu Mar 11, 2010 9:50 pm Subject: GDI+ standard library 1.45 by tic |
Razer: try to test with Gdip_SetSmoothingMode(G, 4). The not really rounded thing might have something to do with gdip, itselft...
On a last note, I recommend you to include the Gdip_DeleteBrush(p_ ... |
Topic: GDI+ standard library 1.45 by tic |
Smurth
Replies: 918
Views: 139913
|
Forum: Scripts & Functions Posted: Thu Mar 11, 2010 11:33 am Subject: GDI+ standard library 1.45 by tic |
Hi Razer, I don't know if that would made the desired esthetic changes but here are some clues (assuming you're using the Tic version):
x = 100
y = 100
width = 800
height = 40
radius = 6
fil ... |
| |