Re: [FALCONJX] added support for 'as', 'int', 'is', 'trace' and 'uint' to FlexJS framework and compiler

2013-11-03 Thread Erik de Bruin
Note: when trying to build a project using the new "Language" class yesterday, I noticed that the implementation is not complete. Please hold off on implementing it in any components until I check in some changes to FalconJx and the framework. EdB On Fri, Nov 1, 2013 at 3:57 PM, Alex Harui wro

Re: Copy/Paste in TLF

2013-11-03 Thread Alex Harui
So is it as simple as serializing non-strings to text and de-serializing on import? On 11/3/13 11:12 PM, "Harbs" wrote: >Here is a simple test case which illustrates the problem. I can change my >app for custom handling of copy/paste, but it seems to me that this is a >general short-coming in t

Re: Copy/Paste in TLF

2013-11-03 Thread Harbs
Here is a simple test case which illustrates the problem. I can change my app for custom handling of copy/paste, but it seems to me that this is a general short-coming in the was copy paste is handled in TLF. Note: customStyle1 is preserved when the TextFlow is exported because it's simple text

RE: IDEA cannot connect to git

2013-11-03 Thread Maurice Amsellem
Sorry, I meant JIRA client, when working with tasks. https://issues.apache.org/jira -Message d'origine- De : Nicholas Kwiatkowski [mailto:nicho...@spoon.as] Envoyé : lundi 4 novembre 2013 05:35 À : dev@flex.apache.org Objet : Re: IDEA cannot connect to git Why are you telling the GIT cl

Re: What's the difference between normal Air applications and ones targeted at the mobile platforms?

2013-11-03 Thread Cosma Colanicchia
Afaik, it si just a different packager step (from command line, first step to build sfw with mxmlc is the same, but the adt call parameters to package it are different from a desktp app) Il 03/nov/2013 23:42 "christofer.d...@c-ware.de" ha scritto: > Hi, > > sorry for this eventually stupid questi

Re: Copy/Paste in TLF

2013-11-03 Thread Cosma Colanicchia
In a similar situation, I handled cut/copy/paste text operation events and put data in clipboard using a custom clipboard format... You may also try to subclass the editmanager to have it use a custom exporter.. Il 04/nov/2013 06:21 "Alex Harui" ha scritto: > I'm not sure what user styles are and

Re: What's the difference between normal Air applications and ones targeted at the mobile platforms?

2013-11-03 Thread Alex Harui
I'm not an expert in this area. Try following one of the tutorials. A "packager" will run and convert the SWF to machine code. The packagers come with the AIR SDK. -Alex On 11/3/13 2:16 PM, "christofer.d...@c-ware.de" wrote: >Hi, > >sorry for this eventually stupid question, but I recently "

Re: Copy/Paste in TLF

2013-11-03 Thread Alex Harui
I'm not sure what user styles are and why the aren't in the markup. Can you provide more details? Consider whether this is a general TLF issue or just something you should do in your app to add functionality. A general TLF issue probably can't bypass the Clipboard because you should be able to c

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-03 Thread Erik de Bruin
Thank you, Gordon. Yes, I think it's best to go to the latest version and keep updating. EdB On Monday, November 4, 2013, Gordon Smith wrote: > I can take a look at upgrading the version of Guava that Falcon uses. Do > you want it to use the latest version, 15.0? > > - Gordon > > Sent from my

Re: IOS7 status bar management ( FLEX-33860)

2013-11-03 Thread Alex Harui
On 11/3/13 12:38 PM, "Lee Burrows" wrote: >creators of native ios apps do have the ability to force the statusbar >to behave in the 'old' way (opaque and not overlaying the app) and i'm >sure i've read somewhere that adobe are working on a fix for this in the >air player so an sdk change ma

Re: IDEA cannot connect to git

2013-11-03 Thread Nicholas Kwiatkowski
Why are you telling the GIT client to connect to our JIRA server? The git checkout location should be https://git-wip-us.apache.org/repos/asf/flex-sdk.git -Nick On Sun, Nov 3, 2013 at 5:26 AM, Maurice Amsellem < maurice.amsel...@systar.com> wrote: > Hi, > > When connecting to https://issues.ap

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-03 Thread Gordon Smith
I can take a look at upgrading the version of Guava that Falcon uses. Do you want it to use the latest version, 15.0? - Gordon Sent from my iPad On Nov 1, 2013, at 3:24 PM, "Erik de Bruin" wrote: > I've been away from Falcon(Jx) for a long time, coding wise. I had to > basically set up my dev

Re: IOS7 status bar management ( FLEX-33860)

2013-11-03 Thread Lee Burrows
cant remember where (it was a week or 2 ago); either the apple dev site or a blog - but i'm not an ios dev either so i may have misunderstood On 03/11/2013 23:58, Maurice Amsellem wrote: Hi, >creators of native ios apps do have the ability to force the statusbar to behave in the 'old' way (o

RE: IOS7 status bar management ( FLEX-33860)

