Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (253 - 255 of 3933)

Ticket Resolution Summary Owner Reporter
#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

#932 Completed Add additonal mouse event constants to WindowsConstants.au3 Jpm Spiff59
Description

Some system messages, such as WM_SETCURSOR, as well as some calls to user32.dll, return mouse events in the range of 0x200 to 0x209.

These constants already exist in WindowsConstants.au3: $WM_MOUSEMOVE = 0x200 $WM_LBUTTONUP = 0x202

That list is incomplete. I suggest this would be a more complete, and useful, list: $WM_MOUSEMOVE = 0x200 $WM_LBUTTONDOWN = 0x201 $WM_LBUTTONUP = 0x202 $WM_RBUTTONDOWN = 0x204 $WM_RBUTTONUP = 0x205 $WM_MBUTTONDOWN = 0x207 $WM_MBUTTONUP = 0x208

Reference topic: 81761 Thank you.

#240 Works For Me Add as Snippet Gary Firestorm
Description

In SciTe, when you have selected text or nothing selected and right-click and click 'Add as Snippet', SciTe gives an error:

Error _GUIImageList_AddIcon: -1

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.