Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20305] Windows: Add support for Scroll Wheel (ti.scrollwheel)

GitHub Issuen/a
TypeImprovement
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsWindows
Labelsn/a
ReporterLeor Brenman
AssigneeUnknown
Created2016-02-02T15:30:04.000+0000
Updated2018-02-28T19:55:12.000+0000

Description

Add support for Scroll Wheel for Windows Phone Client wants to use a scroll wheel to select a time for a reservation

Attachments

FileDateSize
Screen Shot 2016-02-02 at 10.24.57 AM.png2016-02-02T15:25:20.000+0000157915

Comments

  1. Fokke Zandbergen 2016-02-03

    Maybe https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.timepicker.aspx
  2. Fokke Zandbergen 2016-02-03

    Don't we already support this, just not documented? https://github.com/appcelerator/titanium_mobile_windows/search?q=picker&type=Code
  3. Christopher Williams 2016-02-03

    We do have pickers and yes, you can choose to use a time picker. See https://github.com/appcelerator/titanium_mobile_windows/blob/8d531db6f4e06005fa17a1841f62a728254a454b/Source/UI/src/Picker.cpp#L65 and https://github.com/appcelerator/titanium_mobile_windows/blob/d9cb8a0a5c3fca412d66f87958d9ea450d7b1110/Examples/NMocha/src/Assets/ti.ui.picker.test.js#L33 Also note that ti.scrollwheel is a third-party module. And I imagine that you could always try rolling your own custom UI to have a fancier time picking UI using something like a TableView or ListView.

JSON Source