| Author |
Message |
Topic: How to show the lower part of an image |
rousni
Replies: 7
Views: 845
|
Forum: Ask for Help Posted: Mon Dec 26, 2011 8:41 am Subject: How to show the lower part of an image |
so I would just use a Gui with something like
And so I'll do. Thank you! |
Topic: How to show the lower part of an image |
rousni
Replies: 7
Views: 845
|
Forum: Ask for Help Posted: Sun Dec 25, 2011 5:10 pm Subject: How to show the lower part of an image |
ZY is for the margins
Exactly - with a negative margin you can (you should be able to) hide a part of the image. With a "normal" Gui and a "normal" Picture control it's OK.
A ... |
Topic: How to show the lower part of an image |
rousni
Replies: 7
Views: 845
|
Forum: Ask for Help Posted: Sun Dec 25, 2011 3:31 pm Subject: How to show the lower part of an image |
A Gui works, with the appropriate margins, as expected.
Gui, Add, Picture ...
Therefore, I think the SplashImage is bugfull. |
Topic: How to show the lower part of an image |
rousni
Replies: 7
Views: 845
|
Forum: Ask for Help Posted: Sun Dec 25, 2011 6:36 am Subject: How to show the lower part of an image |
This show the entire image, with proportional w, and not the lower half of the image
IMAGEFILE = images.jpg
SplashImage, %IMAGEFILE%, zh400 zw-1,,, IMAGE
Sleep 3000 |
Topic: How to show the lower part of an image |
rousni
Replies: 7
Views: 845
|
Forum: Ask for Help Posted: Sat Dec 24, 2011 9:26 pm Subject: How to show the lower part of an image |
I am expecting to see the lower half of the image, but there is only the background:
SplashImage, %IMAGEFILE%, zh400 zy-200 h200,,, IMAGE
Please tell me what I am doing wrong. |
Topic: [AHK_L 64-bit] ControlGet, OutputVar, Selected... [ERROR] |
rousni
Replies: 4
Views: 539
|
Forum: Bug Reports Posted: Mon Dec 05, 2011 4:56 pm Subject: [AHK_L 64-bit] ControlGet, OutputVar, Selected... [ERROR] |
| Thank you for the new update! |
Topic: [AHK_L 64-bit] ControlGet, OutputVar, Selected... [ERROR] |
rousni
Replies: 4
Views: 539
|
Forum: Bug Reports Posted: Sun Dec 04, 2011 12:05 am Subject: [AHK_L 64-bit] ControlGet, OutputVar, Selected... [ERROR] |
Gui, Add, Edit,, qwertyuiop qwertyuiop
Gui, Show,, Title
Sleep, 5000 ; selecting some text
SoundBeep
ControlGet, TEXT, Selected,, Edit1, Title
MsgBox %TEXT%`nErrorLevel = %ErrorLevel% ; TEXT = &q ... |
Topic: [AHK_L 64-bit] ControlGet, OutputVar, Selected... [ERROR] |
rousni
Replies: 4
Views: 539
|
Forum: Bug Reports Posted: Sat Dec 03, 2011 3:27 pm Subject: [AHK_L 64-bit] ControlGet, OutputVar, Selected... [ERROR] |
ControlGet, TEXT, Selected,, Edit1, Title ; TEXT = "" (ErrorLevel = 1)
a workaround:
ControlGetText, TEXT, Edit1, Title
ControlGet, TEXT, Selected,, Edit1, Title ; TEXT = O ... |
Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ... |
rousni
Replies: 1035
Views: 177160
|
Forum: Scripts & Functions Posted: Tue Jan 04, 2011 3:20 pm Subject: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ... |
I tried the WM_COPYDATA stuff from Help and it didn't work.
Receiver.ahk:
Received the following string: [None] |
Topic: (Fixed) AutoHotkey_L regexp bug in the last version |
rousni
Replies: 27
Views: 1882
|
Forum: Bug Reports Posted: Sun Dec 12, 2010 8:38 am Subject: (Fixed) AutoHotkey_L regexp bug in the last version |
Win2K, most recent AHK from last year. And AHK_L rv 60, as indicated above.
As indicated above, the bug only concerns the last version of AHK_L, namely
AHK_L Version v1.0.90.00 |
Topic: (Fixed) AutoHotkey_L regexp bug in the last version |
rousni
Replies: 27
Views: 1882
|
Forum: Bug Reports Posted: Sat Dec 11, 2010 9:59 am Subject: (Fixed) AutoHotkey_L regexp bug in the last version |
This is now a confirmed bug - please fix it.
http://www.autohotkey.com/forum/viewtopic.php?p=405149
Thank you in advance! |
Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ... |
rousni
Replies: 1035
Views: 177160
|
Forum: Scripts & Functions Posted: Sat Dec 11, 2010 9:57 am Subject: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ... |
This is now a confirmed bug - please fix it.
http://www.autohotkey.com/forum/viewtopic.php?p=405149
Thank you in advance! |
Topic: Send mouse scrolls to window under mouse |
rousni
Replies: 117
Views: 33005
|
Forum: Scripts & Functions Posted: Wed Dec 08, 2010 11:31 am Subject: Send mouse scrolls to window under mouse |
I recently migrated to Autohotkey_L and shimanov's solution stopped working, I am afraid. Anyone know any solution?
Shimanov's solution stopped working for me too when I migrated from Autohotkey_L ... |
Topic: (Fixed) AutoHotkey_L regexp bug in the last version |
rousni
Replies: 27
Views: 1882
|
Forum: Bug Reports Posted: Mon Dec 06, 2010 8:27 pm Subject: (Fixed) AutoHotkey_L regexp bug in the last version |
Yes, the encoding used is Unicode.
(By the way, with a script in ANSI i get �bbc) |
Topic: (Fixed) AutoHotkey_L regexp bug in the last version |
rousni
Replies: 27
Views: 1882
|
Forum: Bug Reports Posted: Mon Dec 06, 2010 6:45 pm Subject: (Fixed) AutoHotkey_L regexp bug in the last version |
I'm on XpSp3, is your OS 32-bit, though I have no idea if that matters.
I think that doesn't matter. What matters is the result of:
MsgBox % RegExReplace("àbc", "(b)c& ... |
| |