General
-
25 votes
-
Popups to extends SkinnablePopupComponent
If you don't extend SkinnablePopupComponent, then StageText is not disabled when a popup appears on mobile.
1 vote -
Add a Android 4.0 Style
Google recently released new style guidelines for Android IceCream Sandwich. Take a look at http://developer.android.com/design/ . I would be interested in contributing to it as I work on a new app.
14 votes -
Create a popup loading alert
I would like to see a popup loading alert that mimics the behavior of the alert you already have but has the loading icon.
8 votes -
Editable TextInputs under an active SkinnableAlert
Hello Eskimo-Dev-Team,
I think, I've found a little bug or mistake in the SkinnableAlert-Component. If you show an alert, the textInput-Fields behind on the view are editable as well. That isn't very userfriendly, because when you click on a field in the background the softkeyboard comes up and overlap the alert-panel (the buttons), further the colour of the content in an editable textInput-Field is a sort of blue, too.Kind regards and I'm looking forward to using your final version. :)
17 votes -
Problem when compiling theme in design mode
On my desktop PC I get some error when Flash Builder tries to compile the Eskimo theme. These are the messages I get:
Encountered errors or warnings while building project test.mxml.
The style 'textShadowAlpha' is only supported by type 'spark.components.Button' with the theme(s) 'mobile'.
The style 'textShadowColor' is only supported by type 'spark.components.Button' with the theme(s) 'mobile'.
The style 'defaultButtonAppearance' is only supported by type 'spark.components.ActionBar' with the theme(s) 'mobile'.
Unable to resolve resource bundle "i18n" for locale "es_ES".I'm not setting any of those styles in my project, and the same files work fine in my notebook. Also, as… more
10 votes -
MultichoiceList bug with Android
MultichoiceList bug with Android (we need's to open twice to have the good width) Flash Builder 4.6 (mobile air)
2 votes -
SectionList doesn't work properly without height set
If SectionList is not embedded in other container with height set, it can (not always reproducible) throw exception, because of line 398 in SectionList.as
(renderer as UIComponent).height = NaN;
Error #2004: One of the parameters is invalid.
ArgumentError: Error #2004: One of the parameters is invalid.
at flash.display::Graphics/drawRect()
at spark.components::LabelItemRenderer/drawBackground()[E:\dev\4.y\frameworks\projects\mobilecomponents\src\spark\components\LabelItemRenderer.as:850]
at com.pialabs.eskimo.components::SectionItemRenderer/drawBackground()[/Users/rattkin/Documents/Workspaces/Adobe Flash Builder/eskimo_lib/src/com/pialabs/eskimo/components/SectionItemRenderer.as:70]
Additionally, the height of the SectionList is not right when height is not set. Too see this, just remove height parameter from the Eskimo Tour app sample SectionList view. It would seem that the requestedRowCount has something to do with it - generally, the height of… more3 votes -
Join efforts with Jason San Jose @ http://adobe.ly/j9YZ2C
Some of his skins are way more detailed. Also, it wouldn't make sense to split the work between different communities - merged it into one.
4 votes -
1 vote
-
customize the theme used by eskimo component
Allow developer to put a custom theme color for each component/ control
1 vote -
Make instance members/methods protected instead of private to enable extension.
As with any library, it is nearly impossible to know all of the use cases and it has been my experience that libraries that allow for extension easily are more useful. Would you be willing to consider relaxing the private members to protected to allow this?
Thanks for your consideration.
13 votes -
IPad version
Hi.
It would be great if we can choose between iphone and ipad styling. Ipad skin could be like this: http://code.google.com/p/flexpad/
13 votes -
Deletable List should seperate icon and shadow - rotating shadow looks odd
Rotating the shadow of the deletable list icon looks wrong - the shadow should be a separate entity or removed altogether.
3 votes -
check for a null _toastQueue. Null Pointer Exception canceling Toast
If you create toast, then cancel it, you will get a null pointer exception because _toastQueue instance member has not been initialized with the first creation of Toast via the show method.
If the component were open for extension the community might be able to work around this without having to change the source library.
3 votes -
SectionList Bug..
Firstly, thanks for the new release - Awesome Work!
The SectionList seems to have a problem; when selecting an item in the list, I see a big black block at the top of the list - this happens in your sample app and I've tried my own implementation.
17 votes -
2 votes
-
SkinnableAlert don't change the screenposition
Hello again,
I think, I've found a new small thing for your backlog. ;-)
If I create a SkinnableAlert and switch the device, the alert-window stay on his old position on the device-screen. It doesn't reload the position for the new screen-size. :-)But, very good work, guys!
10 votes -
Augmenting the mobile button hit area
Add a property in Flex to easily augment the hit area (like "ActivePaddingLeft","ActivePaddingTop"), in order to reduce annoying miss-click.
28 votes -
Trying to figure out the setup
I am trying to use some of the components in a project and it seems like the skins are defined in the components which I can not access ? Do I have to use the same folder structure which you have defined here ?
1 vote