Re: Search in Apache Flex Docs?

2014-03-21 Thread Alex Harui
For your particular case, I think you could have used the index. The Adobe ASLR does have search. I wonder what it would take to implement it. -Alex On 3/21/14 9:40 PM, "Joseph Balderson" wrote: >This may sound like a silly question, but how on earth do you search for >anything in the Apache

Re: Search in Apache Flex Docs?

2014-03-21 Thread Justin Mclean
Hi, We many need to request a solr setup/instance from infra - they mention as supporting it. [1] Justin 1. http://www.apache.org/dev/infrastructure.html

Search in Apache Flex Docs?

2014-03-21 Thread Joseph Balderson
This may sound like a silly question, but how on earth do you search for anything in the Apache Docs, if you don't already know in which class it resides? The other day I wanted to know, out of curiosity, how many components implemented the itemCreationPolicy property, and I was unable to do a se

RE: RTL support in mobile apps

2014-03-21 Thread Maurice Amsellem
Yes, that might me the answer: so I need to "cancel" the flipping like I did for StageText (and like is done in spark Label). I will try this tomorrow. Still does not explain why TextField accepts bidi text now ? Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com]

RE: RTL support in mobile apps

2014-03-21 Thread Maurice Amsellem
Thanks Om for getting in. I will do some benchmarks when I have time to compare TLF and TextField on mobile. Yet, read my other post where I manage to display bidi text using TextField (I check in the debugger, the text is passed to StyleableTextField.text, so this is definitely TextField).

Re: RTL support in mobile apps

2014-03-21 Thread Alex Harui
Again, I was not highly involved in this code, but IIRC, the TextLines are never flipped, so if you choose a flipped layoutDirection the TextLines are re-flipped. But if you start flipping TextFields without embedded text they go blank. Does that explain what you're seeing? -Alex On 3/21/14 5:0

RE: RTL support in mobile apps

2014-03-21 Thread Maurice Amsellem
Thanks Alex. That was also my understanding. Regarding TextInput / TextArea, there is no issue with regard to RTL in using StageText ( embedded in StyleableStageText or ScrollableStageText) . Now something strange that gets me puzzled. I did some experiments with mobile components that use Tex

Re: RTL support in mobile apps

2014-03-21 Thread OmPrakash Muppirala
I worked on an intensive page layouting application that was built for the web and was later ported to iPads. It used TLF extensively, essentially reading TextFlow xml and drawing TextLines on a sprite and doing all kinds of layout control. The text rendering performance was quite bad on iPad1, b

Re: RTL support in mobile apps

2014-03-21 Thread Alex Harui
I wasn't on the mobile components team (I did some mobile work but mostly worked on other SDK stuff), but fundamentally, if there's a TextField involved, then there is no RTL support. You need TextLines for RTL. You may be able to swap in the "desktop" skins for TextInput/TextArea and pay the per

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-21 Thread Alex Harui
I found that I can set my ANT_OPTS like this: export ANT_OPTS='-Xms512m -Xmx512m -Djsse.enableSNIExtension=false' and that seemed to allow it to work. That's kind of an ugly workaround though. -Alex On 3/21/14 3:25 PM, "Justin Mclean" wrote: >Hi, > >> The build failed for me, apparently due

RE: RTL support in mobile apps

2014-03-21 Thread Maurice Amsellem
And this one on StyleableTextField: http://help.adobe.com/en_US/flex/mobileapps/WS19f279b149e7481c698e85712b3011fe73-7fff.html#WS19f279b149e7481c7c94ce7c12b30152f48-7ffc -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : vendredi 21 mars 2014 23:41

RTL support in mobile apps

2014-03-21 Thread Maurice Amsellem
Hi Team, Ori Segal has reported a problem in TextInput default skin with RTL (Hebrew, arabic) layout. I have fixed this problem. Now he has reported a problem in TextInput "prompt" text not being displayed in RTL. So I did a small test: set layoutDirection="rtl" to a sample mobile app (with b

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-21 Thread Justin Mclean
Hi, > The build failed for me, apparently due to this issue: > http://stackoverflow.com/questions/7615645/ssl-handshake-alert-unrecognized > -name-error-since-upgrade-to-java-1-7-0 I'm currently getting same issue with exactly the same set up that I made the RC with so looks like something chang

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-21 Thread Alex Harui
Hi Justin, While I actually go and try to learn FlexUnit, can you finish up on the installer issue about "Error: Inconsistant linkage"? The FlexUnit package looks pretty good. Sigs match, Rat is clean. The only I wondered was if Digital Primates should be in the NOTICE file. This stuff wasn't a

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-21 Thread Justin Mclean
Hi, Anyone have a chance to look at RC2? Any comments? Justin On Thu, Mar 20, 2014 at 11:04 AM, Justin Mclean wrote: > Hi, > > Please place all of the discussion here and not in the [VOTE] thread. > > Thanks, > Justin >

[FlexJS] Tasks before first Release Candidate

2014-03-21 Thread Alex Harui
Hi Folks, Getting some sort of checkintest infrastructure was the last "must-have" on my list before starting the process of cutting our first FlexJS release. Below is a list of things I thought about doing, but since this is 'alpha' I think we don't have to wait. That said, we do want to make a

[FlexJS] Checkintest now runs on both AS and JS

2014-03-21 Thread Alex Harui
Hi folks, I just checked in changes to flex-falcon and flex-asjs so that the checkintests target in flex-asjs uses Mustella to run BasicTests in Flash and then cross-compiles it and runs it in natively in the browser (currently assumes you have FireFox). Please try it so we can work out any kinks

RE: No nightly builds

2014-03-21 Thread Maurice Amsellem
Thanks Om. So you mean there is no hurry in fixing bugs ;-) Maurice -Message d'origine- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : vendredi 21 mars 2014 17:36 À : dev@flex.apache.org; us...@flex.apache.org Objet : No nightly builds Sin

