Custom Query
Results (319 - 321 of 3900)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1749 | Wont Fix | _GUICtrlTreeView_SetItemParam Help File Page Change | Jon | Melba23 |
| Description |
In a recent thread (http://www.autoitscript.com/forum/index.php?showtopic=118965&pid=827414&st=0&#entry827414) I realised that the warning about not using _GUICtrlTreeView_SetItemParam on TreeItems created with the built-in GUICtrlCreateTreeViewItem function is only in the example code. ; Warning do not use SetItemParam on items created with GUICtrlCreateTreeViewItem ; Param is the controlId for items created with the built-in function Could I suggest that it is moved to the Remarks section on the main page? M23 |
|||
| #1752 | Wont Fix | GUICtrlCreateIcon doesn't work with higher index than 0 in WinXP x64 / Win 2003 | Jon | JFX |
| 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 |
|||
| #1765 | Rejected | Add ability to allow to embed AutoIt interpreter into C++ code | Jon | DmitryKa |
| Description |
Propose to allow to embed the AutoIt INTERPRETER into C++ code, something like: AU3_API void WINAPI AU3_Eval(LPWSTR szAutoItBasicScript); So, I want to execute an AutoIt script from C++ (this script may be hard-coded into S++ string or read from any file, no matter). Possibly - in AutoItX, possibly - in a new AutoItE (I understand that the interpreter code may be large, but it is not a big problem). Corresponding forum topics: http://www.autoitscript.com/forum/index.php?showtopic=119728 http://www.autoitscript.com/forum/index.php?showtopic=108872&st=0&p=766950&hl=interpreter&fromsearch=1&#entry766950 |
|||
