Custom Query
Results (325 - 327 of 3904)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #579 | Rejected | OCR | anonymous | |
| Description |
Integration of OCR is extremeley desiarable for Automation. Just recommending using HP and Googles Tesseract OCR which is freeware and open source, if they permit it. It works better than all other open OCRs, also found if you modift code slightly to blow text regions up it never seems to fail to convert images to text. |
|||
| #580 | No Bug | ControlListView - Get Text under SysListView32 | muskie88@… | |
| Description |
ControlListView _GUICtrlListView_GetItemTextString _GUICtrlListView_GetItemText All the above functions are not working when try to get string of "subitem 0" under uTorrent v1.8. Details and screen capture could be found: http://www.autoitscript.com/forum/index.php?showtopic=80432 |
|||
| #581 | Rejected | DeAssign() ?? | anonymous | |
| Description |
need DeAssign() func. Assign("test",21)
If IsDeclared("test") Then
MsgBox(0,"", "$test IS declared" )
Else
MsgBox(0,"", "$test is NOT declared")
EndIf
Assign("test","") ;dont work
Assign("test",Chr(0)) ;dont work
or is there a way to do it? |
|||
