Re: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications

2013-09-26 Thread OmPrakash Muppirala
On Sep 26, 2013 9:34 PM, "Alex Harui" wrote: > > Hi Maurice, > > I imported the two files into FB and I ran the Apache file scanner on the > folders. Looks good. Here are some things I saw: > > 1) If you plan to check in the FB project properties like > .actionScriptProperties, you will need to

Re: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications

2013-09-26 Thread Alex Harui
Hi Maurice, I imported the two files into FB and I ran the Apache file scanner on the folders. Looks good. Here are some things I saw: 1) If you plan to check in the FB project properties like .actionScriptProperties, you will need to insert headers in them as well. 2) Are you planning to check

Re: Mobile datagrid component integration

2013-09-26 Thread Alex Harui
Excellent. Thanks. On 9/26/13 5:43 PM, "Justin Mclean" wrote: >HI, > >Done and checked into experimentalmobile branch, it will need a little >bit of work to make it compile but the structure and build files are >there. > >Thanks, >Justin

Re: Mobile datagrid component integration

2013-09-26 Thread Justin Mclean
HI, Done and checked into experimentalmobile branch, it will need a little bit of work to make it compile but the structure and build files are there. Thanks, Justin

Re: Mobile datagrid component integration

2013-09-26 Thread Alex Harui
I figure it will be another day or so before we finish getting write-access for Maurice. If you can get a new SWC together in that time, that would be my preference. Jeffry liked it too. -Alex On 9/26/13 4:04 PM, "Justin Mclean" wrote: >Hi, > >> How are you planning to help? >I fixed up build

Re: Mobile datagrid component integration

2013-09-26 Thread Justin Mclean
Hi, > This is not pertaining to just this case, but our strategy in general about > 'experimental' swcs. The original intent was a place for components that have not been fully tested, been fully localised or not fully documented but in a good working state. It was hoped by releasing them in th

Re: Mobile datagrid component integration

2013-09-26 Thread OmPrakash Muppirala
This is not pertaining to just this case, but our strategy in general about 'experimental' swcs. If the intention is to warn the users that these components have not been thoroughly tested, can we do that in a different way? ie. README, Release Notes, ASDocs, custom metadata, etc.? I think it wil

RE: Mobile datagrid component integration

2013-09-26 Thread Maurice Amsellem
Sorry, mobile.swc is a theme, so that's different. Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : vendredi 27 septembre 2013 01:15 À : dev@flex.apache.org Objet : RE: Mobile datagrid component integration StyleableTextField belongs mobil

RE: Mobile datagrid component integration

2013-09-26 Thread Maurice Amsellem
StyleableTextField belongs mobilecomponents.swc And MobileSkin belongs to components.swc. Does this means you are going to add these two swc to the lib-path of experimental.swc ? Wouldn't that make it unusable in non-mobile apps ? This is not an affirmation, just a question. Maurice -Mes

Re: Mobile datagrid component integration

2013-09-26 Thread Justin Mclean
Hi, > How are you planning to help? I fixed up build scripts and added a new projects before (eg apache) so can help there if it's needed. > Do you think a new SWC is the right idea? Either solution seems OK to me, not sure what the right one is. Thanks, Justin

Re: Mobile datagrid component integration

2013-09-26 Thread Alex Harui
On 9/26/13 3:51 PM, "Justin Mclean" wrote: >Hi, > >> Yes, but it seems it's a lot of work, and has many impacts on the SDK >>to introduce a new SWC. > >It would be more work but it's reasonable straight forward, again I can >help out there if needed. How are you planning to help? Do you think

Re: Mobile datagrid component integration

2013-09-26 Thread Justin Mclean
Hi, > Yes, but it seems it's a lot of work, and has many impacts on the SDK to > introduce a new SWC. It would be more work but it's reasonable straight forward, again I can help out there if needed. Thanks, Justin

Re: Mobile datagrid component integration

2013-09-26 Thread Justin Mclean
Hi, > It seems that MDG cannot be integrated into the experimental projects, > because it's a mobile component, and it relies on mobile-only classes ( such > as StyleableTextFiled or MobileSkin). Which shouldn't be too hard to fix , I can help out there. Thanks, Justin

Re: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications

