Re: Auto scaling in IOS device Family (Mobile Version)

2013-09-15 Thread Jitendra Jain
Thanks Raju On Fri, Sep 13, 2013 at 11:01 PM, Raj Raju wrote: > Hi Jitendra , > > When you targeting multiple devices with one build you need to do these > things > > 1. dpi caluculation > 2. scaling the content depends upon the screen resolutions > > dpi caluculations: > >

Re: UI Designer ("Design View" replacement)

2013-09-15 Thread Eric
You mean FlashDevelop right? That supports Apache Flex? Looks like it takes plugins too, hmm. -Eric On 9/15/2013 12:44 PM, Mark Kessler wrote: Could always give FlexDevelop a try if you need an open source option. It's windows only and gives you most of what you need out of the box. No UI de

Re: Detect AIR vs Flash in SDK

2013-09-15 Thread Alex Harui
On 9/15/13 3:27 PM, "Justin Mclean" wrote: >Hi, > >> I don't know, if it's better, but is an alternative: >> >> >>http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/ >>system/Security.html#sandboxType >> >> public static function get isAir(): Boolean >> { >>return S

Re: Welcome Darrell Loverin as Apache Flex Committer

2013-09-15 Thread Igor Costa
Welcome aboard Igor Costa www.igorcosta.com www.igorcosta.org On Sun, Sep 15, 2013 at 11:46 AM, Alex Harui wrote: > Thanks for the last patch. I'm hoping Apache Infrastructure will create > your account by early Monday and you can check this code in yourself. > >

Re: [jira] [Commented] (FLEX-33564) Add source-package ant target to Jenkins job

