| Author |
Message |
Topic: [Lib/TechDemo] 5 (6) State Graphic Buttons |
nick
Replies: 3
Views: 926
|
Forum: Scripts & Functions Posted: Mon Jun 28, 2010 5:28 am Subject: [Lib/TechDemo] 5 (6) State Graphic Buttons |
| *deleted* |
Topic: Replacing the edit menu |
nick
Replies: 8
Views: 1003
|
Forum: Ask for Help Posted: Fri Jun 25, 2010 3:48 pm Subject: Replacing the edit menu |
#NoEnv
Menu, MyMenu, Add, Hello, MyMenuHandler
Menu, MyMenu, Add
Menu, MyMenu, Add, World, MyMenuHandler
; ------------------------------------------------------------------------------
Gui, Marg ... |
Topic: [Solved] Algorithm for 'Hard Scrambling' cell values in Grid |
nick
Replies: 14
Views: 572
|
Forum: Ask for Help Posted: Sun Jun 20, 2010 4:59 am Subject: [Solved] Algorithm for 'Hard Scrambling' cell values in Grid |
@Z_Gecko: Good job!
@SKAN: Some slight improvement: Sort, BaseList, D| Random
BaseList := (SubStr(BaseList, 1, 1) != "|" ? "|" : "") Bas ... |
Topic: Bug in power operator? |
nick
Replies: 10
Views: 828
|
Forum: Bug Reports Posted: Sun Jun 13, 2010 9:47 am Subject: Bug in power operator? |
| I don't mean the result, but the way AHK is calculating the power expression. That's whyResult := MyVarContainingMyInteger * MyVarContainingMyIntegerandResult := MyVarContainingMyInteger**2may ... |
Topic: Bug in power operator? |
nick
Replies: 10
Views: 828
|
Forum: Bug Reports Posted: Sun Jun 13, 2010 8:19 am Subject: Bug in power operator? |
Moin,
No. Remember AHK was created for non-programmers, people who don't understand this discussion.Power: Both the base and the exponent may contain a decimal point. If the exponent is negative, t ... |
Topic: Gui after gosub |
nick
Replies: 6
Views: 370
|
Forum: Ask for Help Posted: Sun Jun 13, 2010 7:41 am Subject: Gui after gosub |
| Sorry, but those interested in AHK will likely search in the help file for this unknown "Default" option, and those only interested in a running skript will likely take the changes without l ... |
Topic: Gui after gosub |
nick
Replies: 6
Views: 370
|
Forum: Ask for Help Posted: Sun Jun 13, 2010 6:50 am Subject: Gui after gosub |
... or you just insertstart:
iniRead, Phone, Settings.ini, Phone, 1
if Phone = ERROR
Phone = 1235551212
Gui, 1:Default
Gui, Add, Button, x16 y297 w320 h40 , SaveSearch
Gui, Add, ... |
Topic: How Get WM_CHAR ? |
nick
Replies: 3
Views: 558
|
Forum: Ask for Help Posted: Thu Jun 10, 2010 5:05 am Subject: How Get WM_CHAR ? |
[url=http://msdn.microsoft.com/en-us/library/ms645536%28v=VS.85%29.aspx]Raw Input  |
Topic: Double reff. buildin vars unresolved in concat. expression. |
nick
Replies: 4
Views: 569
|
Forum: Wish List Posted: Thu Jun 10, 2010 4:57 am Subject: Double reff. buildin vars unresolved in concat. expression. |
| Such a reference should not resolve to an environment variable, the clipboard, or any reserved/read-only variable. If it does, it is treated as an empty string. |
Topic: Right Alt works like Alt+CTRL |
nick
Replies: 3
Views: 305
|
Forum: Ask for Help Posted: Tue Jun 08, 2010 5:36 am Subject: Right Alt works like Alt+CTRL |
| ^<!l::MsgBox, You did it! |
Topic: Scroll a listview programmatically |
nick
Replies: 3
Views: 498
|
Forum: Ask for Help Posted: Mon Jun 07, 2010 1:18 pm Subject: Scroll a listview programmatically |
Row Functions
Vis |
Topic: this loop cannot stop? |
nick
Replies: 23
Views: 804
|
Forum: Ask for Help Posted: Mon Jun 07, 2010 6:09 am Subject: this loop cannot stop? |
plotone =1.1 2.2 3.3 4.4 5.5 ;plot area of flower(1)
plottwo =6.6 7.7 8.8 9.9 ;plot area of flower(2)
StringSplit, pa, plotone, `.%A_Space%
StringSplit, pb, plottwo, `.%A_Space%g ... |
Topic: Bug in power operator? |
nick
Replies: 10
Views: 828
|
Forum: Bug Reports Posted: Sun Jun 06, 2010 9:19 pm Subject: Bug in power operator? |
@ Jamie:
Sorry for not undrstanding your first post, but would you agree, it should be mentioned in the Helpfile? |
Topic: Bug in power operator? |
nick
Replies: 10
Views: 828
|
Forum: Bug Reports Posted: Sun Jun 06, 2010 8:37 pm Subject: Bug in power operator? |
Moin Z_Gecko,
it seems to depend on the size of the result
No, it doesn't! It seems to depend on even or odd numbers in case of n**2! |
Topic: Bug in power operator? |
nick
Replies: 10
Views: 828
|
Forum: Bug Reports Posted: Sun Jun 06, 2010 8:32 am Subject: Bug in power operator? |
AHK 1.0.48.05 / Win Vista Home Premium SP2:
n**2 seems to yield false results for odd numbers starting with 94906267:
SetBatchlines, -1
S := 94900000
R1 := R2 := 1
Loop {
... |
| |