Re: Help with MS Accessibility
From: Pete Davis (pdavis68_at_NOSPAM.hotmail.com)
Date: 01/20/05
- Next message: mojado44: "Error loading msxorwks.dll. Help!!!"
- Previous message: Pete Davis: "Re: Help with MS Accessibility"
- In reply to: Pete Davis: "Re: Help with MS Accessibility"
- Next in thread: Pete Davis: "Re: Help with MS Accessibility"
- Reply: Pete Davis: "Re: Help with MS Accessibility"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 19 Jan 2005 21:57:09 -0600
Oops, I misread the docs. You can disregard a lot of what I wrote. It's
clear now, though. Thanks again.
"Pete Davis" <pdavis68@NOSPAM.hotmail.com> wrote in message
news:_8ydnQ86W6X7tHLcRVn-1w@giganews.com...
> Thanks, that was very helpful. The .NET documentation on it doesn't really
> make a lot of sense, so we've been going back and reading COM-based
> documentation, as it has given us a lot more information and clearly we
> missed this. Thanks.
>
> It still seems we'll need to implement the child IDs for the
> AccessibilityNotifyClients call, though. How else can we specify which
> objects should be notified of changes?
>
> I think part of our confusion was looking at the IAccessibility interface
in
> ObjectBrowser where get_accChild returns an object. So we were thinking it
> was an object implementing IAccessible, but clearly it's an int32.
>
> Thanks again.
>
> Pete
>
>
> "Charles Oppermann" <chuckop@zettasystems.askme> wrote in message
> news:edjmzNn$EHA.2180@TK2MSFTNGP10.phx.gbl...
> > > Thank you so much. Her page also has a lot of good links. Most of
which
> > > I've
> > > already arrived at by way of google, but I would have found them all
> much
> > > faster if I had hit her page first.
> > >
> > > I'm trying to contact her. She definitely seems like the right person
to
> > > help us.
> >
> > It's my understanding that she no longer does accessibility testing, but
> I'm
> > not certain of that.
> >
> > To help with the basics of the Accessibility support in the .NET
> Framework,
> > spend some time reading the Active Accessibility documentation on MSDN.
> > That'll give you a background and introduce you to the concepts.
> >
> > The child ID concept is explained at:
> > http://msdn.microsoft.com/library/en-us/msaa/msaaovrw_36gj.asp
> >
> > Although reading it now, it's no more helpful than the first version of
> that
> > topic written in 1997.
> >
> > Basically the child ID is a number of a sub-object that doesn't have
full
> > accessibility support. It appears in your case that each cell has full
> > support, thus you can return CHILDID_SELF (0x00).
> >
> > Hope this helps.
> > -Charles Oppermann
> >
> >
>
>
- Next message: mojado44: "Error loading msxorwks.dll. Help!!!"
- Previous message: Pete Davis: "Re: Help with MS Accessibility"
- In reply to: Pete Davis: "Re: Help with MS Accessibility"
- Next in thread: Pete Davis: "Re: Help with MS Accessibility"
- Reply: Pete Davis: "Re: Help with MS Accessibility"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|