Android Question How to add accessibility library manually to .b4a

Dear specialists,
I have tried to add Accessibility library support manually add itto The .b4a file. I Am sending The file as attachment. Please how to repair itif is it causingproblems? I Am using B4X pages project. Now, after my manual change Ide refuses to show project sub menuafter opening .b4a project file.Is it possible to combine accessibility library with B4X library?
I can not use add library dialog and some other dialogs with NVDA screen reader. So I Am forced to use Notepad instead. My situation is even more complicated, because screen reader refuses to tell Me error when compiling project and if there is not AN textual log file which I could read, It is sad.
Thank you for yours help with accessibility library.
 

Attachments

  • Example.zip
    1.6 KB · Views: 105

Erel

B4X founder
Staff member
Licensed User
Longtime User
The error appears in the logs tab:

[IDE message - 10:52:06]
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at B4J.Shared.ModulesSerialization.OpenProject(ProjectFile fileName1) i
[IDE message - 10:52:06]
An error occurred.
Error loading file.
The given key was not present in the dictionary.

Line #8 was empty. Remove it and it will work.
 
Upvote 0
Oh, thank you very very much dear MR administrator. Unfortunately, log tab do not contain editable field which is focusable so I can not read compilation or build errors. I must be careful while editing with Notepad and I must pay attention on empty redundand lines. Thank you.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…