2013-09-26 Thread Justin Mclean
Hi, > In theory, Systar's legal department should be requiring some form of > header on any code leaving your company. I'm not a laywer but my understanding was that code (or anyting) doesn't have to have a copyright header in order to give protection to it's owners, that's now automatic. See

Re: New Android 4 skins

2013-09-26 Thread Justin Mclean
Hi, > Justin, no pressure, but can you please acknowledge that this is on your > radar? Yep it's on my list. Few other Apache Flex things I want to sort first, there's 4 chapters of copy edit changes to check, and I'm running an etextiles course this weekend :-) Thanks, Justin

Re: NEW SKINS FOR FLEX (DESKTOP COMPONENTS)?

2013-09-26 Thread Swen van Zanten
> Op 26 sep. 2013 om 19:53 heeft OmPrakash Muppirala het > volgende geschreven: > > On Thu, Sep 26, 2013 at 9:36 AM, garethdanielsmith < > garethdanielsm...@gmail.com> wrote: > >> In my opinion the default appearance of Spark components in Flex could be >> greatly improved. >> >> As an exampl

Re: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications

2013-09-26 Thread Avi Kessner
Very exciting! brought to you by the letters A, V, and I and the number 47 On Thu, Sep 26, 2013 at 10:20 PM, Maurice Amsellem < maurice.amsel...@systar.com> wrote: > I have sent some comments on the code earlier on this thread (jeu. > 26/09/2013 02:15 (UTC+1)) , that could be helpful for the re

Re: [FALCON] Convert MXMLPropertySpecifierNode to Binding

2013-09-26 Thread Gordon Smith
OK, I understand now that in the SWC case these are read from the ABC as three independent definitions with no connections between them. I would expect that the Scope that contains the def for the backing variable also contains the getter/setter refs, as three definitions in a DefinitionSet for tha

Re: New Android 4 skins

2013-09-26 Thread Jonathan Campos
On Thu, Sep 26, 2013 at 12:16 PM, OmPrakash Muppirala wrote: > Om I have a set of "jelly bean" - esk skins that I use. Let me know if you are missing any of these: ActionBarSkin ButtonSkin CalloutSkin CheckboxSkin LightCheckboxSkin RadioButtonSkin TextAreaSkin TextInputSkin -- Jonathan Campo

RE: Mobile datagrid component integration

