S salmander Active Member Licensed User Longtime User Jan 24, 2013 #1 Hi All, Has AccessibilityEvent been developed in B4A yet? the search returns Accessibility library, but I cannot find AccessibilityEvent. Thanks
Hi All, Has AccessibilityEvent been developed in B4A yet? the search returns Accessibility library, but I cannot find AccessibilityEvent. Thanks
Erel B4X founder Staff member Licensed User Longtime User Jan 25, 2013 #2 What are you trying to do with this event? Upvote 0
S salmander Active Member Licensed User Longtime User Jan 25, 2013 #3 Through this class, you can access to notifications of any app. I believe "TYPE_NOTIFICATION_STATE_CHANGED" is what I am looking for. Thanks Upvote 0
Through this class, you can access to notifications of any app. I believe "TYPE_NOTIFICATION_STATE_CHANGED" is what I am looking for. Thanks
Erel B4X founder Staff member Licensed User Longtime User Jan 27, 2013 #4 This will only work if you create an AccessibilityService and the user enables the accessibility features and choose your service. Upvote 0
This will only work if you create an AccessibilityService and the user enables the accessibility features and choose your service.
S salmander Active Member Licensed User Longtime User Jan 27, 2013 #5 Erel said: This will only work if you create an AccessibilityService and the user enables the accessibility features and choose your service. Click to expand... Thanks for your reply Erel. I know, it can only be used in conjunction with Accessibility. I know there is Accessibility library in b4a, that is why I asked if there is AccessibilityEvent as well in b4a. Upvote 0
Erel said: This will only work if you create an AccessibilityService and the user enables the accessibility features and choose your service. Click to expand... Thanks for your reply Erel. I know, it can only be used in conjunction with Accessibility. I know there is Accessibility library in b4a, that is why I asked if there is AccessibilityEvent as well in b4a.
Erel B4X founder Staff member Licensed User Longtime User Jan 28, 2013 #6 The Accessibility does not support creating an accessibility service. Upvote 0
S salmander Active Member Licensed User Longtime User Jan 28, 2013 #7 I see. I guess its going in the Wish List then Thanks Upvote 0