Re: [FlexJS] Web Seminar, Wednesday 10/23

2013-10-23 Thread Cosma Colanicchia
A recording would be nice, I'd like to attend the session but I'm not sure I'll can. Thank you, Cosma 2013/10/23 Frank Morawietz > Hi Alex, > > do you know whether there will be a recording available later on? > > Unfortunately, I'm already commited tonight. > > Thanks > > -- Frank > > -Or

Re: [FlexJS] Web Seminar, Wednesday 10/23

2013-10-24 Thread Cosma Colanicchia
comes available. > > Thanks to everyone who attended. > -Alex > > On 10/23/13 8:12 AM, "Tom Chiverton" wrote: > > >And I'm going to arrive after the start :-) > > > >Tom > > > >On 23/10/2013 11:30, Cosma Colanicchia wrote: >

Re: Newest Apache Flex committer

2013-10-25 Thread Cosma Colanicchia
Thank you for the warm welcome! Coming from a Java/JavaEE background, I've been studying and developing applications using Flex for the last 7 years, and I'm happy that it has successfully evolved into an open source project here at Apache. I'm proud to be on board in company of a lot of talented

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 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-04 Thread Cosma Colanicchia
It does work this way, yes. I also remember that there was no easy way to extend the default exporter and/or to use this custom exporter for a text component instances, due to the complex class hierarchy and to missing properties to directly control this, but it could have been improved since I loo

Re: Need advice on patch validation

2013-11-04 Thread Cosma Colanicchia
Thanks to Benoit, I can see the effort put into these patches. My general opinion is that we may choose to compromise code readability a little only when the optimization is really worth it, especially for public method signatures, because otherwise, applying the same logic extensively, we could

Re: Need advice on patch validation

2013-11-04 Thread Cosma Colanicchia
... and also thanks to Justin for the extensive review work :) 2013/11/4 Cosma Colanicchia > Thanks to Benoit, I can see the effort put into these patches. > > My general opinion is that we may choose to compromise code readability a > little only when the optimization is rea

Re: Need advice on patch validation

2013-11-04 Thread Cosma Colanicchia
and obviosly to Maurice :D 2013/11/4 Cosma Colanicchia > ... and also thanks to Justin for the extensive review work :) > > > 2013/11/4 Cosma Colanicchia > >> Thanks to Benoit, I can see the effort put into these patches. >> >> My general opinion is that

Re: Copy/Paste in TLF

