 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Sean
Joined: 12 Feb 2007 Posts: 1338
|
Posted: Mon Jun 23, 2008 3:09 am Post subject: |
|
|
| nonov wrote: | | Call to nonexistent function. |
Sorry. I have no idea why all prefixes were missing there. I fixed that. And I'll post the example for your request in the thread of ShellFolder(). |
|
| Back to top |
|
 |
ahklerner
Joined: 26 Jun 2006 Posts: 1205 Location: USA
|
Posted: Fri Jul 11, 2008 5:23 am Post subject: |
|
|
I made this for myself. Thought I would share. You can add to script if you want.
| Code: | /* api for acc.ahk
ACC_Hex( num )
ACC_Value_( pacc, sValue [ , idChild ] )
ACC_Name_( pacc, sName [ , idChild ] )
ACC_DoDefaultAction( pacc [ , idChild ] )
ACC_HitTest( pacc [ , x, y ] )
ACC_Navigate( pacc [ , dir, idChild ] )
ACC_Location( pacc [ , idChild ] )
ACC_Select( pacc [ , nFlags, idChild ] )
ACC_DefaultAction( pacc [ , idChild ] )
ACC_Selection( pacc )
ACC_Focus( pacc )
ACC_KeyboardShortcut( pacc [ , idChild ] )
ACC_HelpTopic( pacc [ , idChild ] )
ACC_Help( pacc [ , idChild ] )
ACC_State( pacc [ , idChild ] )
ACC_Role( pacc [ , idChild ] )
ACC_Description( pacc [ , idChild ] )
ACC_Value( pacc [ , idChild ] )
ACC_Name( pacc [ , idChild ] )
ACC_Child( pacc, idChild )
ACC_ChildCount( pacc )
ACC_Parent( pacc )
ACC_Query( pacc )
ACC_WinEventProc( hHook, event, hWnd, idObject, idChild, eventThread, eventTime )
ACC_UnhookWinEvent( hHook )
ACC_SetWinEventHook( eventMin, eventMax, pCallback )
ACC_GetStateText( nState )
ACC_GetRoleText( nRole )
ACC_WindowFromAccessibleObject( pacc )
ACC_AccessibleObjectFromWindow( [ hWnd, idObject ] )
ACC_AccessibleObjectFromPoint( [ x, y ] )
ACC_AccessibleObjectFromEvent( hWnd, idObject, idChild )
ACC_AccessibleChildren( pacc, varChildren )
ACC_Term( )
ACC_Init( )
*/
|
_________________
 |
|
| Back to top |
|
 |
Sean
Joined: 12 Feb 2007 Posts: 1338
|
Posted: Fri Jul 11, 2008 10:45 am Post subject: |
|
|
| ahklerner wrote: | | I made this for myself. Thought I would share. You can add to script if you want. |
How did you parse it? I'm asking it as the function names are reversed.
Anyway, I added it to ACC.zip as a separate file. The same with COM.zip and IE.zip.
Thanks for taking your time for these. |
|
| Back to top |
|
 |
ahklerner
Joined: 26 Jun 2006 Posts: 1205 Location: USA
|
Posted: Fri Jul 11, 2008 7:12 pm Post subject: |
|
|
lol in SciTE ^# is a hotkey to go to the previous paragraph...made a short little script that copies the selected text and saves it in a list...decided to use #a as my hotkey and the stupid cursor kept going back to the previous function so i used it to my advantage and just started from the bottom..
i guess i could have added a sort command to the script...or Reversed them...
ps: it does not matter what order they are in anyway for me, as I just add them to my AHK Autohotkey.api file that is used by SciTE.(so i get the calltips with parameters) _________________
 |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|