Questions tagged [feathers-ui]

Feathers UI is an open source, cross-platform framework of user interface components. There are two versions of Feathers UI. The original is built with ActionScript, Adobe AIR, and Starling. A newer version is built with Haxe and OpenFL.

About :

a library of light-weight, skinnable, and extensible UI controls for mobile and desktop. The components run on Starling Framework and the Adobe Flash runtimes — offering blazing fast GPU powered graphics to create a smooth and responsive experience. Build completely standalone, native applications on iOS, Android, Windows, and Mac OS X, or target Adobe Flash Player in desktop browsers. Created by Josh Tynjala from Bowler Hat LLC, Feathers UI is free and open source.

Resources :

Requirements :

  • Adobe AIR 23.0 for desktop or mobile apps
  • Adobe Flash Player 19.0 for web browsers
  • Starling Framework 2.1
8 questions
1
vote
2 answers

Can a Feathers VideoPlayer be scaled?

It would appear that the width and height of the Feathers VideoPlayer component can be set. But when I load a video source the size always reverts to the size of the native video. Any ideas how to fix this? In this example the native video is…
crooksy88
  • 3,849
  • 1
  • 24
  • 30
1
vote
1 answer

How to set the height of panel screen header in Feathers UI?

I created a PanelScreen from feathers.controls. However, I feel like I can only change the width of its header, How can I change the height of its header? for example: var layout:PanelScreen=new PanelScreen; layout.title =…
1
vote
2 answers

Text rendering issue with starling framework

I'm using the feathers/starling framework and I've noticed that on some machines there's a rendering issue (illustration attached). The bitmap font is rendered with some glitches. I've made tests in latest Chrome with the latest Flash player on…
Kolyunya
  • 5,973
  • 7
  • 46
  • 81
1
vote
1 answer

Limit scrolling direction in Feathers ScrollContainer

I have a Feathers ScrollContainer with a starling display object added under it. When a child object is larger than the ScrollContainer, it will automatically allow scrolling. I want to restrict the scrolling direction to be vertical only, and not…
Garry Law
  • 2,936
  • 2
  • 16
  • 14
0
votes
1 answer

Log in through facebook app if the user has the facebook app installed?

I am working with the latest versions of Starling and FeathersUI using Flash Builder 4.7 Currently I have added a "log in/sign up through facebook" option into my mobile application. The option works by using the Feathers WebView component to open…
0
votes
1 answer

Adobe Air 23 + iOS 10.1.1 full screen

I am using Air latest version with Starling and feathers latest versions. My problem is how my application is not getting full height on iPhone 6 latest iOS (version 10.1.1) I am also using launch images and they are working correctly on the…
0
votes
2 answers

how to fix 1120: Access of undefined property main in initializing starling section?

i am new in actionscript3, i have a problem with my code that i refer to Designing for a multi-device, multi-resolution world and i stuck at initializing starling. the syntax is good but found error when i test my project by ctrl+enter. here is my…
0
votes
1 answer

How to override default Feathers theme font

I wanted to override the MinimalDesktopTheme default font (to be able to use UTF-8 characters) and I've extended the theme class like this: public class DesktopTheme extends MinimalDesktopTheme { public function DesktopTheme() { …
Kolyunya
  • 5,973
  • 7
  • 46
  • 81