2013-11-04 Thread Cosma Colanicchia
Agree on 1, it should be more “pluggable” (unless it improved since the last time I checked). Regarding 2, clipboard class (see [1]) seems to support object references in clipboard. If the TextScrap is completely independent from its originating TextFlow, placing itself in the Clipboard (probably

Re: [ANNOUNCE] Welcome Maurice as the newest PMC member

2013-11-14 Thread Cosma Colanicchia
Congratulations Maurice! 2013/11/14 Maurice Amsellem > Thanks Shivang > > -Message d'origine- > De : Shivang Gupta [mailto:shivangsan...@gmail.com] > Envoyé : jeudi 14 novembre 2013 08:51 > À : dev@flex.apache.org > Objet : Re: [ANNOUNCE] Welcome Maurice as the newest PMC member > > Con

Re: Air Stage Text Issue

2013-11-17 Thread Cosma Colanicchia
I’d like to propose a different view on the problem. Many native mobile components provide a separate UI strategy for display end edit: think of single and multiple selection controls, date and time input controls, etc. Text input controls, in native applications, have a mixed approach: sometimes,

Questions about current mavenizer status

2013-11-19 Thread Cosma Colanicchia
Hi there, I’m in the process of trying of rolling out Apache Flex 4.11 internally for the other employees of my company, and I need to deploy the related artifacts to the company Maven repo. AFAIK, the only way to do this for 4.11 is by mavenizing/deploying a downloaded FDK, is this right? I was

Re: Questions about current mavenizer status

2013-11-19 Thread Cosma Colanicchia
will ask you for the mac version of this artifact. > > > > I hope this was helpful. > > > > Regards > > > > > > 2013/11/19 Cosma Colanicchia > > > >> Hi there, > >> > >> I’m in the process of trying of rolling out Apache Fle

Re: Questions about current mavenizer status

2013-11-19 Thread Cosma Colanicchia
you please update the wiki? This is very valuable info > for others who want to go the mavenizer route, so please help keep the docs > upto-date. > > Thanks, > Om > > [1] > https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+SDK+Mavenizer > > > > >

Re: Questions about current mavenizer status

2013-11-19 Thread Cosma Colanicchia
(Flexmojos 6 was still in development). This last time I tried it, I just > changed the properties in Flexmojos parent pom. Thanks! > > Regards > > > 2013/11/19 Cosma Colanicchia > > > @Christofer > > > > Thanks for the info, just some questions: when you say “w

Re: AW: Questions about current mavenizer status

2013-11-19 Thread Cosma Colanicchia
t was because Flexmojos > 6 was still being developed. This time I only remember I had to change the > property in the parent pom of Flexmojos to use "org.apache.flex" and it > worked fine. > > > 2013/11/19 Cosma Colanicchia > > > Yes, it worked as described i

Re: AW: Questions about current mavenizer status

2013-11-19 Thread Cosma Colanicchia
Also, there's probably a typo on " url: (optional) The username used to deploy the artifacts. mvn: (required only if a username is provided) The password used to deploy the artifacts" Il 19/nov/2013 23:00 "Cosma Colanicchia" ha scritto: > Great work, thank you. No

Re: AW: Questions about current mavenizer status

2013-11-20 Thread Cosma Colanicchia
; > Chris > > -Ursprüngliche Nachricht- > Von: Cosma Colanicchia [mailto:cosma...@gmail.com] > Gesendet: Dienstag, 19. November 2013 23:03 > An: Apache Flex Developers ML > Betreff: Re: AW: Questions about current mavenizer status > > Also, there's probably a ty

Re: AW: Questions about current mavenizer status

2013-11-20 Thread Cosma Colanicchia
org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:337) ... 13 more 2013/11/20 Cosma Colanicchia > I have created the FDKs for 4.11 (with the latest AIR and FP versions, and > all options checked) from Windows and from Mac, and tried t

Re: AW: Questions about current mavenizer status

2013-11-20 Thread Cosma Colanicchia
py pasted the > repository onto local drives :) > > brought to you by the letters A, V, and I > and the number 47 > > > On Wed, Nov 20, 2013 at 12:55 PM, Cosma Colanicchia >wrote: > > > I’m now trying to deploy the artifacts to a shared repository with the > >

Re: AW: Questions about current mavenizer status

2013-11-20 Thread Cosma Colanicchia
noise. 2013/11/20 Cosma Colanicchia > Anyway, the “legacy” deployer worked fine, and you could always do a > simple file copy, so this is not a real issue :) just sorry I couldn’t help > to test the new in-vm one. > > > 2013/11/20 christofer.d...@c-ware.de > > Well I guess y

Re: Open declaration (F3, ctrl+click) jumps to wrong location in Flash Builder

2013-11-27 Thread Cosma Colanicchia
Do you have other flex projects open, maybe using different versions of the SDK? I noticed that, sometimes, Flash Builder open the source file from the wrong SDK. If this is the case, you should also note that the path of the source file opened is not from the correct SDK folder for the project.

Re: Open declaration (F3, ctrl+click) jumps to wrong location in Flash Builder

2013-11-27 Thread Cosma Colanicchia
I’d also give it a try using a clean workspace, FB may be caching SWC information. 2013/11/27 Alex Harui > If you create a 4.6 project, where does it put the cursor? I think FB may > have a database based on 4.6 and is using the same line numbers for 4.11. > > On 11/27/13 4:58 AM, "BorekB" wr

Re: Open declaration (F3, ctrl+click) jumps to wrong location in Flash Builder

2013-11-28 Thread Cosma Colanicchia
I think that the sourceline references are baked in the SWC when they are compiled with debug=true (see [1]). BTW, noticed the same behavior on my environment with the 4.11 SDK - open declaration for LayoutBase bring me to the class asdoc section (in my case, it highlights the “ Flash 10” words).

