GWT DatePicker Keyboard Navigation - gwt

I have a GWT datepicker and I am trying to make this accessible from the keyboard. I am having difficulty in exposing the actual date elements in the calendar and I was wondering if anyone has had any luck with this? All I want really is to be able to tab into the different dates in the calendar.
Thanks in advance

Strangely. If you launch - http://gwt.google.com/samples/Showcase/Showcase.html#!CwDatePicker
Tab Click 1 - ?
Tab Click 2 - GWT Homepage
Tab Click 3 - More Examples
Tab Click 4 - Country/I18N seleciton
Tab Click 5 and Click Enter key - Month Change on Datepicker
Tab Click 6 and Click Enter key - Date 1 gets selected for current month
Tab Click 7 and Click Enter key - Date 2 gets selected for current month
.
.
.so on
The keyboard support with tabindex seems to work with embedded DatePicker!!! Tested it on FireFox and Chrome. It seems only cell highlighting needs to be done to improve User Interaction!!!!!!!!!
Sadly this is not feasible with Tabpanel or Datebox's popup Datepicker ( hides on tab click ).
GWT had some interesting ideas on it # http://code.google.com/p/google-web-toolkit-incubator/wiki/accessibility
It has now got a broader scope # Dev Guide on Accessibility
However, the new scope on accessibility does not list/mention out datepicker or keyboard access.

Related

Daterangepicker is not keyboard accessible

I am using a daterangepicker in my project. It's developed with help of third party library daterangepicker.js But, it's not supporting keyboard accessibility. Author of this library is not ready to add the feature as it's 11 years old library.
Can someone help me to add the keyboard accessibility for this date picker in my application. I appreciate the suggestions and ideas on this.
More details on exact issue:
We attached the date picker to a input field. And opening the datepicker as soon as input field gets the focus. But, not able to navigate the datepicker using keyboard(arrow, tab etc..)
I am expecting to make date range picker keyboard accessible.

SAPUI5 DateTimeInput open by Button

I'm using a sap.m.DateTimeInput in my XML View. When the input is clicked the DatePicker Popup is opened. Now I want to add a Button beside the DateTimeInput, and let open the Date popup on button click. DateTimeInput provides no method to open the Popup as far as i know. I'using SAPUI5 version 1.28.
How can i achieve this ?
I'm a little bit lost in Borwser Events, handlers and so on.
Check out the Date Picker control. I think that this control is what you want.
Date Picker Control

How to turn back on page tabs in form in Access 2007

I know I changed some setting (or did something) to make the page tabs in my Access 2007 form disappear, but I can't remember what the setting was. I am not referring to turning on tabs instead of overlapping windows in the Current Database under Access Options. I have that set to show tabs, but it now only shows one tab for my 2-tab form. Previously I could see 2 tabs for this one form. I can still navigate between the tabs in design view by selecting them in the Property sheet.
Any suggestions much appreciated!!
Look for the style property on the property sheet. You can choose tabs, buttons and none.

Preference to many Buttons?

I ran into this problem - I have 5 Radio Button, whose number varies. There are settings that I made a Preference.
I would like to know whether you can use a Preference for each Radio Button? Ie the settings for each Radio Button should be in one Preference their possible 7 Sorry for bad English.

iphone categorization problem

I'll make a simple app with these features;
In main windows there will be a menu.
Menu Item 1
Menu Item 2
Menu Item 3
When user click Menu Item 1
a new menu based view should appear, however when user clicked menu item 2, a text based view should appear.
I made a navigation based app, but i couldn't connect different view file for each cell.
How can i do this ? Have you got any example ?
My app:
Menu Item 1
- Menu Item 1.1
- Text
- Menu Item 1.2
- Menu Item 1.2.1
- Text
- Menu Item 1.2.2
- Text
Menu Item 2
- Text
...
..
.
(probably i will use sqlite for context of menu and texts.)
See
http://developer.apple.com/library/ios/#documentation/uikit/reference/UINavigationController_Class/Reference/Reference.html
and the associated sample code, this is a good one.
http://developer.apple.com/library/ios/#samplecode/WorldCities/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009466