2013-09-26 Thread Maurice Amsellem
Yes, but it seems it's a lot of work, and has many impacts on the SDK to introduce a new SWC. (impacts global build files and config files, etc...). Plus the multi-lingual resource bundles (although they would be empty for now). Maurice -Message d'origine- De : Jeffry Houser [mailto:je

Re: Mobile datagrid component integration

2013-09-26 Thread Jeffry Houser
On 9/26/2013 4:38 PM, Maurice Amsellem wrote: Does this mean we need to introduce a new mobileExperimental project ? I didn't see any other responses, so I want to say that I like that idea a lot. -- Jeffry Houser Technical Entrepreneur http://www.jeffryhouser.com 203-379-0773

Re: [FALCON] Convert MXMLPropertySpecifierNode to Binding

2013-09-26 Thread Alex Harui
I'm trying to build a simpler test case so I can follow what's going on. I've seen that the SyntheticBindableSetterDefinition gets created by some analyzer run by the MXML and AS CompilationUnits. But it doesn't seem to get created by SWCCompilationUnits. That sort of makes sense to me because by

Re: [FALCON] Convert MXMLPropertySpecifierNode to Binding

2013-09-26 Thread Gordon Smith
I didn't work on Falcon's data bindingŠ Bruce Frazer implemented what's there. If you can get the synthetic SetterDefinition then you can get its Name with getMName(). So find the code that synthesizes the getter/setter pair for a [Bindable] var, and make it store references to the getter and sett

Re: NEW SKINS FOR FLEX (DESKTOP COMPONENTS)?

2013-09-26 Thread Yann Cabon
Hi, Earlier this year we presented a small boilerplate project of mobile app, Android style. http://video.esri.com/iframe/2298/00/width/960/1/00:55:30 The code is here https://github.com/lheberlie/building-mobile-apps-flex/tree/develop/apps/mobile-map-boilerplate The main feature was to supp

Mobile datagrid component integration

2013-09-26 Thread Maurice Amsellem
Hi, While "preparing" the potential integration of MobileDataGrid component to the SDK, I ran into an unexpected issue. It seems that MDG cannot be integrated into the experimental projects, because it's a mobile component, and it relies on mobile-only classes ( such as StyleableTextFiled or M

Re: [FALCON] Convert MXMLPropertySpecifierNode to Binding

2013-09-26 Thread Alex Harui
getMName returns a Name with the same namespace as calling getNamespaceReference() on the definition. That still doesn't help me when the property is a [Bindable] var in a class in a SWC. The definition is a VariableDefinition with the BindableNamespace which represents the backing variable for th

RE: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications

2013-09-26 Thread Maurice Amsellem
I have sent some comments on the code earlier on this thread (jeu. 26/09/2013 02:15 (UTC+1)) , that could be helpful for the review. Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : jeudi 26 septembre 2013 21:00 À : dev@flex.apache.org Objet : Re: [VOTE][LA

Re: [FALCON] Convert MXMLPropertySpecifierNode to Binding

2013-09-26 Thread Gordon Smith
I was able to browse the Apache repo. getMName() is on DefinitionBase, but not on IDefinition. So try ((DefinitionBase)propertyNode.getDefinition()).getMName() and see whether it returns the right kind of Name when the property is private or protected. - Gordon On 9/26/13 12:05 PM, "Gordon Smith"

Re: [FALCON] Convert MXMLPropertySpecifierNode to Binding

2013-09-26 Thread Gordon Smith
I'm in a meeting in San Jose and don't have access to the Falcon code at the moment. But I think Idefinition (or maybe only DefinitionBase) has a getMName() method that returns a Name. - Gordon On 9/26/13 11:37 AM, "Alex Harui" wrote: >It turns out that MXMLPropertySpecifierNode just calls its

Re: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications

2013-09-26 Thread Alex Harui
Hi Maurice, Thanks! I will review it this evening. -Alex On 9/26/13 11:46 AM, "Maurice Amsellem" wrote: >Hi, > >I have added the headers, LICENSE and NOTICE and attached the source code >attached to the JIRA ticket : >https://issues.apache.org/jira/browse/FLEX-33777 > >Regards, > >Maurice >

RE: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications

2013-09-26 Thread Maurice Amsellem
Hi, I have added the headers, LICENSE and NOTICE and attached the source code attached to the JIRA ticket : https://issues.apache.org/jira/browse/FLEX-33777 Regards, Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : jeudi 26 septembre 201

Re: [FALCON] Convert MXMLPropertySpecifierNode to Binding

2013-09-26 Thread Alex Harui
It turns out that MXMLPropertySpecifierNode just calls its definition's getBaseName(). There doesn't seem to be any API on IDefinition to return a fully qualified name. I can get the INamespaceReference from the definition, but then how to I convert the INamespaceReference to a Namespace I can pa

Re: [FALCON] Convert MXMLPropertySpecifierNode to Binding

2013-09-26 Thread Gordon Smith
I don't think using a Binding should be necessary. I think the bug is the getName() of MXMLPropertySpecifierNode isn't returning the right kind of Name when the property is protected or private. - Gordon On 9/26/13 11:13 AM, "Alex Harui" wrote: >Darrell, Gordon (mostly), > >I'm having trouble

[FALCON] Convert MXMLPropertySpecifierNode to Binding

2013-09-26 Thread Alex Harui
Darrell, Gordon (mostly), I'm having trouble with the codegen for a Binding destination function. I have an MXMLPropertySpecifierNode for the property to be set. This property can be protected or private as well as public. I want to use the OP_setproperty instruction which seems to take a Name.

RE: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications

2013-09-26 Thread Maurice Amsellem
Thanks for the clarification. I won't put the @author tag then. Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : jeudi 26 septembre 2013 19:45 À : dev@flex.apache.org Objet : Re: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications Hi

Re: NEW SKINS FOR FLEX (DESKTOP COMPONENTS)?

2013-09-26 Thread OmPrakash Muppirala
On Thu, Sep 26, 2013 at 9:36 AM, garethdanielsmith < garethdanielsm...@gmail.com> wrote: > In my opinion the default appearance of Spark components in Flex could be > greatly improved. > > As an example, the Ext JS (AKA Sencha) javascript framework has many > components very similar to the ones in

Re: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications

2013-09-26 Thread Alex Harui
Hi Maurice, Most projects at Apache discourage author tags. There is no official policy prohibiting and Apache Flex has not made any decision. The general reasoning is that there are currently 40+ committers and growing on Apache Flex and if everyone who touched a file added an author tag, event

RE: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications

2013-09-26 Thread Maurice Amsellem
I am adding the headers now. I noticed some of the components in experimental had mention of the original author, in addition to Apache Header. (see below). Should I do the same ? Eg. @author Maurice Amsellem for SYSTAR (maurice.amsel...@systar.com). Spark/components/itemRenderers/MenuItemRende

RE: Building the SDK from git

2013-09-26 Thread Frédéric THOMAS
Yep, I guess it is not the same doing a check out from windows (whatever the tool) and from Cygwin. -Message d'origine- De : Kessler CTR Mark J [mailto:mark.kessler@usmc.mil] Envoyé : jeudi 26 septembre 2013 19:29 À : dev@flex.apache.org Objet : RE: Building the SDK from git Yeah I'm

RE: Building the SDK from git

2013-09-26 Thread Kessler CTR Mark J
Yeah I'm Windows with TortoiseGit, didn't have to change anything out of the box for that. It's setup to translate into Windows cr/lf and then back again automatically. -Original Message- From: Frédéric THOMAS [mailto:webdoubl...@hotmail.com] It depends the OS, on Windows it is recom

RE: Building the SDK from git

2013-09-26 Thread Frédéric THOMAS
At least it what I deducted because it happened to me I checkout the dev branch with autocrlf=true and wasn't able to build from ant on Cygwin, the build scripts wasn't read correctly, changing it by autocrlf=input, checking out again made it running correctly. -Message d'origine- De : Fré

RE: Building the SDK from git

2013-09-26 Thread Frédéric THOMAS
It depends the OS, on Windows it is recommended to set it to "true", "input" on others but if you're on windows but use Cygwin, it has to be set to "input". -Message d'origine- De : Kessler CTR Mark J [mailto:mark.kessler@usmc.mil] Envoyé : jeudi 26 septembre 2013 19:20 À : dev@flex.

RE: Building the SDK from git

2013-09-26 Thread Kessler CTR Mark J
Just a small note. The git property changes are independent of the sdk specifically and more geared toward which git client you use on how to change the properties. -Original Message- From: Maurice Amsellem [mailto:maurice.amsel...@systar.com] 6) Fred told me I should set " core.auto

RE: Building the SDK from git

2013-09-26 Thread Frédéric THOMAS
-Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : jeudi 26 septembre 2013 18:58 À : dev@flex.apache.org Objet : RE: Building the SDK from git Hi, This is my (uncensored :-) feedback following the SDK build. 1) Doc inconsistency: There are 3 differ

