Android UI Components built for Flex 4.5
Stars
43
Forks
9
Watchers
43
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
9
commits
2
commits
When setting option ArrayCollection, the code was checking for selectedIndex in order to set the selectedItem. Because it's 0 in my case indicating the first item in the collection, the if statement always failed and thus returned a null selectedItem and event.data. To correct this I check that selectedIndex is >= 0 instead.
08b33fdView on GitHubWhen setting option ArrayCollection, the code was checking for selectedIndex in order to set the selectedItem. Because it's 0 in my case indicating the first item in the collection, the if statement always failed and thus returned a null selectedItem and event.data. To correct this I check that selectedIndex is >= 0 instead.
2362c90View on GitHubMerge branch 'master' of github.com:olsonjj/Flex-4.5-Android-Component-Library
2cd9260View on GitHubMerge branch 'master' of github.com:olsonjj/Flex-4.5-Android-Component-Library
eadf915View on GitHubMerge branch 'master' of github.com:olsonjj/Flex-4.5-Android-Component-Library
085c265View on GitHubMerge branch 'master' of github.com:olsonjj/Flex-4.5-Android-Component-Library
77c81f1View on GitHub