Josh Tynjala

Results 145 issues of Josh Tynjala

See thread: https://forum.starling-framework.org/topic/setfunctionforevent-for-tabnavigatoritem

enhancement

From thread: https://forum.starling-framework.org/topic/feathers-how-do-i-set-properties-of-a-trees-branch-icon?replies=2#post-109689

enhancement

Multiple changes to styleNameList (such as removing one style name and adding another) should be batched together so that the theme's styles are only applied once.

enhancement

See also #1513 for rotate gesture

enhancement

See also #1512 for zoom gesture

enhancement

var spinner:DateTimeSpinner = new DateTimeSpinner(); spinner.editingMode = DateTimeMode.TIME; spinner.locale = "fr_FR"; spinner.value = new Date(); spinner.value.hours = 6; spinner.value.minutes = 0; spinner.width = Starling.current.stage.stageWidth; spinner.height = 350; spinner.itemRendererFactory = function():DefaultListItemRenderer...

bug

See forum thread: http://forum.starling-framework.org/topic/feathersui-datetimespinner-as-drawers-content

enhancement