Re: New Android 4 skins

2013-09-26 Thread OmPrakash Muppirala
Bump.. Justin, no pressure, but can you please acknowledge that this is on your radar? Thanks, Om On Sep 25, 2013 2:38 AM, "OmPrakash Muppirala" wrote: > > Justin, > > I have checked in a few skins (ActionBarBackground, Button and Checkbox skins) > > Could you perhaps take the Checkbox skins an

RE: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications

2013-09-26 Thread Maurice Amsellem
OK, I will add the Apache headers and Notice, and send you the code, tonight or tomorrow latest... Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : jeudi 26 septembre 2013 18:43 À : dev@flex.apache.org Objet : Re: [VOTE][LAZY] Accept donation of Systar Dat

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
Hi, This is my (uncensored :-) feedback following the SDK build. 1) Doc inconsistency: There are 3 differents docs explaining how to build the SDK: - WIKI: https://cwiki.apache.org/confluence/display/FLEX/1.2+Setting+up+Manually - WEB: http://flex.apache.org/dev-sourcecode.html - README fi

Re: Building the SDK from git

2013-09-26 Thread Erik de Bruin
River Song would say: "Spoilers!" The bane of time travellers all over the universe... ;-) EdB On Thu, Sep 26, 2013 at 6:32 PM, Alex Harui wrote: > > > On 9/26/13 9:12 AM, "Maurice Amsellem" wrote: > >>BUILD SUCCESSFUL! >> >>YEEHAA! >> >>Do you me to recap the few issues I have faced as a "n

RE: NEW SKINS FOR FLEX (DESKTOP COMPONENTS)?