Re: Open declaration (F3, ctrl+click) jumps to wrong location in Flash Builder

2013-11-28 Thread Cosma Colanicchia
to class definition (not a real issue in my opinion). 2013/11/28 Cosma Colanicchia > I think that the sourceline references are baked in the SWC when they are > compiled with debug=true (see [1]). > > BTW, noticed the same behavior on my environment with the 4.11 SDK - open >

Re: Please welcome Stephan Plath as our newest committer

2013-11-28 Thread Cosma Colanicchia
Congratulations Stephane, thank you and welcome! :) 2013/11/28 Jose Barragan > Congrats Stephan, welcome on aboard.. :) > > On 28 Nov 2013, at 09:58, Carlos Rovira > wrote: > > > Welcome Stephan, great to see you in the team! :) > > > > > > 2013/11/28 Sugan Naicker > > > >> Hi Stephan, > >> >

[FB] Enabling network monitor can overwrite include-libraries compiler settings

2013-12-03 Thread Cosma Colanicchia
Beware of a strange Flash Builder behavior: when network monitor is activated in the IDE, Flash Builder will automatically add an include-libraries entry in the compiler configuration passed to MXMLC for netmon.swc (you can see it telling MXMLC to dump the configuration). I noticed that this may ac

Re: [FB] Enabling network monitor can overwrite include-libraries compiler settings

2013-12-03 Thread Cosma Colanicchia
On the same subject: the network monitor act as a proxy to the actual services, that in turn will use the Eclipse proxy settings to forward the invocations to the real destination. If the Eclipse proxy isn’t correctly set, it will appears as if your application cannot reach the back-end, only when

Re: strange issues in JIRA

2013-12-06 Thread Cosma Colanicchia
I was curious to read them, but I was late to the party :) 2013/12/6 Maurice Amsellem > Thanks. > > First admin task will be to delete these issue :-) > > Maurice > > -Message d'origine- > De : Justin Mclean [mailto:jus...@classsoftware.com] > Envoyé : vendredi 6 décembre 2013 01:26 > À

Re: Cross-compiling to build components

2013-12-06 Thread Cosma Colanicchia
Very nice job! 2013/12/6 Mr. Rich > Great news Peter, > On Dec 6, 2013 11:42 AM, "Peter Ent" wrote: > > > Hi, > > > > I've just finished an experiment with pretty good results. > > > > A little while ago I created a first pass at a FlexJS DataGrid. This > meant > > building both the ActionScri

Re: New Flex MaskedTextInput Spark Component

2013-12-09 Thread Cosma Colanicchia
Nice component, thanks. About the mobile, I had a component with immediate validation (e.g. numeric input), that on mobile does not work because the TextOperationEvent dispatched does not contain the most important information (the operation:FlowOperation attribute). Probably non-TLF implementatio

Re: [flex-sdk] Fix for FLEX-33772 (Incorrect tab focus behavior...) (#5)

2014-01-20 Thread Cosma Colanicchia
... done -- Cosma 2014/1/20 Justin Mclean > Applied and fixed see - https://issues.apache.org/jira/browse/FLEX-33772. > Can you close this? Thanks. > > — > Reply to this email directly or view it on > GitHub > . >

Re: GitHub pull requests

2014-01-20 Thread Cosma Colanicchia
Hi Justin, I closed the pull requests 4 (FLEX-33365), 5 and 6 (both related to FLEX-33772). The pull request 7 is related to https://issues.apache.org/jira/browse/FLEX-33774, the related patch file is already attached to the jira issue, but AFAIK it hasn’t been applied. Just let me know if I shou

Re: Installer issue

2014-01-20 Thread Cosma Colanicchia
Hi Dany, I think that you must allow unsigned apps (in Security & Privacy pane of the System preferences) in order to install it. In recent versions of OS X, this became a blocking error instead of a warning by default. This preference setting allows to revert it to a warning, non-blocking message

Re: AIR CameraRoll / MediaPromise path issue?

2014-01-24 Thread Cosma Colanicchia
On iOS, you should not try to open the selected image as a file, instead you should use the MediaPromise API to access the content (iOS won’t actually let apps to access those files directly). If you do a search for CameraRoll + MediaPromise you should find some example. 2014/1/24 JC Lang > Hel

Re: Problems installing Apache Flex SDK 4.11.0

2014-01-29 Thread Cosma Colanicchia
I’m glad that you got it working Pedro :) -- Cosma 2014-01-29 Tom Chiverton > Why are our mirrors often broken ? > > Tom > > > On 29/01/2014 11:10, Pedro Serralha wrote: > >> Cosma Colanicchia you ROCK! >> >> So I went to >> >> https://