2013-11-03 Thread Maurice Amsellem
Hi, > creators of native ios apps do have the ability to force the statusbar to > behave in the 'old' way (opaque and not overlaying the app) http://stackoverflow.com/questions/18294872/ios-7-status-bar-back-to-ios-6-style AND: https://developer.apple.com/library/ios/documentation/userexperience

What's the difference between normal Air applications and ones targeted at the mobile platforms?

2013-11-03 Thread christofer.d...@c-ware.de
Hi, sorry for this eventually stupid question, but I recently "remembered" that there were some issues with Flexmojos regarding building of Mobile applications. It seems the normal Flexmojos couldn't build Air applications for mobile devices. Unfortunately I have never built any mobile-air apps

RE:Need advice on patch validation

2013-11-03 Thread Maurice Amsellem
Thanks Justin De : Justin Mclean [jus...@classsoftware.com] Envoyé : dimanche 3 novembre 2013 22:26 À : dev@flex.apache.org Objet : Re: Need advice on patch validation Hi, > What should be the criteria for accepting an optimization proposition ? Does it im

Re: Copy/Paste in TLF

2013-11-03 Thread jude
Is it an AIR app or browser? What 1. Where are you pasting it into? If you're pasting into another location in the same document then I would override and update the export method to include your custom styles. How are the styles complex? They should be inherited or if it's actual styles and class

Re: Need advice on patch validation

2013-11-03 Thread Justin Mclean
Hi, > What should be the criteria for accepting an optimization proposition ? Does it improve significantly improve performance in real use cases for the majority of users would be at the tip of my list. Calling a method 10,000 times is sometimes not a real use case. > Can we also accept part o

Re: Copy/Paste in TLF

2013-11-03 Thread Gavriel Harbater
Okay. After researching this, it looks like the problem is as follows: The TextFlow is saved to the clipboard as a string which is the markup representation of the TextFlow. The markup is produced using BaseTextLayoutExporter.export(). The markup produced from that is missing custom user styles

Re: IOS7 status bar management ( FLEX-33860)

2013-11-03 Thread Lee Burrows
creators of native ios apps do have the ability to force the statusbar to behave in the 'old' way (opaque and not overlaying the app) and i'm sure i've read somewhere that adobe are working on a fix for this in the air player so an sdk change may not be necessary. perhaps alex could confir

Re: IOS7 status bar management ( FLEX-33860)

2013-11-03 Thread OmPrakash Muppirala
On Nov 3, 2013 12:13 PM, "Maurice Amsellem" wrote: > > Hi Team, > > iOS7 manages the status bar differently than iOS 6.1: application is displayed in full screen and the status bar is displayed on top of the app, either in black or white font color (depending on some setting). > > Current flex a

IOS7 status bar management ( FLEX-33860)

2013-11-03 Thread Maurice Amsellem
Hi Team, iOS7 manages the status bar differently than iOS 6.1: application is displayed in full screen and the status bar is displayed on top of the app, either in black or white font color (depending on some setting). Current flex apps running on iOS7 will have the status bar partly covering

Need advice on patch validation

2013-11-03 Thread Maurice Amsellem
Hi Team, Benoit Wiart has raised the following JIRA : https://issues.apache.org/jira/browse/FLEX-33865 (ConstraintLayout / LayoutElementHelper are memory inefficient and slow) He also proposed a patch to optimize the performance and reduce memory allocations. On behalf on the Apache Flex team

AW: Updated Mavenizer

2013-11-03 Thread christofer.d...@c-ware.de
Hi Toni, I haven't managed to fee enough time to successfully continue working on that plugin as my work situation has changed quite a bit so nut much progress here, but I have been making sure that we are able to work with Flexmojos 6.0.1, which should work nicely and the 7.x branch which I am

Re: Updated Mavenizer

2013-11-03 Thread Toni Vega
Hi Christofer, Sorry if I'm a little bit disconnected but, which is the current state of the new maven-flex-plugin and when will it be released? Thanks! 2013/11/3 christofer.d...@c-ware.de > Hi, > > today I committed some changes to the Mavenizer Tool. > > Change 1 made sure all SDKs (Flex an

Updated Mavenizer

2013-11-03 Thread christofer.d...@c-ware.de
Hi, today I committed some changes to the Mavenizer Tool. Change 1 made sure all SDKs (Flex and Air) are processed in the right order regarding the versions of the SDKs. Change 2 is a new Deployer "SDKInVMDeployer" which no longer needs Maven to deploy the Mavenized files as it uses Aether dir

IDEA cannot connect to git

2013-11-03 Thread Maurice Amsellem
Hi, When connecting to https://issues.apache.org/jira from IDEA 12.1.4, I am getting the following error: "Read time out". This used to work one week ago. Does anyone experience the same issue ? Maurice Amsellem SYSTAR R&D - BusinessBrid

Copy/Paste in TLF

2013-11-03 Thread Harbs
Looking into an issue I had, I noticed that user styles in TLF are not preserved on copy/paste. (Actually, it would probably be more correct to say that they're not preserved on copy.) I'm looking into TextScrap/TextClipboard now, but if anyone has experience here as to why the styles are being