2013-09-26 Thread Kessler CTR Mark J
Would be interesting to do. But I have a funny feeling there will be lots of opinions on this area. Not to mention if you did rewrite the skins, would you create them more in AS instead of mxml. -Mark -Original Message- From: garethdanielsmith [mailto:garethdanielsm...@gmail.com] In

Re: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications

2013-09-26 Thread Alex Harui
In theory, Systar's legal department should be requiring some form of header on any code leaving your company. So yes, adding headers is advised and it would be my preference and probably save time in the end if you use the Apache headers and NOTICE file. IMO, no other changes to the code are req

Re: NEW SKINS FOR FLEX (DESKTOP COMPONENTS)?

2013-09-26 Thread garethdanielsmith
In my opinion the default appearance of Spark components in Flex could be greatly improved. As an example, the Ext JS (AKA Sencha) javascript framework has many components very similar to the ones in Flex, indeed Ext has billed itself as a Flex replacement. Ext has a gray theme (amongst others) th

RE: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications

2013-09-26 Thread Maurice Amsellem
We also received the acknowledgments. That's good news. Do I need to make the changes requested before (Apache headers, etc..) before sending you the sources ? Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : jeudi 26 septembre 2013 18:31 À : dev@flex.ap

Re: Building the SDK from git

2013-09-26 Thread Alex Harui
On 9/26/13 9:12 AM, "Maurice Amsellem" wrote: >BUILD SUCCESSFUL! > >YEEHAA! > >Do you me to recap the few issues I have faced as a "newbie"? Sure. I think you'll be getting write access soon, so then you'll be able to update the README yourself. -Alex

Re: [VOTE][LAZY] Accept donation of Systar DataGrid for Mobile Applications

2013-09-26 Thread Alex Harui
Hi Maurice, The grant was filed today. Please make a snapshot of the code available when you can. You can email the link or source to me directly. Any other PMC'rs want to help with the IP review? -Alex On 9/25/13 7:56 PM, "Alex Harui" wrote: >Again, none of this is required pre-donation.

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
BUILD SUCCESSFUL! YEEHAA! Do you me to recap the few issues I have faced as a "newbie"? Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : jeudi 26 septembre 2013 17:42 À : dev@flex.apache.org Objet : RE: Building the SDK from git Thanks,

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
Thanks, that's really helpful. I understand I launch the general build.xml the first time only, and then only need to run the build.xml for the project I am working on (eg. experimental/build.xml) which will compile rather quickly. Is that correct ? Maurice -Message d'origine- De : J

Re: [FlexJS] IFlexInfo

2013-09-26 Thread Peter Ent
I should add that I have not updated the jQuery sample to reflect the changes that have been happening to the "standard" JavaScript code. I figured I would sort that out once things became more complete and stable. --peter On 9/26/13 9:17 AM, "Alex Harui" wrote: > > >On 9/25/13 11:57 PM, "OmPra

Re: Building the SDK from git

2013-09-26 Thread Erik de Bruin
The Mustella test suite is run on the VM against FP 11.1, 11.7, 11.8 and 11.9; each at least once every two days. These versions appear all equal in the eyes of the SDK. EdB On Thu, Sep 26, 2013 at 5:06 PM, Justin Mclean wrote: > Hi, > >> However playerglobal.version is still 11.1. Does this

Re: Building the SDK from git

2013-09-26 Thread Justin Mclean
Hi, > However playerglobal.version is still 11.1. Does this mean I should compile > agains FP 11.1? You can compile against any version of the Flash Player from 10.2 onwards, we try and keep it backwards compatible. People who use AIR generally want the latest, people who use Flash Player may

Re: Building the SDK from git

2013-09-26 Thread Justin Mclean
Hi, > Please can you share how you proceed to compile when you make even small > changes to the code and would like to test them. > Are you using an IDE at all ? I normally use Flash Builder to edit files (but sometimes vi from the command line) and I normally compile using ant from the command

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
Justin, I noticed you updated air.version and release.version in build.properties. However playerglobal.version is still 11.1. Does this mean I should compile agains FP 11.1? On the other hand, the page https://cwiki.apache.org/confluence/display/FLEX/1.2+Setting+up+Manually says we should b

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
Hi, My config is the following: - I have created a project in FB to map projects/experimental => added .actionScriptProps and .flexLibProps - Added both entries to .gitignore, to make sure they will not end up if any commit " given ant is the preferred build method." Please can you share how y

Re: Building the SDK from git