Improving @Resource MXML directive

2014-02-13 Thread Cosma Colanicchia
Just a random thought: I never used the @Resource directive, because it does not allow locale change at runtime, so I end up in lots of ugly text=“{resourceManager.getString(‘myBundleName’, ‘my.resource.name’)}” that does not help code readability. Maybe we could improve it? I’ll just throw some i

Re: Some 4.12 stats

2014-03-13 Thread Cosma Colanicchia
Darkstone is our Flex Psy -> LOL :) 2014-03-13 9:53 GMT+01:00 Maurice Amsellem : > Darkstone is our Flex Psy ;-) > > Maurice > > -Message d'origine- > De : Justin Mclean [mailto:jus...@classsoftware.com] > Envoyé : jeudi 13 mars 2014 06:54 > À : dev@flex.apache.org > Objet : Re: Some 4.1

Re: Draft email to committers

2014-03-18 Thread Cosma Colanicchia
Yes, it was, at least for me :-) BTW I’m among the lurkers, looking forward to being more active in the future and following the lists in the meantime. 2014-03-18 18:17 GMT+01:00 Gordon Smith : > I think most committers who haven't totally disengaged probably subscribe > to dev@flex.apache.org a

[OT] [FALCON] Falcon and IDE/FB integration

2013-02-06 Thread Cosma Colanicchia
Probably OT, but I just read that in FB 4.7 you cannot choose the FDK to use for pure ActionScript projects (never tried myself yet). Does this means that Flash Builder is somewhat hardcoded to work only with the shipped ASC 2.0 SDK? If so, I was thinking about implications of this when MXML suppo

Re: [OT] [FALCON] Falcon and IDE/FB integration

2013-02-06 Thread Cosma Colanicchia
find useFlashSDK="true" and > change to "false". > > > > > On 06/02/2013 12:17, Cosma Colanicchia wrote: > >> Probably OT, but I just read that in FB 4.7 you cannot choose the FDK to >> use for pure ActionScript projects (never tried myself yet).

Re: [OT] [FALCON] Falcon and IDE/FB integration

2013-02-06 Thread Cosma Colanicchia
Actually, I see that FB currently supports: - the legacy MXMLC/COMPC (using Adobe Flex SDKs up to 4.6, and Apache Flex SDKs thanks to the installer) - the bundled ASC 2.0 for pure ActionScript projects (but it seems "hardcoded" in FB) As legacy MXMLC/COMPC in Apache Flex are put in "maintenance mo

Re: [OT] Interesting stat from JetBrains

2013-02-12 Thread Cosma Colanicchia
Community doesn't include Flex support, you need the Ultimate, see [1] for feature comparison. Ultimate edition comes with 30-days free trial, see [2]. [1] http://www.jetbrains.com/idea/features/editions_comparison_matrix.html [2] http://www.jetbrains.com/idea/download/index.html 2013/2/12 Jaga

Re: VRule and HRule

2013-02-27 Thread Cosma Colanicchia
Personally, I don't think that providing any possible aggregations/specializations of existing components would be an improvement for the framework. However, the framework provide a BorderContainer component that does a similar thing (except for the fact that it is also a container): provide style

Re: [OT] Flash Builder bugs

2013-03-20 Thread Cosma Colanicchia
I think here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&promoid=EWQQL Cosma 2013/3/20 Justin Mclean > Hi, > > Anyone know how to submit Flash Builder bugs? > > This link: > https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform > > Just redirects you to here: > http://

Re: [OT] Flash Builder bugs

