Custom Query
Results (247 - 249 of 3893)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #58 | Rejected | Add a new button Type called Splitbutton | ptrex | |
| Description |
Addition of the "BS_SPLITBUTTON" type button. http://msdn2.microsoft.com/en-us/library/bb775951(VS.85).aspx] This makes it possible to combine a button with a dropdownlist style. |
|||
| #3514 | Completed | Add a treeview UDF calling $TVGN_LASTVISIBLE | Jpm | Crazy |
| Description |
According to MSDN, there is a macro using TVGN_LASTVISIBLE: TreeView_GetLastVisible Retrieves the last expanded item in a tree-view control. This does not retrieve the last item visible in the tree-view window. You can use this macro, or you can explicitly send the TVM_GETNEXTITEM message with the TVGN_LASTVISIBLE flag. However, this functionality seems not included in GuiTreeView.au3. Its definition is somehow not consistent to TreeView_GetFirstVisible. How about adding a UDF named _GUICtrlTreeView_GetLastVisible or _GUICtrlTreeView_GetLastExpandedItem? Its implementation may look like: Func _GUICtrlTreeView_GetLastVisible($hWnd)
EndFunc ;==>_GUICtrlTreeView_GetLastVisible |
|||
| #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 |
|||
