AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Accessibility Standard Library
Goto page Previous  1, 2
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Sean



Joined: 12 Feb 2007
Posts: 1338

PostPosted: Mon Jun 23, 2008 3:09 am    Post subject: Reply with quote

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
View user's profile Send private message
ahklerner



Joined: 26 Jun 2006
Posts: 1205
Location: USA

PostPosted: Fri Jul 11, 2008 5:23 am    Post subject: Reply with quote

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
View user's profile Send private message
Sean



Joined: 12 Feb 2007
Posts: 1338

PostPosted: Fri Jul 11, 2008 10:45 am    Post subject: Reply with quote

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
View user's profile Send private message
ahklerner



Joined: 26 Jun 2006
Posts: 1205
Location: USA

PostPosted: Fri Jul 11, 2008 7:12 pm    Post subject: Reply with quote

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.. Smile
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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group