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:
>
>
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
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
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.
>
>
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]
>
>
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
@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
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... -
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
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
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
@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
25 matches
Mail list logo