2013-09-26 Thread Justin Mclean
Hi, > Yes, I think that is the idea... I think "we" somehow all ended up > with it in our local ignores It's not in mine and I've not seen any issues, but they probably shouldn't be in there in the first place, given ant is the preferred build method. Thanks, Justin

Re: Building the SDK from git

2013-09-26 Thread Justin Mclean
Hi, > So maybe they should be included in the .gitignore (along with .project, > etc.) ? -1 to that. Anything that is actually in version control should not be in .gitignore, this has caused far too many issues in the past, including breaking a release candidate. IMO if something in version c

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
Yes, I have tried to keep a "journal" of what I do and the issues I am facing. I will do it with that in mind from now on. (ie updating the resources at the end) Maurice -Message d'origine- De : Erik de Bruin [mailto:e...@ixsoftware.nl] Envoyé : jeudi 26 septembre 2013 15:56 À : dev@

Re: Building the SDK from git

2013-09-26 Thread Erik de Bruin
Yes, I think that is the idea... I think "we" somehow all ended up with it in our local ignores, a legacy from the rather messy transition from SVN. Also, you raise a couple of good issues with the README and other docs. Would you mind keeping notes so once you're up and running we (i.e. you ;-))

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
Understood. So maybe they should be included in the .gitignore (along with .project, etc.) ? Maurice -Message d'origine- De : Erik de Bruin [mailto:e...@ixsoftware.nl] Envoyé : jeudi 26 septembre 2013 15:45 À : dev@flex.apache.org Objet : Re: Building the SDK from git On purpose, we d

Re: Building the SDK from git

2013-09-26 Thread Erik de Bruin
On purpose, we don't want IDE specific configuration files in git. EdB On Thu, Sep 26, 2013 at 3:36 PM, Maurice Amsellem wrote: > Also, I noticed .actionScriptProperties and .flexLibProperties are missing > from framework/projects/experimental > > Not committed or is it on purpose ? > > Mauri

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
Also, I noticed .actionScriptProperties and .flexLibProperties are missing from framework/projects/experimental Not committed or is it on purpose ? Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : jeudi 26 septembre 2013 15:12 À : dev@flex.a

Re: [FlexJS] IFlexInfo

2013-09-26 Thread Alex Harui
On 9/25/13 11:57 PM, "OmPrakash Muppirala" wrote: >On Wed, Sep 25, 2013 at 8:41 PM, Alex Harui wrote: > >> Turns out there is a bug in the Falcon code that the search for >>IFlexInfo >> only is in the baseclass and not deeper. >> >> JQuery's app does not directly implement IFlexInfo. Adding t

Re: Building the SDK from git

2013-09-26 Thread Justin Mclean
Hi, > Which source is the most up-to-date ? You want the develop branches of both the SDK and TLF. Thanks, Justin

Re: Building the SDK from git

2013-09-26 Thread Justin Mclean
Hi, With TLF environment variables work fine. On OSX I have the following: TLF_HOME=/Users/justinmclean/Documents/ApacheFlexTLFGit/ AIR_HOME=/Users/justinmclean/Documents/air/mac/3.1/ PLAYERGLOBAL_HOME=/Users/justinmclean/Documents/player/ FLASHPLAYER_DEBUGGER=/Users/justinmclean/Documents/Adobe

RE: Building the SDK from git

