Re: Android 6.0

2016-04-13 Thread Jonathan Christian
is in the pop ups and context menus. > > Why this is happening in AIR is odd though since FTE is supposed to align > the text flush against the top of the label. I would also try different > fonts as well. > > On Tue, Apr 12, 2016 at 3:52 PM, Jonathan Christian < > jcisinthehouse21@

Re: Android 6.0

2016-04-12 Thread Jonathan Christian
, Jonathan Christian < [hidden email]> wrote: > All, > > I have been noticing a weird behavior that didn't exist on AIR Android > mobile apps prior to 6.0 (Marshmallow) > > The biggest difference is when using the top property on something such a

Android 6.0

2016-04-12 Thread Jonathan Christian
All, I have been noticing a weird behavior that didn't exist on AIR Android mobile apps prior to 6.0 (Marshmallow) The biggest difference is when using the top property on something such as groups, labels, etc headingLabel.top = 6; I've included screenshots of what the

Re: Disable Scroller bounce and pull on spark List

2015-09-09 Thread Jonathan Christian
Got my question answered here http://stackoverflow.com/questions/32482765/add-extended-scroller-to-extended-spark-list-in-flex/32486502#32486502 Jonathan Christian wrote > Does anyone know how to add a custom Scroller to a Flex List component > written in Action Script? > > I

Disable Scroller bounce and pull on spark List

2015-09-08 Thread Jonathan Christian
Does anyone know how to add a customer Scroller to a Flex List component written in Action Script? I have a list in mxml called that is extended by a custom list component InfiniteScrollList.as public class InfiniteScrollList extends List { private var

Testflight with AIR?

2015-06-12 Thread Jonathan Christian
I was reading about the new Build Number in AIR iOS with AIR 18 and noticed it talked about TestFlight right in the release notes. I have recently been uploading builds to the app store (usually with AIR 17) but my AIR apps are never been available for test flight testing in iTunes connect. Is

Simulate iPhone 6 6 Plus in iOS Simulator

2014-10-01 Thread Jonathan Christian
Hello Apache Users, I'm running the latest Adobe AIR 15 with Apache Flex 4.13 on a Mac with Flash Builder. Is there a way to simulate the new iPhones in the iOS simulator? I have tried to change the simulated device after a successful deploy (it defaults at an iPhone 5 and I swapped it to a 6

RE: TextInput - no soft keyboard in iOS

2014-06-16 Thread Jonathan Christian
Thanks Maurice, saved me again! I'm setting borderVisible=false because it will go back to rounded corners if I set it to true, can I set up a border using the modified spark.skins.mobile.ScrollingStageTextInputSkin ? public function MySquareTextInputSkin() { super();

RE: TextInput - no soft keyboard in iOS

2014-06-16 Thread Jonathan Christian
Shouldn't the font in the textinput be centered? http://apache-flex-users.246.n4.nabble.com/file/n6852/Capture.png -- View this message in context: http://apache-flex-users.246.n4.nabble.com/TextInput-no-soft-keyboard-in-iOS-tp6844p6852.html Sent from the Apache Flex Users mailing

RE: TextInput - no soft keyboard in iOS

2014-06-16 Thread Jonathan Christian
Should the text be centered in the textinput box? http://apache-flex-users.246.n4.nabble.com/file/n6854/Capture.png -- View this message in context: http://apache-flex-users.246.n4.nabble.com/TextInput-no-soft-keyboard-in-iOS-tp6844p6854.html Sent from the Apache Flex Users mailing

TextInput - no soft keyboard in iOS

2014-06-13 Thread Jonathan Christian
Hey Apache friends, I'm a little perplexed on this issue I am having. The ultimate goal is to have square corners on a textinput box in a mobile flex project using Flex 4.12.1 and AIR 13. I have a typical spark textinput box that uses spark.components.textInput (s:TextInput) - works fine

RE: MobileGrid Skins

2014-04-02 Thread Jonathan Christian
Thanks Maurice I was able to set up a sharp looking Mobile Grid header, one thing I noticed is when you select the second row down and try to sort the data - any rows above it flicker to the change, and there is no flickering when the last row is selected. Just a little peculiar so I thought I'd

RE: MobileGrid Skins

2014-04-01 Thread Jonathan Christian
Yeah you're right, I zipped the wrong project sorry! here is the new link - https://drive.google.com/file/d/0B4quPL0V-7sBS3ZIbl83eEJTU2c/edit?usp=sharing I tried editing the headerGroup in the skin and was only able to remove the shadow, and using CSS I was able to set up a white column color

Re: MobileGrid Skins

2014-04-01 Thread Jonathan Christian
+s246n5875...@n4.nabble.com wrote: Ok I will have a look at it. and is making the columns not selectable possible? You mean, disable sorting on header click ? Maurice -Message d'origine- De : Jonathan Christian [mailto:[hidden email]http://user/SendEmail.jtp?type=nodenode=5875i

RE: MobileGrid Skins

2014-03-31 Thread Jonathan Christian
Thanks Maurice, I have attempted to override the CSS and apply the style /.Mobileg/ to the MobileGrid, and /.MobileGridHeader/ to the MobileGridColumn. This approach seems to partially work - any CSS in the header doesn't seem to take any effect. Am I doing this correctly? fx:Style

MobileGrid Skins

2014-03-24 Thread Jonathan Christian
Hey All, Just wondering if there is an example of a skinned ns:MobileGrid. has someone developed one? Im trying to theme each column with a white background with black text and the same appearance for the column headers. Any help would be great. thanks. -- View this message in context:

Flex Gauge Component

2014-03-03 Thread Jonathan Christian
Does anyone know of a single component or software package that handles a gauge? The only good examples I've found is AnyCharts software apckage and this link -https://github.com/PEZ/FlexGauge If someone has come across a component that looks similar or knows how to create a component like the

StageTextInputSkin - Text does not move in scroller

2014-01-10 Thread Jonathan Christian
http://apache-flex-users.246.n4.nabble.com/file/n4429/IMG_1949%5B1%5D.png I'm using the spark.skins.mobile.StageTextInputSkin in my mobile application. As you can see from the screenshot the text does not stay in its input boxes when scrolling up and down the view when wrapped in a Scroller

Re: StageTextInputSkin - Text does not move in scroller

2014-01-10 Thread Jonathan Christian
Would that be included in the nightly builds -- View this message in context: http://apache-flex-users.246.n4.nabble.com/StageTextInputSkin-Text-does-not-move-in-scroller-tp4429p4432.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

RE: StageTextInputSkin - Text does not move in scroller

2014-01-10 Thread Jonathan Christian
I installed the nightly build (4.12) along with the air 4.0 sdk, no difference in my app. Any other ideas? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/StageTextInputSkin-Text-does-not-move-in-scroller-tp4429p4436.html Sent from the Apache Flex Users mailing

RE: StageTextInputSkin - Text does not move in scroller

2014-01-10 Thread Jonathan Christian
s:Scroller id=scroller left=5 right=5 top=5 bottom=5 verticalScrollBar={new VScrollBar()} s:VGroup height=100% width=100% paddingLeft=15 paddingRight=15 paddingTop=30 s:HGroup width=100%height=30 verticalCenter=0 click=navigator.popView()