2013-03-20 Thread Cosma Colanicchia
Nevermind, selecting "Flash Builder" in product list it redirects to the JIRA, which is read only. 2013/3/20 Cosma Colanicchia > I think here: > https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&promoid=EWQQL > > Cosma > > > 2013/3/20 Justin Mclean

Re: Air 3.7 in Apache Flex

2013-03-22 Thread Cosma Colanicchia
Added vote and forum comment too. 2013/3/22 Peter HO > Hi > > I added my vote too > > Regards, > > Peter > > On 22 March 2013 09:44, Sugan Naicker wrote: > > > Hi, > > > > Agree. I have added my vote. There are only 12 votes currently. > > > > Regards, > > > > Sugan > > > > -Original Messa

Re: [1/4] git commit: add removeItem to IList and ListCollectionView

2013-03-25 Thread Cosma Colanicchia
+1 on adding the method to IList... I have *lot* of code that look like var index:int = list.getItemIndex(object); if (index >= 0) { list.removeItemAt(index); } I think this is ugly and verbose, and it pollutes my function namespace - I ends up with "indexOfItemToRemove1" and some like this, as

IFocusManagerComplexComponent and tab focus

2013-05-07 Thread Cosma Colanicchia
Anyone know something about this interface ([1] on github)? Its asdoc states "the IFocusManagerComplexComponent interface defines the interface that components that can have more than one internal focus target should implement in order to receive focus from the FocusManager" - so I tried to implem

Re: IFocusManagerComplexComponent and tab focus

2013-05-07 Thread Cosma Colanicchia
own by handling the keyFocusChange event and > calling > preventDefault on it when it wants to keep focus on one of the wrapped > controls. > > HTH, > -Alex > > > On 5/7/13 8:33 AM, "Cosma Colanicchia" wrote: > > > Anyone know something ab

Re: IFocusManagerComplexComponent and tab focus

2013-05-07 Thread Cosma Colanicchia
See [1] for the method I was talking about... https://github.com/apache/flex-sdk/blob/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as#L1336 2013/5/7 Cosma Colanicchia > Thanks Alex. > > In my test I was never preventing it, but the tab focus movement to t

Re: IFocusManagerComplexComponent and tab focus

2013-05-07 Thread Cosma Colanicchia
Yes, I ended up removing the "implements IFocusManagerComplexComponent" and playing with focusEnabled and hasFocusableChildren properties in the external and in internal components instead to obtain the intended behaviour. Thank for your help - maybe we could add some more detail in the IFocusMana

Re: Flex SDK & Video access via CameraRoll/CameraUI & local video access

2013-05-08 Thread Cosma Colanicchia
Sadly, still no news about mobile device video support in AIR 3.8 beta.. ( CameraRoll.browseForVideo(), acquired videos playback, snapshot extraction, ecc.) 2013/4/6 Alex Harui > Sounds like an AIR thing. Is what you want possible via PhoneGap/Cordova? > We are looking into having the AS to JS

[OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7?

2013-05-10 Thread Cosma Colanicchia
I have a SWC library declaring a custom namespace, when I use it I'd like to have FB suggest a custom prefix declaration in MXML. Currently, FB is able to provide the default "s", "fx" and "mx" prefixes automatically, any other is declared as "ns", "ns1" and so on. In previous version there was a

Re: [Poll] Apache Flex next version number

2013-05-10 Thread Cosma Colanicchia
Impressive indeed, nice job! 2013/5/10 Justin Mclean > Hi, > > > man, that is one impressive load of work. you guys are like freaking > bug-fixing machines ;-) > > Well actually a good portion of those fixes had already been supplied by > the community or at the very least pointed to the area o