2013-09-26 Thread Kessler CTR Mark J
I believe the wiki ones are still the good default set. They were done that way to match the repo names and are setup to use relative pathing between the two repos. It really doesn't matter which style you use, but you don't need to use both. My personal choice is using the repo names and us

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
My .gitconfig has only two lines, name and email. :-( I will read https://git-wip-us.apache.org/#contents to set the correct options. Thanks Maurice -Message d'origine- De : Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Envoyé : jeudi 26 septembre 2013 14:45 À : dev@flex.apache.o

RE: Building the SDK from git

2013-09-26 Thread Frédéric THOMAS
Both are good, the build script is able to take either flex-sdk or sdk, flex-tlf or tlf but you can have troubles run the script if at your first checkout the "autocrlf" in your /.gitconfig was not set to "input" -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com

RE: Building the SDK from git

2013-09-26 Thread Frédéric THOMAS
https://git-wip-us.apache.org/#contents -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : jeudi 26 septembre 2013 14:31 À : dev@flex.apache.org Objet : RE: Building the SDK from git Yes, I am on the develop branch. I have also read the basic docs on

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
I have started reading the wiki on "Setting up Manually", and it says : TLF: git clone [https://git-wip-us.apache.org/repos/asf/flex-tlf.git] flex-tlf SDK: git clone [https://git-wip-us.apache.org/repos/asf/flex-sdk.git] flex-sdk However, http://flex.apache.org/dev-sourcecode.html says: git clon

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
Yes, I am on the develop branch. I have also read the basic docs on git since I am new to git ( they are very well written). "the wiki will tell you how to configure git" You mean " https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+Wiki"; ? OK, I will read it. Maurice -Message

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
Thanks Fred, I will continue to post questions on the ML for others. Please ignore them until this week-end :-). Maurice -Message d'origine- De : Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Envoyé : jeudi 26 septembre 2013 14:24 À : dev@flex.apache.org Objet : RE: Building the SD

RE: Building the SDK from git

2013-09-26 Thread Frédéric THOMAS
Also, be sure to be on the develop branch "git checkout develop" and the wiki will tell you how to configure git, this is important for line ending for example. -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : jeudi 26 septembre 2013 14:04 À : dev@

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
Something else: Build fails with the following error: " Could not load definitions from resource flexTasks.tasks. It could not be found." Main build.xml says: Does this mean modules/antTasks must be built prior to building or SDK? Maurice -Message d'origine- De : Maurice A

RE: Building the SDK from git

2013-09-26 Thread Frédéric THOMAS
I'll be able to help you more during the week end but in between, this is how I set my SDK: F:/sources/apache/flex/ sdk/ tlf/ My env.properties: env.AIR_HOME=F:\\sources\\adobe\\air\\3.4 env.FLASHPLAYER_DEBUGGER=C:\\Program Files (x86)\\Adobe\\Adobe Flash Builder 4.6\\player\\win

RE: Building the SDK from git

2013-09-26 Thread Kessler CTR Mark J
I use... [anypath]/flex-sdk [anypath]/flex-tlf Just the default folder naming. Fred can tell you how to rename/move change things to fully customize the pathing layout. -Mark -Original Message- From: Maurice Amsellem [mailto:maurice.amsel...@systar.com] Sent: Thursday, September 26

RE: Building the SDK from git

2013-09-26 Thread Maurice Amsellem
Actually, the README says that TLF_HOME is optional if the tlf directory is a sibling of sdk. This is my directory configuration: ApacheFlex/git_source/ sdk/ tlf/ And I still get an error when running the build "TLF_HOME is not defined". Maurice De : Maurice Amsellem [mailto:maurice.amsel

Building the SDK from git

2013-09-26 Thread Maurice Amsellem
Hi, I am trying to build the develop SDK from git. So I followed the instructions in the README file, and noticed some things that seem not to be as expected: 1) README says you can set PLAYERGLOBAL_HOME, ..., TLF_HOME in env.properties. All vars are referenced and explained in env-templ

Re: [FALCON] MXML protected vars as attributes

2013-09-26 Thread Tom Chiverton
On 25/09/2013 20:55, aYo ~ wrote: In developing mxml classes using code behind I've often accessed protected class variables via the mxml attributes. I believe it's allowed Yeah, me too - the MXML is extending the base class, so of course gets access to package-local variables. Tom

Re: blazeDS time zone

2013-09-26 Thread Justin Mclean
HI, > I remember that using custom property proxies in BlazeDS I was able to adjust > the serialization exactly the way I wanted to. Probably via implementing IExternalizable and adding a writeExternal and readExternal to all classes you want to serialise in a different way. Might be a possible

AW: blazeDS time zone

2013-09-26 Thread christofer.d...@c-ware.de
Hi, I remember that using custom property proxies in BlazeDS I was able to adjust the serialization exactly the way I wanted to. Unfortunately this was in an older Project ... Hopefully I can have a look for it this Weekend and I'll post it here. Chris

RE: tree error

2013-09-26 Thread Miguel Ferreira
Thank you Alex, I will check it now. Because in the 4.1.0 the tree is working without problem but after updated it throws that error. Thanks for the tip now i know where to look. Miguel > From: aha...@adobe.com > To: dev@flex.apache.org > Date: Wed, 25 Sep 2013 09:15:42 -0700 > Subject: Re: tree