Custom Query
Results (133 - 135 of 3876)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#134 | No Bug | Add support for COM events to take ByRef parameters | Valik | Valik |
Description |
We need to support objects being passed to COM events by reference. The attached script contains an example using Word. The comments at the top explain how to use the script and what to expect. |
|||
#135 | Completed | FileWrite, FileWriteLine extended to set write mode and pointer position | Valik | flyingboz@… |
Description |
Suggested Syntax: FileWrite($filehandle,$line,[$pointer_position],{$insert_or_overwrite]) Suggested Behavior case $pointer_position >=0 AND < FileSize
case $pointer_position > filesize
case $pointer_position omitted or <0
Benefits Standardized methodology of inserting data into existing files at an arbitrary location. Performance and reliability improvements dealing with large files, or files that are used by more than one process. Provides functionality not directly present in windows api, not doable with a one line UDF / DllCall. New parameters optional, doesn't break existing scripts. |
|||
#136 | Rejected | FolderSelect Control in GUI | i542 | |
Description |
Well, as far as I go, I've been lacking an FolderSelect control. This would be such control like in FileSelectFolder and on GuiCtrlRead it would return a path to current folder. Comments welcome. |