Re: SDK 4.11 service pack ?

2013-11-16 Thread Justin Mclean
Hi, > What's with this "service pack"? Are you going to release version with > latest fixes? Apache doesn't have a concept of service packs, but if a serious issue exists with 4.11.0, any committer can patch the 4.11 branch, compile and create a 4.11.1 release and put it out there to vote on. T

Re: Air Stage Text Issue

2013-11-16 Thread Alex Harui
On 11/16/13 7:44 PM, "flexcapaci...@gmail.com" wrote: >I don't understand that use case. In the suggested scenario, you have a >bitmap all the time except if the TextInput has focus. Once it has focus >you would show the StageText. This is the same time that the virtual >keyboard pops up. I don

Re: Air Stage Text Issue

2013-11-16 Thread Alex Harui
On 11/16/13 4:52 PM, "Maurice Amsellem" wrote: >>Suppose you have a TextInput that scrolls so all but the top 10 pixels >>are visible. Are you going to show the bitmap or the StageText when >>they give it focus? I think you have to show the >StageText in which >>case it will float over the to

Re: Air Stage Text Issue

2013-11-16 Thread jude
I don't understand that use case. In the suggested scenario, you have a bitmap all the time except if the TextInput has focus. Once it has focus you would show the StageText. This is the same time that the virtual keyboard pops up. I don't think there's any other way except the it behaves now. I do

Re: SDK 4.11 service pack ?

2013-11-16 Thread piotr.zarzycki
Hi, What's with this "service pack"? Are you going to release version with latest fixes? Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/SDK-4-11-service-pack

Re: Flex and AIR 4.0

2013-11-16 Thread OmPrakash Muppirala
I am not sure what the concern is. I do see separate downloads for Flex developers here [1] It does not look like we have to change something with the Flex SDK or the Installer, yet. Thanks, Om [1] http://labs.adobe.com/downloads/air.html On Sat, Nov 16, 2013 at 2:48 PM, Justin Mclean wrote:

RE: Air Stage Text Issue

2013-11-16 Thread Maurice Amsellem
>Suppose you have a TextInput that scrolls so all but the top 10 pixels are >visible. Are you going to show the bitmap or the StageText when they give it >focus? I think you have to show the >StageText in which case it will float >over the top and look bad. Same if there is a floating dialog o

Re: Air Stage Text Issue

2013-11-16 Thread Alex Harui
On 11/16/13 12:19 PM, "Maurice Amsellem" wrote: >>3) I'm not sure proxying would handle partially occluded text inputs. >What do you mean, by partially occluded text input ? >Is it that the TextInput is clipped or that there is something in front ? Either. > >I don't understand why this would be

Re: Flex and AIR 4.0

2013-11-16 Thread Justin Mclean
Hi, > One aspect of it that I believe may directly affect us is that as of 4.0, > ASC 2.0 will be > retired as a separate download, and will now be the only compiler. Do we know this to be the case? Previous first alphas of AIR also did only include the newest compile but the Flex compatible on

Re: Flex and AIR 4.0

2013-11-16 Thread 周 戈
Hi Nick, I’m wondering the same question. Adobe CC design tools like Flash CC dropped support for exporting FXG format, and they haven’t provide a alternative yet, which is insane! Now they make the ASC 2 the only compiler for AIR, which makes Flex SDK harder to follow. Adobe just keep droppi

RE: Air Stage Text Issue

2013-11-16 Thread Maurice Amsellem
DataGrid failure is fixed now, and pushed to develop. Sorry for that. Back to Mobile TextInput: >I can try to ask the engineer who worked on it to see if he remembers. Yes please >3) I'm not sure proxying would handle partially occluded text inputs. What do you mean, by partially occluded text

RE: Air Stage Text Issue

2013-11-16 Thread Maurice Amsellem
>But before you go work on that, can you look at the most recent mustella >failures? I think there is a new DataGrid failure. sure -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : samedi 16 novembre 2013 19:32 À : dev@flex.apache.org Objet : Re: Air Stage Text Issu

Re: Air Stage Text Issue

2013-11-16 Thread Alex Harui
I can try to ask the engineer who worked on it to see if he remembers, but I would guess the following: 1) There was hope that AIR would provide a solution 2) I'm not sure proxying would handle text selection. 3) I'm not sure proxying would handle partially occluded text inputs. You're welcome to

RE: [OT] 360|Flex 2014

2013-11-16 Thread Miguel Ferreira
I think that we are a lot here in Europe but Italy was not the best choice uk London i we a bigger community even i am not there but all of other countries have flights in a regular basis there. Lets see if next year i can go to the oncle Sam land:) Sent from my Windows Phone __

Re: [OT] 360|Flex 2014

2013-11-16 Thread Nicholas Kwiatkowski
Unfortunately, I don't think a European 360|Flex is in the cards. The organizers tried it in the past and lost their shirt doing it (it was in Italy a few years ago). It may be best to think of another event that we can hitch to for the european crowd. I know there are lots of them out there :)

Air Stage Text Issue

2013-11-16 Thread Maurice Amsellem
Hi, I am currently working on the issue about StageTextInput not scrolling on mobile: https://issues.apache.org/jira/browse/FLEX-33166 Debugging the SDK source code, it appears that "proxying" the StageTextInput with a bitmap is already in place (see class StyleableStageText). However, the