No nightly builds

2014-03-21 Thread OmPrakash Muppirala
Since our builds on the Apache build server are broken, we haven't had a successful nightly build in the past few days. Please keep that in mind when you are trying out any recent bug fixes. I will send out a note again when the builds are back. Thanks Om

Re: [FDK 4.12.0] - wrong info in flex-config.xml about RSL

2014-03-21 Thread Tom Chiverton
On 21/03/14 14:22, Alex Harui wrote: I assume you are aware that Apache Flex RSLs are not signed and therefore are really only helpful if you are deploying more than one Flex app from a domain. Or if you change your core app more frequently than SDK Tom

Re: [FDK 4.12.0] - wrong info in flex-config.xml about RSL

2014-03-21 Thread Alex Harui
IIRC, this is a known issue with Installer 2.7 and earlier. Installer 3.0 is due out soon. You can try the release candidate located here: https://dist.apache.org/repos/dist/dev/flex/installer/3.0/rc7/binaries/ I assume you are aware that Apache Flex RSLs are not signed and therefore are really

Re: Third-party tools / solutions on Apache Flex website

2014-03-21 Thread Franck Wolff
2014-03-20 19:16 GMT+01:00 Alex Harui : > > > On 3/20/14 9:54 AM, "Franck Wolff" wrote: > > >I can certainly make sure that GraniteDS website is linking back to Apache > >Flex (we already do that) and following the Apache trademark policy (if I > >understand what it is about ;) > Sounds great. L

[FDK 4.12.0] - wrong info in flex-config.xml about RSL

2014-03-21 Thread Jagan Langa Sami Durai
Hi, In flex-config.xml file rsl's having the wrong version number like **_4.12.0.0.swf like in the following example. sparkskins_4.12.0.0.swf which is suppose to have something like the following sparkskins_4.12.0.20140303.swf Also, I was unable to compile any project in FB4.7 having FDK 4.12.0

Re: Third-party tools / solutions on Apache Flex website

2014-03-21 Thread Franck Wolff
Well, this comparative table comes from us, we asked Fred to let us publish something about BlazeDS vs. LCDS vs. GraniteDS... I think we shouldn't go into details in a general page about third-party solutions. And we have to cover different kind of technologies such as IDEs, client-side frameworks

Re: How to get the attachments of old Adobe JIRA / imported Apache JIRA?

2014-03-21 Thread Justin Mclean
Hi, Just post the issue number(s) and Alex should be able to find it for you. Justin On 21 Mar 2014, at 9:21 pm, Marcus Fritze wrote: > Hi list, > > unfortunately the attachments to the issues are still not accessible in the > JIRA. > > Is there a easy way to get attachments of some (3-5) i

RE: [ANNOUNCE] Welcome Carlos as the newest PMC member

2014-03-21 Thread Kessler CTR Mark J
Congratulations! -Mark -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Wednesday, March 19, 2014 8:30 PM To: dev@flex.apache.org Subject: [ANNOUNCE] Welcome Carlos as the newest PMC member Hi, For all his hard work and recent contributions to Apache Flex

RE: [ANNOUNCE] Welcome Christofer as the newest PMC member

2014-03-21 Thread Kessler CTR Mark J
Congratulations! -Mark -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Wednesday, March 19, 2014 8:30 PM To: dev@flex.apache.org Subject: [ANNOUNCE] Welcome Christofer as the newest PMC member Hi, For all his hard work and recent contributions to Apache F

How to get the attachments of old Adobe JIRA / imported Apache JIRA?

2014-03-21 Thread Marcus Fritze
Hi list, unfortunately the attachments to the issues are still not accessible in the JIRA. Is there a easy way to get attachments of some (3-5) issues? Thanks Marcus signature.asc Description: Message signed with OpenPGP using GPGMail

Re: update release notes since version 4.12 ?

2014-03-21 Thread Tom Chiverton
On 20/03/14 21:40, Maurice Amsellem wrote: Yes, but it could be confusing for people downloading the nightly builds. Minor issue anyway. Having things part done and out of sync is part of the fun* of a nightly build. Tom

Re: [MUSTELLA] Help diagnose Mustella failures

2014-03-21 Thread Alex Harui
Seems like someone hit this before. I have to stop for the evening, but maybe the archives will have the answer, or maybe the simplest is to add those string to MustellaResultsParser.java so it ignores them. IIRC, you have to run in the en_US locale and this output might mean you don't have local