Re: [OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7?

2013-05-10 Thread Cosma Colanicchia
uldn't get this to work again since FB4.7 > > > > Maybe Alex, Carol or Peter could point what's happening and if something > > could be done to fixit or is something > > that only a patch in FB could solve. > > > > > > > > 2013/5/10 Cosma

Re: [OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7?

2013-05-10 Thread Cosma Colanicchia
d the steps. What are you typing and how is > FB responding? > > > On 5/10/13 8:37 AM, "Cosma Colanicchia" wrote: > > > I am creating an swc library that includes a namespace manifest, using > the > > documented COMPC compiler API. > > > > When

Re: Multidimensional States

2013-06-03 Thread Cosma Colanicchia
Just trying to throw a quick thinking at it, in particular about the MXML declaration mess - to avoid cartesian multiplication of states, couldn't we just normalize them? I mean, grouping them in mutually exclusive groups, which is the typical scenario:

Re: Multidimensional States

2013-06-06 Thread Cosma Colanicchia
Multiple states using spaces (e.g. currentState="up default") looks nice to the eyes. I was thinking about impact on the transitions management - I'm not sure that the current transition approach (fromState/toState) scales well once we go this way. A possible idea could be to support "state deleg

Re: Multidimensional States

2013-06-06 Thread Cosma Colanicchia
ed inline states? > > > > > > > > > > > > > > > > > > > > >alpha="0" alpha.default="1"/> > > > > > > > On Thu, Jun 6, 2013 at 2:12 AM, Cosma Colanicchia >w

Re: Multidimensional States

2013-06-06 Thread Cosma Colanicchia
some > other set of properties, which is why I'm wondering why you guys would > rather manage the code that sets currentState vs just tying the visuals to > other properties. > > -Alex > > > On 6/6/13 3:19 AM, "Cosma Colanicchia" wrote: > > >Probably just

Re: Multidimensional States

2013-06-07 Thread Cosma Colanicchia
a PROP_CHANGING/PROP_CHANGED event pair, where the > CHANGING is cancelable and would probably serve as the trigger. > > On 6/6/13 9:13 AM, "Cosma Colanicchia" wrote: > > >AFAIK: > > - currently states also play a role in the skinning contract of a > >

Re: [FALCON] Parity with MXMLC

2013-09-04 Thread Cosma Colanicchia
Hi, in my personal opinion Repeaters support should be discontinued in Falcon. It looks like an "intrusive" feature, don't know if it's worth the effort to implement it, its mantainance costs and the related code complexity growth (energy that could be put somewhere else). And, old projects still

Re: [FALCON] Parity with MXMLC

2013-09-04 Thread Cosma Colanicchia
...and its great to see a thread with this title, good job! :) 2013/9/4 Cosma Colanicchia > Hi, in my personal opinion Repeaters support should be discontinued in > Falcon. It looks like an "intrusive" feature, don't know if it's worth the > effort to implement

Re: [FlexJS] General questions

2013-09-04 Thread Cosma Colanicchia
> > IMO, a pain point in Flex was that styles had to be specified on the > component when the style implementation was actually in the skin/theme. > The skinning model is different in FlexJS anyway so I think that gives us > license to change the styling model as well. If you ever set a style on a

Re: URLFilePromise Issue

2013-09-04 Thread Cosma Colanicchia
Hi, if I remember well, hiding the actual absolute path selected by the user to the application is one of the goals of the URLFilePremise (for security reasons).. 2013/9/4 antonio esposito > hello > air flex are a developer writing to the community, and recently my interest > on apache has give

Re: UI Designer ("Design View" replacement)

2013-09-04 Thread Cosma Colanicchia
2013/9/4 Nicholas Kwiatkowski > That's a bit harsh. I used design view all the time to do basic layout > before I did any coding. You could quickly prototype your app and get > things laid out correctly before you hooked it up and "broke design view." > Nothing frustrated me more than having t

Re: [FlexJS] General questions

2013-09-04 Thread Cosma Colanicchia
2013/9/4 Alex Harui > Maybe we'll have an 'customStyles' object for styles that aren't in CSS +1 (I would prefer simply "styles" as for the name)

Re: [FlexJS] General questions

2013-09-04 Thread Cosma Colanicchia
Maybe we could follow W3C rules, if any, in this case. Its the "custom" prefix that feels just too broad to me, and could lead to confusion.. 2013/9/4 Alex Harui > > > On 9/4/13 9:04 AM, "Cosma Colanicchia" wrote: > > >2013/9/4 Alex Harui > > &g

Building SDK from sources and locales support

2013-09-17 Thread Cosma Colanicchia
Hi, I'm trying to build the latest SDK sources - I need to use it in Flash Builder and as mavenized artifacts. I noticed that, in the compiled and "IDEnized" SDK, the {sdkhome}/frameworks/locale/... folders don't contain the *_rb.swc files, with the exception of the en_US locale. Is this the inten

Re: Building SDK from sources and locales support

2013-09-17 Thread Cosma Colanicchia
an ant -other.locale > after a standard ant build from the sources to generate the locales. > > -Fred > > -Message d'origine- > De : Cosma Colanicchia [mailto:cosma...@gmail.com] > Envoyé : mardi 17 septembre 2013 17:31 > À : dev@flex.apache.org > Objet : Buildin

Re: Building SDK from sources and locales support

2013-09-17 Thread Cosma Colanicchia
older, I guess as well you will need to create the compiler > locales as well if you're not US but I can't remember the ant build > variable to set, maybe someone else remember otherwise look into the > release target of the build.xml. > > -Fred > > -Message d'

Re: Building SDK from sources and locales support

2013-09-18 Thread Cosma Colanicchia
@Justin Thank you for the README change. @Frederic Don't know, it looks like that the "binary-release noclean" would also do unnecessary tasks such as creating docs, running checkin tests (and I think that my mustella is not set up properly, never tried running it yet), packaging binary files, ecc

Re: Building SDK from sources and locales support

2013-09-18 Thread Cosma Colanicchia
> > > > running checkin tests (and I think that my mustella is not set up > properly, never tried running it yet), > Running the checkin tests is separate from running mustella. Thank for the tip, I'll try to run it later to see what happens (but I have no modified sources currently). p.s. the

Re: Building SDK from sources and locales support

2013-09-18 Thread Cosma Colanicchia
targets you mentioned or even a release > change the build number in the flex-sdk-description.xml to 0 > run the sdk/ide batch I need > run the Maven converter (because you set the build number to 0, it will > generate a 4.11-SNAPSHOT) > then, deploy it > > -Fred > > -Me

FocusManager issue with sparse focus groups

2013-09-20 Thread Cosma Colanicchia
Hi list, maybe I found an issue with keyobard focus manager. I have a situation like this (hope you get the pic): [previous controls] [radio A] [radio B] [radio A1] [radio B1] [text input] [radio A2] [radio B2] [next

Re: FocusManager issue with sparse focus groups

2013-09-20 Thread Cosma Colanicchia
tween them. Another tab moves you > to the next/previous control or group. > > The Flex FocusManager attempts to replicate that behavior. Is that what > you are seeing? > > -Alex > > On 9/20/13 7:08 AM, "Cosma Colanicchia" wrote: > > >Hi list, maybe I fou

Re: FocusManager issue with sparse focus groups

2013-09-20 Thread Cosma Colanicchia
This is because focus manager, focusing away from the text input, find choice B, see that is part of a group, and move focus to selected element of the group, even if it is actually *before* the current focus. IMO, it should check for this condition. 2013/9/20 Cosma Colanicchia > Absolu

Re: FocusManager issue with sparse focus groups

2013-09-20 Thread Cosma Colanicchia
27;, but yes you are correct, the > FocusManager does not handle that condition. You're welcome to try to fix > it. > > -Alex > > On 9/20/13 8:05 AM, "Cosma Colanicchia" wrote: > > >Absolutely, but if there are other controls "interleaved&quo

Re: FocusManager issue with sparse focus groups

2013-09-23 Thread Cosma Colanicchia
hat unselects the other > checkboxes. > > That might be less work for you than trying to upgrade FocusManager. > > -Alex > > On 9/20/13 8:33 AM, "Cosma Colanicchia" wrote: > > >I like "text pictures" :) but here is a snippet: > >http://pa

Re: FocusManager issue with sparse focus groups

2013-10-03 Thread Cosma Colanicchia
Bump? 2013/9/23 Cosma Colanicchia > Opened the issue FLEX-33772 and attached a sample app and a patch. > > I've only been able to test it as a monkey patch in some sample apps and > in the application where the problem was first noticed, I hope that someone > could

FLEX-33654 (Spark Datagrid - ItemEditor Keyboad Ctrl+V & Ctrl+C dont work)

2013-10-03 Thread Cosma Colanicchia
Could someone please reopen https://issues.apache.org/jira/browse/FLEX-33654(Spark Datagrid - ItemEditor Keyboad Ctrl+V & Ctrl+C dont work), now closed as "Cannot reproduce"? I've just add more details and a sample app reproducing the issue. Thanks, Cosma

Re: FLEX-33654 (Spark Datagrid - ItemEditor Keyboad Ctrl+V & Ctrl+C dont work)

2013-10-03 Thread Cosma Colanicchia
Thank you Justin, I've just looked in the DataGrid and DefaultGridItemEditor class hierarchies and I have not found any obvious reasons for the issue (no particular keyboard event listener that could prevent the normal behavior). My bet is on the TLF classes under the RichEditableText.. I have a

Re: FLEX-33654 (Spark Datagrid - ItemEditor Keyboad Ctrl+V & Ctrl+C dont work)

2013-10-03 Thread Cosma Colanicchia
propagation of the keyboard events (DataGridEditor:1698). IMO, the blocking of propagation of keyboard events should let pass the CTRL+C / COMMAND+C, etc. in order for them to bubble up and be managed. 2013/10/3 Cosma Colanicchia > Thank you Justin, > > I've just looked in th

Re: FLEX-33654 (Spark Datagrid - ItemEditor Keyboad Ctrl+V & Ctrl+C dont work)

2013-10-03 Thread Cosma Colanicchia
side effects so far. 2013/10/3 Cosma Colanicchia > First info: it also happens with Flex 4.6. > > Second info: I think I found the problem. > > The related keyboard event are supposed to bubble up to the > NativeApplication, that then redispatch them (through > performKeyE

Re: Apache Flex 4.11 release candidate

2013-10-08 Thread Cosma Colanicchia
Any chances for FLEX-33772 and FLEX-33654? Thanks, Cosma 2013/10/8 Maurice Amsellem > Hi, I just pushed the merged Callout / CalloutButton into develop. > > Would be nice to have it in the release, if someone can review the code > and push it to the release. > > Cf. another mail in the ML for

Re: Apache Flex 4.11 release candidate

2013-10-08 Thread Cosma Colanicchia
(I've seen now the previous message from Tom about FLEX-33654, thank you) 2013/10/8 Cosma Colanicchia > Any chances for FLEX-33772 and FLEX-33654? > > Thanks, > Cosma > > > 2013/10/8 Maurice Amsellem > >> Hi, I just pushed the merged Callout / CalloutButto

Re: Date without Time (Was: Re: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting)

2013-10-08 Thread Cosma Colanicchia
What about current SDK methods and componente that require Date objects? (e.g. DateField, formatters, validators...) Il 08/ott/2013 22:22 "Doug McCune" ha scritto: > > In all of our code for applications requiring this feature, we > > specifically handle the serialization/deserialization manually

Re: [FALCON] Large App Compiles and Starts

2013-10-08 Thread Cosma Colanicchia
Nice job! I Look forward to start using it for my daily work. 2013/10/9 Alex Harui > I checked in a bunch of fixes to Falcon to get a large 20MB SWF to compile > and get to its first screen. I'm sure there are more bugs to fix if I used > that SWF, but I'm going to stop there for a bit and wor

Re: Date without Time (Was: Re: Adobe Bugbase: Bug 3643917 Updated: Date/time gets messed up by the client locale time zone setting)

2013-10-09 Thread Cosma Colanicchia
Let me elaborate on my previous comment. In my opinion, we could introduce a new type (or more than one), but we should make modifications to framework components. For example, the DateField may use the new DateWithoutTime class directly, because it doesn't supports time resolution in user intera

FLEX-32728 and FLEX-33774

2013-10-09 Thread Cosma Colanicchia
Hi list, I just noticed the commit to fix the AdvancedDataGrid issue: FLEX-32728 (After selectedIndices was updated, it can not be selected with ShiftKey). Some days ago I opened the Spark DataGrid issue: FLEX-33774 (grid.anchorRowIndex is reset to 0 when selection is programatically set (breakin