Hello everyone,
We are trying to make our software more accessible for everyone, by including MSAA/MSUIA.
To enable the communication between our Software and MSAA/MSUIA we already did the following:
I updated the PB.ini with the following line:
[Data Window]
Accessibility=1
[Application]
Accessibility=1
and I also tried with
Accessibility=2
Place of the pb.ini: C:\Users\”user”\AppData\Local\Appeon\PowerBuilder 22.0
and there was a second PB.ini at: C:\Program Files (x86)\Appeon\PowerBuilder 22.0, where the PB exe lies. So I updated both.
I made sure that the pbacc.dll is in the right place:
C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 22.2.0.3356\ pbacc.dll
I also tried putting the pbacc.dll into the same folder as the final EXE but it still didn’t work.
I'm checking the accessibility-properties I assigned with Windows Insight, Microsoft Inspect and Microsoft Screenreader, but there isn’t any difference since the updates I made.
Am I missing something?
Thanks in advance!