Manuel Lehner

Results 18 comments of Manuel Lehner

Custom fonts are not supported as MenuItems by default. You can use [ABX](https://github.com/ricardoalcocer/actionbarextras) for this.

Hi. To be honest, I just don't have the time to do this. But if you, or anyone, implement a commonJs version, please let me know (#30) - it shouldn't...

like this? ![](https://camo.githubusercontent.com/2f14850508eb93e0225a7709c6c5cfcd6241cc73/68747470733a2f2f7261772e6769746875622e636f6d2f56797368616b682d4b2f54482d50726f6772657373427574746f6e2f6d61737465722f73637265656e73686f74732f70726f677265737373686f74332e706e67)

yes, but I'm afraid it'll push the progress background circle to the outer edge. So maybe we'll need to add another layer to center the progress background justified with the...

As mentioned in #13 `animate` is not working on iOS. I'm sorry I didn't mention in the readme. For now, you have to use `$.progress.setValue` on iOS. But if you...

Hi, I've just pushed the 1.6.2 update. You can now pass an index property to the creation object: ``` js var dropDownSelection = Alloy.Globals.abx.createDropdown({ titles : ["First", "Second", "Third", "Fourth"],...

I'll leave this open as this should work too but does not yet. ``` js dropDownSelection.activeItem = 2; ``` Still need to figure out why that fails.

Hi @falkolab we would have to replace the standard ArrayAdapter with a [ThemedSpinnerAdapter](http://developer.android.com/reference/android/support/v7/widget/ThemedSpinnerAdapter.html) in our current implementation of the DropdownProxy (which is still very basic). But the it would be...

Ooops, accidently closed this

@ricardoalcocer not yet, I'll let you know