Custom Query (3927 matches)
Results (406 - 408 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1952 | Fixed | Autoit & https & _IEFormSubmit doesnt work. | ||
| Description |
Efter two hours searching, I gave up. Than, while running some examples, I found it! _IEFormSubmit seems not te be working when you have load a website using SSL (https://) in IE9, both 32 bit and 64 bit! This is the standard _IEFormSubmit example code, using httpS://www.google.com ; #AutoIt3Wrapper_UseX64=N ;uncomment to use 32 bit IE
#include <IE.au3>
$oIE = _IECreate ("https://www.google.com")
$oForm = _IEFormGetObjByName ($oIE, "f")
$oQuery = _IEFormElementGetObjByName ($oForm, "q")
_IEFormElementSetValue ($oQuery, "AutoIt IE.au3")
_IEFormSubmit ($oForm, 0)
_IELoadWait($oIE)
Testmachine on which the code fails:
Testmachine on which the code works:
Let me know if any other information is needed. My best regards, Jeffrey |
|||
| #1752 | Wont Fix | GUICtrlCreateIcon doesn't work with higher index than 0 in WinXP x64 / Win 2003 | ||
| Description |
None of the Icons create with GUICtrlCreateIcon will be display under XP x64 (compiled as x86 or x64) Seems to work fine with XP x86 / Win7 x64 GUICreate("", 600, 250)
For $Y = 1 To 4
For $X = 1 To 4
GUICtrlCreateIcon('shell32.dll',$x + $y * 4 -4, 5+$X*74-64, 5+$Y*64-64, 32, 32)
GUICtrlCreateButton("",300+$X*74-64,5+$Y*64-64,42,42,0x8040)
GUICtrlSetImage(-1, 'shell32.dll',$x + $y * 4 -4)
Next
Next
GUISetState()
While 1
$msg = GUIGetMsg()
If $msg = -3 Then ExitLoop
WEnd
GUIDelete()
Same problem seems to be with Win 2003. Maybe also similar issue with GUICtrlSetImage related topic http://www.autoitscript.com/forum/index.php?showtopic=119151&pid=828393&st=0&#entry828393 |
|||
| #1764 | No Bug | FileCreateShortcut - cuts target to 8.3 style | ||
| Description |
Both files do not exist, also drive X: does not exist. FileCreateShortcut('C:\SomeWebSide.html', 'C.lnk')
FileCreateShortcut('X:\SomeWebSide.html', 'X.lnk')
C.lnk points to C:\SomeWebSide.html X.lnk points to X:\SomeWebS.htm |
|||