2013-09-15 Thread OmPrakash Muppirala
I would defer that question to Erik. Erik? Thanks, Om On Sun, Sep 15, 2013 at 5:53 PM, Justin Mclean (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/FLEX-33564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13767972#comment-13767972] > >

Arabic locales

2013-09-15 Thread Justin Mclean
Hi, A while back some work was done on this and it look more than 80% done. https://issues.apache.org/jira/browse/FLEX-33396 Does anyone know Arabic and wish to continue working on this? Thanks, Justin

Re: Detect AIR vs Flash in SDK

2013-09-15 Thread Justin Mclean
Hi, > I don't know, if it's better, but is an alternative: > > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Security.html#sandboxType > > public static function get isAir(): Boolean > { >return Security.sandboxType.toString() == "application" ? true : false

Re: Detect AIR vs Flash in SDK

2013-09-15 Thread Lee Burrows
docs stating 'a class is AIR only' should be taken with a pinch of salt - in my experience, quite a few AIR-only classes work fine in Flash Player (such as mobile components) On 15/09/2013 22:48, Justin Mclean wrote: Hi, I believe support for "imageDecodingPolicy" was added to FP 11: But th

Re: Detect AIR vs Flash in SDK

2013-09-15 Thread Justin Mclean
Hi, Woudl something like this be better than using in every time? protected function hasImageDecodePolicy():Boolean { return getDefinitionByName("flash.system.ImageDecodingPolicy"); } Or better still caching the answer to that as if it true for one bitmap it's t

Re: Detect AIR vs Flash in SDK

2013-09-15 Thread Justin Mclean
Hi, > I believe support for "imageDecodingPolicy" was added to FP 11: But the docs have ImageDecodePolocy class marked as AIR only. We also need the SDK to compile all the way down to 10.2, so I'm not sure detecting the Flash Player version helps that much. Thanks, Justin

Re: Detect AIR vs Flash in SDK

2013-09-15 Thread Dasa Paddock
I believe support for "imageDecodingPolicy" was added to FP 11: http://www.adobe.com/devnet/articles/flashplayer-air-feature-list.html http://help.adobe.com/en_US/as3/dev/WS52621785137562065a8e668112d98c8c4df-8000.html http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system

Re: FlexUnit License

2013-09-15 Thread Cyrill Zadra
Thanks Alex. Checked it aswell and added those license to flexunit's repo. Cyrill On Sun, Sep 15, 2013 at 7:41 AM, Alex Harui wrote: > Labriola probably will know for sure, but it looks like it is bsd > > http://sourceforge.net/adobe/flexunit/wiki/License/ > > -Alex > > On 9/14/13 7:53 AM, "Al

Re: UI Designer ("Design View" replacement)

2013-09-15 Thread Mark Kessler
Could always give FlexDevelop a try if you need an open source option. It's windows only and gives you most of what you need out of the box. No UI designer. It's a shame we don't have an Air based IDE :P -Mark

Re: UI Designer ("Design View" replacement)

2013-09-15 Thread Eric
For the near (and possibly distant) future, purchases of any kind for dev tools is going to be impossible (politically). As for Radiate, I got the impression it's not OSS but intended to be commercial or semi-commercial (closed source at least). Originally I was under the impression it might

Re: Welcome Darrell Loverin as Apache Flex Committer

2013-09-15 Thread Alex Harui
Thanks for the last patch. I'm hoping Apache Infrastructure will create your account by early Monday and you can check this code in yourself. -Alex On 9/15/13 6:54 AM, "Darrell Loverin" wrote: >Thanks to all for the warm welcome. I'm looking forward to contributing to >the success of Apache Fl

Re: Swiz Framework Donation

2013-09-15 Thread Alex Harui
If it were up to me (and it isn't) I wouldn't add that section. The Software Grant process is probably not going to be used very often compared to the patch submission process and I'd rather not confuse folks about whether a patch is a donation. It is, but doesn't require as elaborate a process.

RE: AW: FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry()

2013-09-15 Thread Frédéric THOMAS
I guess you should miss something like that: ... [path to the flashplayer] ... net.flexmojos.oss flexmojos-maven-plugin ... ... ${flashPlayer.command} ... ... -Message d'origine- De : Avi Kessner [mailto:akess...@gmail.com

Re: Detect AIR vs Flash in SDK

2013-09-15 Thread Stephan Plath
Am 15.09.2013 11:21, schrieb Justin Mclean: Hi, In fixing FLEX-33728 adding support for imageDecodingPolicy which only exist on AIR, I did this: if (imageDecodingPolicy in loaderContext) loaderContext.imageDecodingPolicy = imageDecodingP

Re: Welcome Darrell Loverin as Apache Flex Committer

2013-09-15 Thread Darrell Loverin
Thanks to all for the warm welcome. I'm looking forward to contributing to the success of Apache Flex. -Darrell Loverin On 9/13/13 4:43 PM, "Alex Harui" wrote: >Hi, > >I am pleased to announce that the Project Management Committee (PMC) for >Apache Flex has invited Darrell Loverin to become a

Re: Swiz Framework Donation

2013-09-15 Thread Sebastian Mohr
@Chris Scott ... Could you collect these 5 signatures, already? If not, what makes it so hard, or taking so long, to donate this code? Probably, the donation process is to complicated and needs to be simplified. Does anyone know, which documents needs to be signed for this donation process? Are the

Re: AW: FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry()

2013-09-15 Thread Avi Kessner
I started getting this error out of the blue. Any ideas what might be causing it? [ERROR] Failed to execute goal net.flexmojos.oss:flexmojos-maven-plugin:6.0.1:test-run (default-test-run) on project slots_client_common:* Invalid state: the flashplayer is closed, but the sockets still running... -

Re: Swiz Framework Donation

2013-09-15 Thread Carlos Rovira
Nothing 2013/9/15 Sebastian Mohr > Any news? > > -- > Sebastian (PPMC) > Interaction Designer > > Looking for a Login Example with Apache Flex? Please check out this code: > http://code.google.com/p/masuland/wiki/LoginExample > > > > On Thu, Jul 25, 2013 at 10:28 PM, Alex Harui wrote: > > > He

Detect AIR vs Flash in SDK

2013-09-15 Thread Justin Mclean
Hi, In fixing FLEX-33728 adding support for imageDecodingPolicy which only exist on AIR, I did this: if (imageDecodingPolicy in loaderContext) loaderContext.imageDecodingPolicy = imageDecodingPolicy; Is there a better way to detect if the

Re: Swiz Framework Donation

2013-09-15 Thread Sebastian Mohr
Any news? -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex? Please check out this code: http://code.google.com/p/masuland/wiki/LoginExample On Thu, Jul 25, 2013 at 10:28 PM, Alex Harui wrote: > Hey Chris, the document that needs to be signed is the softw

Re: UI Designer ("Design View" replacement)

2013-09-15 Thread Sebastian Mohr
@Eric ... > I'm not sure how I feel about doing initial design under an Adobe SDK and > then upgrading to Apache and permanently losing design view conveniences. > Concerned about O&M efficiency for the future. > I'm not happy about it either. But, due to the lack of choices we have, we are forc