Re: Flex Mobile font looks bolder in Label...

2014-12-04 Thread chris_d_k
Okay... another thing... using TextArea would make it look more like on labels... but to get an embedded font working on them I need to use the skin spark.skins.mobile.TextAreaSkin ... why isn't that the standard skin and why does the standard skin not work with embedded fonts? Thanks Christian

Re: Is there a way to send an event from the Flex server to a registered Flex client ?

2014-12-04 Thread shaack
Hi Gary, we also plan to use websockets for message exchange from Spring to Flex. Could you please tell us, which library to you use an Flex client side. I just found the granite websocket client: https://github.com/graniteds/flex-websocket-client. Is this the right one to use? How is encryption

RE: Flex skin implementing material design out there?

2014-12-04 Thread Kessler CTR Mark J
The new flat skins that were being donated would be closer to what you describe. I believe the current repo they are stored in is in [1] GITHub. [1] https://github.com/akamud/FlatSpark -Mark -Original Message- From: itworksforme [mailto:chiamamib...@yahoo.it] Sent: Wednesday, December

Re: Flex Mobile font looks bolder in Label...

2014-12-04 Thread Héctor A
The standard skin uses StageText, which is a native control, not a Flex/Flash one, it is faster on big amounts of text and allows to set keyboard types in input controls among other things, but it doesn't allow for embedded fonts as you've found out, plus being a native control it stays over other

Re: Flex skin implementing material design out there?

2014-12-04 Thread Héctor A
However using the flat skins donated is not the most optimal thing to use for mobile apps. On Wed, Dec 3, 2014 at 6:42 PM, Kessler CTR Mark J < mark.kessler@usmc.mil> wrote: > The new flat skins that were being donated would be closer to what you > describe. I believe the current repo they a

Re: Crash on AIR app

2014-12-04 Thread Subscriptions
the [WARN] trace you are seeing is generated by the mobile TextInput/TextArea skins - seeing it doesnt necessarily mean there's a problem; i suspect its not related to your app crashing are you using any ANEs or 3rd party code? Lee Burrows ActionScripter On 03/12/2014 11:22, Angelo Lazzari wr

Current state of BlazeDS

2014-12-04 Thread chris_d_k
Hi together we are planning to use BlazeDS but we found out that the last Code of BlazeDS is from May 2011 and there should be problems (StreamingAMFChannel, ...) running it on tomcat 7 or 8. Can anyone tell me what the state is (was it donated to Apache?... Is someone develloping it further?)...

RE: Flex skin implementing material design out there?

2014-12-04 Thread itworksforme
Thank you very much! I didn't know that project... -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-skin-implementing-material-design-out-there-tp8959p8970.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Crash on AIR app

2014-12-04 Thread Angelo Lazzari
Yeah, i'm using ANE but the same app worked on the same device for more that a year, the only thing it's changed is the flex framework and the AIR, package. Is there a way to write a console log file on the mobile? Thanks Angelo El Thu Dec 04 2014 at 13:44:18, Subscriptions () escribió: > the

Re: Crash on AIR app

2014-12-04 Thread Subscriptions
Im not aware of any automatic way to save the console output to a file but you can use Adobe Scout to view the console output in real time. If you want to rule out the [WARN] trace as a possible cause, test your app with TextInput/TextArea skins set to spark.skins.mobile.TextInputSkin/TextArea

Re: Crash on AIR app

2014-12-04 Thread Héctor A
Well, changing the AIR SDK implies many things... aside from internal changes in AIR itself it also means you are using a newer iOS SDK, and iOS 8 changed several things. At first I'd discard the AIR and Flex SDKs, otherwise a lot of us would be suffering the same issue (unless you are using some w

Re: Current state of BlazeDS

2014-12-04 Thread Alex Harui
BlazeDS was donated to Apache. The code is in our flex-blazeds repo. We haven’t made a formal release of it yet. If there are issues in Tomcat integration and you know how to fix it, feel free to supply patches. -Alex On 12/4/14, 1:15 AM, "chris_d_k" wrote: >Hi together > >we are planning to

soft keyboard panning

2014-12-04 Thread Subscriptions
Hi All, For a mobile app, i have an editable TextArea within an ItemRenderer, within a list. It uses ScrollingStageTextSkin and app softKeyboard behaviour is set to "pan". Mostly it works fine, but occasionally the app does not pan when the soft keyboard opens for editing; leaving the TextAr

AW: Current state of BlazeDS

2014-12-04 Thread Christofer Dutz
And I still haven't understood what these problems are. Or I would have started fixing them ;-) Chris Von: Alex Harui Gesendet: Donnerstag, 4. Dezember 2014 18:41 An: users@flex.apache.org Betreff: Re: Current state of BlazeDS BlazeDS was donated to Apac