语言

Menu
Sites
Language
Accessibility, change screen reader controls order

Hello. 

Is there any way to change controls order for screen reader (TTS)? 

It seems that this order doesn't depend on ui focus order.

Relative classes are AccessibilityElement, AccessibilityContainer and IAccessibilityListener, but I don't see any way to affect screen reader order in them. 

Thanks for any hint.

 

And one more question: is there any way to unlock device (perform slide to unlock) when TTS is turned on? 

编辑者为: knazev 23 5月, 2014

响应

2 回复
Md. Anwar Parvez

Project can be run on emulator by following steps:

  1. In the Tizen(2.4 R2) IDE >> File >> New >> Others >> Tizen >> Tizen Native project >> Next
  2. Select Template >> Mobile >>2.4 >> UI Application >> Basic UI
  3. Enter a project name
  4. Select Finish
  5. Build the Project
  6. Select emulator in Connection Explorer, if one more items exist in Connection Explorer 
  7. Run project as "Run as>> Tizen Native Application" 
  8. Newly created App should be displayed in the Project Explorer tab of IDE 
  9. Application will be launched with "Hello Tizen!" title on Emulator.
Synthia Islam

Dear knazev

Currently in Tizen SDK 2.4, necessary methods and typedefs of TTS API are available.

But this API is not completely ready in system level. Developers are working on it. Hopefully this API will be ready on the next Tizen SDK version.

 

Reference link of TTS API document:

https://developer.tizen.org/dev-guide/2.4.0/org.tizen.native.mobile.apireference/group__CAPI__UIX__TTS__MODULE.html

 

For any further information, please feel free to ask.

Thanks.