From: JP on
I am having a problem performing a simple operation such as selectiing an
item from a combobox.

I can dropdown the list by performing the default action on the dropdown
button.
I can also highlight the list item by doing an accSelect.
But the list item default action does not select the item when the dropdown
closes.

dropdownAcc->accDoDefaultAction(ddVar);
listItemAcc->accSelect(SELFLAG_TAKESELECTION, liVar);
listItemAcc->->accDoDefaultAction(liVar);


From: JP on
Can anyone tell me where I can get support/advice for Accessibility
programming? I can find anything anywhere.

Thanks

"JP" wrote:

> I am having a problem performing a simple operation such as selectiing an
> item from a combobox.
>
> I can dropdown the list by performing the default action on the dropdown
> button.
> I can also highlight the list item by doing an accSelect.
> But the list item default action does not select the item when the dropdown
> closes.
>
> dropdownAcc->accDoDefaultAction(ddVar);
> listItemAcc->accSelect(SELFLAG_TAKESELECTION, liVar);
> listItemAcc->->accDoDefaultAction(liVar);
>
>
From: Alex Blekhman on
JP wrote:
> Can anyone tell me where I can get support/advice for
> Accessibility programming? I can find anything anywhere.

"Microsoft Accessibility"
http://msdn.microsoft.com/library/en-us/dnanchor/html/accessibility.asp