[FlexJS] Mobile Apps

2016-10-21 Thread Peter Ent
hich is just minimal, so contribute some updates to that, if you can. [1] https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=63406558 Regards, Peter Ent Adobe Systems/Apache Flex Project

Re: [FlexJS] Form component?

2016-10-17 Thread Peter Ent
ponent is one of >the basic pieces, and many people would come to FlexJS and will try this >as >one of the first things. > >Thanks > > > >2016-10-17 16:42 GMT+02:00 Peter Ent <p...@adobe.com>: > >> >> When you do this in HTML, the action (eg, >> www.ex

Re: [FlexJS] Form component?

2016-10-17 Thread Peter Ent
ng with "action" property...is working ok right now >(maybe some wrong compilation), and right now if you hit ENTER, it goes to >www.example.com, so regarding what you say, you mean to add some >controller/model to the implementation? > > >2016-10-17 14:28 GMT+02:00 Pete

Re: [FlexJS] Form component?

2016-10-17 Thread Peter Ent
Shouldn't it be possible for the action on a to trigger an event that the application code (or its main controller) could use that would then decide to either open a new URL or go to a different FlexJS view? Usually, I would think, an HTML Form's action takes you to another part of the web

Re: [FlexJS]DateField control is broken

2016-10-12 Thread Peter Ent
Hi, I have committed and pushed a change to fix this. The problem was that the DateFieldMouseController was being sent a MouseEvent but was typed to receive a Event. The next successful build should have this change or you can pick it up from the repo now. Regards, Peter On 10/12/16, 12:43 AM,

Re: [FlexJS]DateField control is broken

2016-10-12 Thread Peter Ent
I will look into this. Thanks for finding it. Peter Ent Adobe Systems/Apache Flex Project On 10/12/16, 12:43 AM, "Pan Li" <pa...@prominic.net> wrote: > > > DateField is not working in FlexJS 0.7 > >it pops error when starting in awf mode >it does show in javas

Re: [FlexJS] DateChooser in FlexJS 0.7 fails in swf mode, doesn't render correctly in javascript mode

2016-10-10 Thread Peter Ent
I've committed a fix to DateChooser. The problem was that DateChooser was looking for background and border beads on the SWF side which were not defined in the defaults.css. Further, had those beads been defined, DateChooser would not have used them correctly. Please take a new nightly build

Re: [FlexJS] DateChooser in FlexJS 0.7 fails in swf mode, doesn't render correctly in javascript mode

2016-10-10 Thread Peter Ent
I'm looking into it this morning. Regards, Peter Ent Adobe Systems/Apache Flex Project On 10/8/16, 5:15 AM, "Pan Li" <pa...@prominic.net> wrote: > > >Hi everyone! > >DateChooser control fails to me in FlexJS 0.7 in swf mode: >the problem can be reproduced with

Re: flexjs ,pack full folder in a js.

2016-09-19 Thread Peter Ent
This latest email is a really good explanation of how things work. Do we have this captured in a wiki page? Peter On Sep 19, 2016, at 11:51 AM, Alex Harui > wrote: On 9/19/16, 12:09 AM, "lizhi" > wrote: and my code

Re: AW: [FlexJS]Image

2016-09-13 Thread Peter Ent
@gmail.com> >Gesendet: Montag, 12. September 2016 20:11:18 >An: dev@flex.apache.org >Betreff: Re: [FlexJS]Image > >Thanks. > >I’ll clean up BinaryImage as well when I have the opportunity. > >On Sep 12, 2016, at 8:35 PM, Peter Ent <p...@adobe.com> wrote: > >> I

Re: [FlexJS]Image

2016-09-12 Thread Peter Ent
I updated the defaults.css in the HTML project to include the Image's model and view for SWF and JS and removed this code fragment. ―peter On 9/12/16, 10:01 AM, "Peter Ent" <p...@adobe.com> wrote: >I had to go back and look into it all again. This code is necessary. T

Re: [FlexJS]Image

2016-09-12 Thread Peter Ent
, then the code you see for the JS side would not be needed. ―peter On 9/12/16, 9:31 AM, "Peter Ent" <p...@adobe.com> wrote: >I'll have to see what happens when these lines are removed. The Flash side >nearly always has model and view beads to build the components but the JS >

Re: [FlexJS]Image

2016-09-12 Thread Peter Ent
why the JS side would need a view. It may be that I was experimenting with making both sides always follow the same pattern and just checked in that code accidentally. Peter Ent Adobe Systems/Apache Flex Project On 9/12/16, 4:19 AM, "Harbs" <harbs.li...@gmail.com> wrote: >The

[FlexJS] Project Idea

2016-09-07 Thread Peter Ent
at the moment. Peter Ent Adobe Systems/Apache Flex Project

Re: [VOTE] Release Apache FlexJS 0.7.0 RC1

2016-09-07 Thread Peter Ent
Peter Ent Adobe Systems/Apache Flex Project On 9/5/16, 10:39 AM, "Alex Harui" <aha...@adobe.com> wrote: >Hi, > >This is vote for the 0.7.0 release of Apache FlexJS. > >The release candidate can be found here; >https://dist.apache.org/repos/dist/dev/flex/flexjs/

Re: [VOTE] Release Apache Flex FalconJX 0.7.0 RC1

2016-09-07 Thread Peter Ent
LICENSE is ok: y No unapproved licenses or files in jars: y No unapproved licenses or archives in binary package: y No unapproved binaries in binary package: y Peter Ent Adobe Systems/Apache Flex Project On 9/5/16, 10:39 AM, "Alex Harui" <aha...@adobe.com> wrote: >Hi, > >T

Re: [FlexJS] ElementWrapper.forwarder() Changes Target

2016-08-18 Thread Peter Ent
and if it can be done without duplication that would be great. I guess a duplicate event system that really brings nothing else to the table would not be worth it if there were alternatives. ‹peter On 8/18/16, 2:38 PM, "Alex Harui" <aha...@adobe.com> wrote: > > >On 8/18/16,

Re: [FlexJS] ElementWrapper.forwarder() Changes Target

2016-08-18 Thread Peter Ent
I think I'm leaning more toward agreeing with you, Harbs, about a Flex event bus. I remember changing MouseEvent because of some issue (have to look at the logs) with it being a subclass of Event. If we make it a rule that every FlexJS component only work with org.apache.flex.events.Event (or a

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-17 Thread Peter Ent
I took a look at the code, assuming you mean that you wanted the tabs on the top of the screen. If you look at org/apache/flex/mobile/beads/TabbedViewManagerView - which is the view bead the TabbedViewManager uses - you'll see layoutChromeElements function. This is where the tab bar is being

Re: [FlexJS] refactor_sprite branch

2016-08-15 Thread Peter Ent
6 at 4:37 PM To: Peter Ent <p...@adobe.com<mailto:p...@adobe.com>>, "dev@flex.apache.org<mailto:dev@flex.apache.org>" <dev@flex.apache.org<mailto:dev@flex.apache.org>> Subject: Re: [FlexJS] refactor_sprite branch Good find. I will take a look. Sent fro

Re: [FlexJS] need help in creating reusable tabBar control

2016-08-14 Thread Peter Ent
Take a look at the MobileTrader example in the FkexJS project. There's a tab bar component it uses. Peter > On Aug 13, 2016, at 12:49 AM, Alex Harui wrote: > > Hi Dhwani, > > Did you try extending ButtonBar? > > Thanks, > -Alex > >> On 8/12/16, 3:16 PM, "dhwanishah85"

Re: [FlexJS] refactor_sprite branch

2016-08-12 Thread Peter Ent
'); Number('px') isn't correct so all of the style widths and heights are not being set. —peter On 8/11/16, 5:21 PM, "Peter Ent" <p...@adobe.com> wrote: >I ran a couple just now. > >ChartExample - >SWF: OK >JS: No errors but everything is drawn up in t

Re: [FlexJS] refactor_sprite branch

2016-08-11 Thread Peter Ent
age.string is not a function. On 8/11/16, 11:39 AM, "Peter Ent" <p...@adobe.com> wrote: >Thanks. I now have mobile trader working. That example requires >FALCON_HOME to be set to the compiler directory but I didn't need it for >DataBindingExample. I'll see what others nee

Re: [FlexJS] refactor_sprite branch

2016-08-11 Thread Peter Ent
be.com> wrote: > > >On 8/11/16, 7:24 AM, "Peter Ent" <p...@adobe.com> wrote: > >>I have this: >> >>[echo] >>FALCON_HOME=/Users/pent/dev/flex-falcon/compiler/generated/dist/sdk >> [echo] FALCONJX_HOME=/Users/pent/dev/flex-falcon/c

Re: [FlexJS] refactor_sprite branch

2016-08-11 Thread Peter Ent
I wish when these changes were made a more explicit email would be sent. Not too long ago I found some other old folder and changed it. ‹peter On 8/11/16, 11:14 AM, "Alex Harui" <aha...@adobe.com> wrote: > > >On 8/11/16, 7:24 AM, "Peter Ent" <p...@adobe.c

Re: [FlexJS] refactor_sprite branch

2016-08-11 Thread Peter Ent
be.com> wrote: >Worked for me. Alter the ant script for MobileTrader to spit out the >FALCON_HOME value. > >-Alex > >On 8/10/16, 1:58 PM, "Peter Ent" <p...@adobe.com> wrote: > >>I sync'd up with the latest falcon and rebuilt (ant all), rebuild >>flex-asj

Re: FlexJS What's the point of positioner?

2016-08-11 Thread Peter Ent
We separated them when we thought that a Flex-style CheckBox or RadioButton would be a composition of a (positioned) with child nodes of (element) and for the label. This way you could move the CheckBox group would via the positioned while still addressing the actual check or radio element.

Re: [FlexJS] refactor_sprite branch

2016-08-10 Thread Peter Ent
_MobileTrader_org_apache_flex_core_ApplicationFactory is not defined. ‹peter On 8/10/16, 3:21 PM, "Alex Harui" <aha...@adobe.com> wrote: > > >>On Aug 10, 2016, at 9:18 PM, Peter Ent <p...@adobe.com> wrote: >> >>> When I run MobileTrader, the JS version loo

Re: [FlexJS] refactor_sprite branch

2016-08-10 Thread Peter Ent
I have the Aug 1 compile. Is the .toString() thing fixed? I'll check it out anyway and give it a try. ‹peter On 8/10/16, 4:03 PM, "Alex Harui" wrote: >I will try to make a unit test out of the test case you cited. In theory >if the expression resolves to a String no implicit

Re: [FlexJS] refactor_sprite branch

2016-08-10 Thread Peter Ent
/ ApplicationFactory.as:78] and the JS version seems to hang the browser to slow it way down. When I run MobileTrader, the JS version looks OK, but the SWF version gives an immediate error: VerifyError: Error #1014: Class mx.core::IFlexModuleFactory could not be found. —peter On 8/10/16, 11:42 AM, "Pete

Re: [FlexJS] refactor_sprite branch

2016-08-10 Thread Peter Ent
16, at 12:30 AM, Harbs <harbs.li...@gmail.com> wrote: > >> I tried to change that in the examples. I obviously missed some. >> >> I changed ³source² to ³url². I think that makes more sense. >> >> On Aug 10, 2016, at 12:16 AM, Peter Ent <p...@adobe.com> wrot

[FlexJS] refactor_sprite branch

2016-08-09 Thread Peter Ent
Hi, I've gotten a copy of the refactor_sprite branch. While everything builds (need to skip the tests, though), most of the examples won't build due to the "source" property changing for Image. Do y'all have an estimate when you might resolve this? Thanks, Peter

Re: FlexJS Image.source

2016-08-09 Thread Peter Ent
ly subclass it. > >I considered an extension of Image that caches images, or an extension >that does scaling, photo effects, etc. Should we use extensible models >and views to support those cases? > >-Alex > >On 8/9/16, 7:30 AM, "Peter Ent" <p...@adobe.co

Re: FlexJS Image.source

2016-08-09 Thread Peter Ent
I think you need to be consistent for models and views and follow the pattern. Every component should have a model, view, and controller unless having such a thing on all platforms makes no sense. Imagine I'm an application writer and I want to make a component with an image that displays

[FalconJX] "in" operator issue

2016-08-08 Thread Peter Ent
Hi, I was going through the FlexJS examples after re-syncing changes to falcon and discovered an issue in ConstantBinding: In the ConstantBinding code, this line: if (sourcePropertyName in source) is being cross-compiled to JavaScript: if (this.sourcePropertyName in this.source.toString()) {

Re: AW: FlexJS Image.source

2016-08-08 Thread Peter Ent
Building on Alex's response, or Š .pngImage { src: "image/star.png"; IBeadView: ClassReference("org.apache.flex.html.beads.PNGImageViewBead"); } .blobImage { src: "data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGo

Re: FlexJS Image.source

2016-08-08 Thread Peter Ent
Maybe images should be set with beads instead. The ImageURLBead, ImageBinaryBead, etc. Peter On 8/8/16, 10:04 AM, "Alex Harui" wrote: >How do you set a binary image to a tag in HTML? > >Otherwise, my first reaction is that this sounds like a separate >BitmapImage component.

[FlexJS] Examples Ready

2016-08-05 Thread Peter Ent
for the feedback. Regards, Peter Ent Adobe Systems/Apache Flex Project

Re: FlexJS Effects

2016-07-28 Thread Peter Ent
That part I don't know about, but I think it must be a "to-do" item. The CreateJS project either uses CreateJS effects for the HTML side or it uses the FlexJS library for the SWF side. ‹peter On 7/28/16, 4:16 AM, "Harbs" wrote: >I noticed that Effects is not using CSS.

Re: FlexJS hitTestPoint

2016-07-28 Thread Peter Ent
I would think this might also be a good bead candidate. It could be added as a bead to the View or some container. This way you'd only bring in that code to the app if the app really needed it. ‹peter On 7/28/16, 2:36 AM, "Alex Harui" wrote: > > >On 7/27/16, 11:03 PM, "Harbs"

Re: Changed svg namespace

2016-07-26 Thread Peter Ent
a Rect needs to wrap the svg. Why can’t it just >be a pure rect element and be required to be added to an svg or g element? > >On Jul 26, 2016, at 11:55 PM, Peter Ent <p...@adobe.com> wrote: > >> I actually just followed some examples from Om. We have our element as >&

Re: [FlexJS] Something broke in CreateJS

2016-07-26 Thread Peter Ent
Yes, I added a dependency on the Effects project to CreateJS so that the CreateJS SWF side would be able to look similar to SWF side. I changed the dependency in the upper build xml file. What's necessary to get it work for Maven? ‹peter On 7/26/16, 4:37 PM, "Christofer Dutz"

Re: Changed svg namespace

2016-07-26 Thread Peter Ent
I actually just followed some examples from Om. We have our element as the root of a component which would be the . This is positioned and so anything drawn in it would start a (0,0). So to me, this makes sense for how it is being done at the moment. ‹peter On 7/26/16, 3:52 PM, "Harbs"

Re: AW: [FLEXJS, TYPEDEFS]

2016-07-26 Thread Peter Ent
he Maven build a try? > > >Chris > >____ >Von: Peter Ent <p...@adobe.com> >Gesendet: Montag, 25. Juli 2016 20:05:49 >An: Alex Harui; dev@flex.apache.org >Betreff: Re: [FLEXJS, TYPEDEFS] > >Got this to work with help from Alex. I had FALCONJX_HOME

Re: Changed svg namespace

2016-07-26 Thread Peter Ent
Hi, For my own education, I just wanted to get some clarification. With regards to SVG, when you use it, it looks something like this in the HTML file: With Canvas, there aren't any graphic elements, you just have and then JS code to draw the rects (or whatever). Were you

Re: [FLEXJS, TYPEDEFS]

2016-07-25 Thread Peter Ent
Got this to work with help from Alex. I had FALCONJX_HOME pointing to an old directory: flex-falcon/compiler.jx; it should have been pointing to flex-falcon/compiler-jx —peter From: Alex Harui <aha...@adobe.com<mailto:aha...@adobe.com>> Date: Monday, July 25, 2016 at 11:42 AM To:

Re: [FLEXJS, TYPEDEFS]

2016-07-25 Thread Peter Ent
rs? If >so, do you have a FLEX_FALCON environment variable pointing somewhere >other than flex-falcon? > >-Alex > >On 7/25/16, 7:34 AM, "Peter Ent" <p...@adobe.com> wrote: > >>Yes, I had done that as well. So this time I did: >> >>typedef

Re: [FLEXJS, TYPEDEFS]

2016-07-25 Thread Peter Ent
that >was on the wrong branch and could have left cruft. > >-Alex > >On 7/25/16, 7:23 AM, "Peter Ent" <p...@adobe.com> wrote: > >>So back to this. >> >>This morning I did a new pull from flex-falcon/typedefs/asjs just to be >>certain, I think a coupl

Re: [FlexJS] Trick to adding properties?

2016-07-24 Thread Peter Ent
I'm not at my computer to check, but I think Chart Example uses the SolidColor and SolidColorStroke in MXML. Is that what you are trying to do? Peter > On Jul 24, 2016, at 7:43 PM, Alex Harui wrote: > > Looks like there were a couple of problems: > > > 1.

Re: AW: [FLEXJS, TYPEDEFS]

2016-07-22 Thread Peter Ent
em Samsung Galaxy Smartphone gesendet. > > >---- Ursprüngliche Nachricht >Von: Peter Ent <p...@adobe.com> >Datum: 22.07.16 22:33 (GMT+01:00) >An: dev@flex.apache.org >Betreff: Re: [FLEXJS, TYPEDEFS] > >No joy. I did switch to develop branch of flex-typedefs. > >I

Re: [FLEXJS, TYPEDEFS]

2016-07-22 Thread Peter Ent
ind it. You may >need to sync and build flex-falcon first. > >-Alex > >On 7/22/16, 12:13 PM, "Peter Ent" <p...@adobe.com> wrote: > >>Just sync'd flex-asjs repo. Must have missed the email about it now >>requiring flex-typedefs. Cloned that and tried to bu

Re: [FLEXJS, TYPEDEFS]

2016-07-22 Thread Peter Ent
>-Alex > >On 7/22/16, 12:13 PM, "Peter Ent" <p...@adobe.com> wrote: > >>Just sync'd flex-asjs repo. Must have missed the email about it now >>requiring flex-typedefs. Cloned that and tried to build it using ant: >> >> >>/Users/pent/de

[FLEXJS, TYPEDEFS]

2016-07-22 Thread Peter Ent
Just sync'd flex-asjs repo. Must have missed the email about it now requiring flex-typedefs. Cloned that and tried to build it using ant: /Users/pent/dev/flex-typedefs/build.xml:52: The following error occurred while executing this line: /Users/pent/dev/flex-typedefs/js/build.xml:29: src

Re: FlexJS Graphics Text fill

2016-07-22 Thread Peter Ent
Hi, It might but I can fix that I believe. I recall having the SVG text looking too full, but maybe if I set it with no file and stroke only it would be fine. I think text should be rendered with stroke and fill, optimally. ‹peter On 7/22/16, 7:15 AM, "Harbs" wrote:

Re: org.apache.flex.graphics.Circle

2016-07-21 Thread Peter Ent
The addedToParent() function is called when a Circle is put onto the display list; draw wouldn't be called then. ‹peter On 7/21/16, 5:40 AM, "Harbs" wrote: >Is there a reason addedToParent() is overridden instead of draw()? > >Harbs

Re: AW: AW: AW: AW: AW: AW: AW: AW: AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-07-21 Thread Peter Ent
/20/16, 4:06 PM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: >I Added comments with my findings in the pom.xml files. > >Chris > > > >Von meinem Samsung Galaxy Smartphone gesendet. > > >---- Ursprüngliche Nachricht >Von: Peter En

Re: FlexJS Graphics package

2016-07-21 Thread Peter Ent
I agree with Alex in most respects, but have a couple of other suggestions, below. I think the basic package should wrap (thinly, as possible) HTML/JS and the SWF implementation mimic that but it doesn't necessarily need to have the same names as HTML/JS uses and can be more platform agnostic. I

Re: AW: AW: AW: AW: AW: AW: AW: AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-07-20 Thread Peter Ent
So much code, so much to remember! The Sequence effect in the CreateJS package only has COMPILE::JS code; there is no SWF code! I will try to get it to use the Flash Sequence code. On 7/20/16, 2:12 PM, "Peter Ent" <p...@adobe.com> wrote: >I'm trying to do that - just got FB

Re: Flash Builder Not Starting

2016-07-20 Thread Peter Ent
I did. They were gone. :-( On 7/20/16, 2:17 PM, "Harbs" <harbs.li...@gmail.com> wrote: >Did you put the old folder back? That should bring back your projects. > >On Jul 20, 2016, at 9:09 PM, Peter Ent <p...@adobe.com> wrote: > >> Thanks. That kinda-sort

Re: AW: AW: AW: AW: AW: AW: AW: AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-07-20 Thread Peter Ent
hat might be a good place to >look. > >-Alex > >On 7/20/16, 8:12 AM, "Peter Ent" <p...@adobe.com> wrote: > >>Which ones are having issues? I touched DataBindingExample and >>ChartExample; I think Alex touched FlexJSStore - are those the ones that >

Re: Flash Builder Not Starting

2016-07-20 Thread Peter Ent
old one. > >On Jul 20, 2016, at 8:43 PM, Peter Ent <p...@adobe.com> wrote: > >> Is anyone having issues with FB 4.7 running under Mac OS El Capitan? >>I'm in a situation where it starts, has its logo-square up and the doc >>shows a progress bar over the icon. Then it sudd

Flash Builder Not Starting

2016-07-20 Thread Peter Ent
Is anyone having issues with FB 4.7 running under Mac OS El Capitan? I'm in a situation where it starts, has its logo-square up and the doc shows a progress bar over the icon. Then it suddenly flashes the workspace window and dies. I've had this happen before and often after a couple of tries

Re: AW: AW: AW: AW: AW: AW: AW: AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the maven migration

2016-07-20 Thread Peter Ent
Which ones are having issues? I touched DataBindingExample and ChartExample; I think Alex touched FlexJSStore - are those the ones that improved in your opinion? ‹peter On 7/20/16, 10:06 AM, "Christofer Dutz" wrote: >Well I found improvements in 3 of the examples,

Re: [1/4] git commit: [flex-asjs] [refs/heads/develop] - Changes to Graphics package that allows SVG elements to be resumed.

2016-07-18 Thread Peter Ent
repos/asf/flex-asjs/repo >> Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/2da30efb >> Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/2da30efb >> Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/2da30efb >> >> Branch: refs/he

Re: AW: [FlexJS] MouseEvent extends flash event

2016-07-15 Thread Peter Ent
org.apache.flex.events.MouseEvent inherit from flash.events.Event was causing problems. I would be careful about changing this wholesale. Peter Ent Adobe Systems/Apache Flex Project On 7/15/16, 9:10 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: >But if flex.MouseEvent extend

Re: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0

2016-07-01 Thread Peter Ent
I was going to add this clean up of the examples to my to-do list for after the Adobe summer break, but then I saw this suggestion and I'm not sure how that will effect things for the compilation. I thought the application descriptors had to sit along side the main mxml file, but its been awhile

Re: [FlexJS] Applying Styles

2016-06-30 Thread Peter Ent
differences still between SWF and HTML. For example, the HTML version has a border around the DataGrid and it is missing in the SWF version; I'll be working on that now. Regards, Peter Ent Adobe Systems/Apache Flex Group On 6/15/16, 10:06 AM, "Peter Ent" <p...@adobe.com> wrote: >

Re: Convert Flex into javascript

2016-06-30 Thread Peter Ent
nd perhaps a volunteer will tackle it (or if you are able, you can modify it it as well and contribute it back to the Apache FlexJS project). Regards, Peter Ent Adobe Systems/Apache Flex Project On 6/30/16, 3:01 AM, "Patel Amit" <amitpowerpe...@gmail.com> wrote: >can we convert inbui

Re: Convert Flex into javascript

2016-06-27 Thread Peter Ent
Hi, Good news: the MXML is also converted to JavaScript! The MXML file (or files) along with the ActionScript they contain will automatically be cross-compiled into JavaScript; you do not have to do a thing. Regards, Peter Ent Adobe Systems/Apache Flex Project On 6/27/16, 12:02 PM, "Patel

Re: [FlexJS] Applying Styles

2016-06-15 Thread Peter Ent
After looking over the Material stuff and seeing what the FlexJS Basic component set is capable of, I think a grayscale theme would be best. It would be neutral to allow browser-specific colors in controls and focus while still providing a decent look to the components. I'll let everyone know

[FlexJS] Applying Styles

2016-06-14 Thread Peter Ent
. But the version I'm working on is the basic set using simply CSS styling. Reply to this thread to get the discussion going. If we come with a nice looking style sheet, we can make that the default for FlexJS. Regards, Peter Ent Adobe Systems/Apache Flex Project

Re: [FlexJS]Layout

2016-06-06 Thread Peter Ent
I did a lot of work on the layouts - in fact I re-wrote it at least once. For BasicLayout, we pull each child's CSS values and use them. They should work. The other layouts, vertical and horizontal, use some CSS styles too (padding and margin). The layout beads try to watch for changes in the

Re: [FlexJS] with ReactJS

2016-06-03 Thread Peter Ent
>lifecycle that would behave in some one way like the ones we had with >spark. > > > > > >2016-06-03 19:33 GMT+02:00 Peter Ent <p...@adobe.com>: > >> Hi, >> >> FlexJS has a couple of non-Flash component libraries now, CreateJS and >>

[FlexJS] with ReactJS

2016-06-03 Thread Peter Ent
. Thanks, Peter Ent Adobe Systems/Apache Flex Project [1] https://cwiki.apache.org/confluence/display/FLEX/FlexJS+and+ReactJS

Re: [FlexJS]HierarchicalData

2016-05-31 Thread Peter Ent
IBeadModel). But you can write your view to load your own classes. —peter On 5/31/16, 5:09 PM, "Harbs" <harbs.li...@gmail.com> wrote: >So, is it possible to have two IBeadControllers? > >On Jun 1, 2016, at 12:04 AM, Peter Ent <p...@adobe.com> wro

Re: [FlexJS]HierarchicalData

2016-05-31 Thread Peter Ent
e to figure out how to specify different icons for open and >closed nodes. Ideally there should be a way to specify look using CSS >class names in HTML. Is there an easy way to do that? > >On May 31, 2016, at 5:24 PM, Peter Ent <p...@adobe.com> wrote: > >> Hi, >&

Re: [FlexJS]HierarchicalData

2016-05-31 Thread Peter Ent
Hi, Picked Tree as the first component, huh? The basic idea behind Tree in FlexJS is that it is a List with itemRenderers that indent. The reason CSS is used to set beads, such as model, view, controller, and others, is to make it very easy to swap them out just by giving your app a different

[FLEXJS] Cordova Update

2016-05-25 Thread Peter Ent
, but it can directed to do other platforms) and the other configuration runs it on the platform. Please let me know if you have any questions or if you have suggestions to improve the page. Thanks! Peter Ent Adobe Systems/Apache Flex Project [1] https://cwiki.apache.org/confluence/pages

Re: [FalconJX] Extern builds use patch files instead of replace tasks

2016-05-24 Thread Peter Ent
Alas, the wipe-all did not work for me either. —peter On 5/24/16, 3:49 PM, "Harbs" <harbs.li...@gmail.com> wrote: >I just checked out the repo, wiped, cleaned, and got the same error. > >On May 24, 2016, at 10:31 PM, Peter Ent <p...@adobe.com> wrote: > >&

Re: [FalconJX] Extern builds use patch files instead of replace tasks

2016-05-24 Thread Peter Ent
I fixed it so pull and try again. > >-Alex > >On 5/24/16, 11:45 AM, "Peter Ent" <p...@adobe.com> wrote: > >>I sync'd flex-falcon and ran 'ant wipe-all' followed by 'ant all' on it. >>Clean build. I then sync'd flex-asjs and ran 'ant' on it. It is failing

Re: [FalconJX] Extern builds use patch files instead of replace tasks

2016-05-24 Thread Peter Ent
I sync'd flex-falcon and ran 'ant wipe-all' followed by 'ant all' on it. Clean build. I then sync'd flex-asjs and ran 'ant' on it. It is failing executing compile-js-swc target in the CreateJS project. See partial error list below. The errors indicate, to me, that the CreateJS Extern SWC wasn't

Re: [FLEXJS] Variable naming

2016-05-19 Thread Peter Ent
I am working on this in conjunction with recent work I did updating the Cordova instructions. Feel free to change it to what works for you and if I need to make adjustments, I'll reply here if I have any concerns changes I make will cause problems. Peter Ent Adobe Systems/Apache Flex Project

[FlexJS] Cordova Update

2016-05-16 Thread Peter Ent
further package with Cordova and deploy to devices. This update to the FlexJS Cordova framework makes it easier to accomplish the compilation and packaging via a single ANT script. If you are looking for mobile development, FlexJS and Cordova is worth exploring. Regards, Peter Ent Adobe Systems

Re: [FlexJS] Using CreateJS with FlexJS

2016-05-12 Thread Peter Ent
Thanks. Just fixed it. ‹peter On 5/12/16, 3:47 PM, "OK" wrote: >I just found an error in the "FlexJS, TweenJS Demo" code: > >http://ns.adobe.com/mxml/2009; > xmlns:local="*" > xmlns:js="library://ns.apache.org/flexjs/basic" >

Re: [FlexJS] Using CreateJS with FlexJS

2016-05-12 Thread Peter Ent
HmmmŠ" Further thoughts? Not 100% sure it is possible, but seems likely. Peter Ent Adobe Systems/Apache Flex Project On 5/12/16, 9:46 AM, "OK" <okrue...@edscha.com> wrote: >From the wiki page: > >&quo

Re: [FlexJS]ASDoc

2016-05-10 Thread Peter Ent
Harbs - Just saw your commit. That's one way to do it! I was just going through the files, one by one to see the ramifications of changing them back. Beat me to it. Thanks, Peter On 5/10/16, 2:38 PM, "Peter Ent" <p...@adobe.com> wrote: >No, it is not, once I grabbed his

Re: [FlexJS]ASDoc

2016-05-10 Thread Peter Ent
commit. Is it working for you? > >On May 10, 2016, at 8:20 PM, Peter Ent <p...@adobe.com> wrote: > >> Hi, >> >> Found a couple of issues and repaired them; the asdoc builds cleanly for >> me now. >> —peter >> >> On 5/10/16, 10:48 AM, "Pete

Re: [FlexJS]ASDoc

2016-05-10 Thread Peter Ent
Hi, Found a couple of issues and repaired them; the asdoc builds cleanly for me now. —peter On 5/10/16, 10:48 AM, "Peter Ent" <p...@adobe.com> wrote: >Hi, > >I'll take a look at this and see what I can find. >‹peter > >On 5/10/16, 9:51 AM, "Harbs

Re: [FlexJS]ASDoc

2016-05-10 Thread Peter Ent
Hi, I'll take a look at this and see what I can find. ‹peter On 5/10/16, 9:51 AM, "Harbs" wrote: >Oh. > >Does the link work for you? I just get two blank frames. > >Should the ASDocs be built locally when I build the SDK? > >On May 10, 2016, at 4:31 PM, Alex Harui

Re: [FlexJS] Using CreateJS with FlexJS

2016-05-06 Thread Peter Ent
Hi, I've tuned the Wiki page on FlexJS CreateJS and refined the example even further so you really get a sense of how you can build CreateJS application using MXML. In the Wiki page, I've emphasized the benefits of using ActionScript and MXML over JavaScript, so hopefully that will give CreateJS

Re: [FlexJS] Using CreateJS with FlexJS

2016-05-05 Thread Peter Ent
easing functions. Now all the Script does is trigger the sequence to play. Enjoy! Peter Ent Adobe Systems/Apache Flex Project On 4/27/16, 3:50 PM, "Peter Ent" <p...@adobe.com> wrote: >I'm working on that - in order to create the Tween I need access to the >actual CreateJS

Re: [FlexJS] Using CreateJS with FlexJS

2016-04-27 Thread Peter Ent
ticle. I think it might better illustrate that with FlexJS, >>you >> can get started with fewer steps. In theory it would have fewer code >> blocks since MXML encapsulates that code. >> >> Thanks, >> -Alex >> >> On 4/27/16, 11:47 AM, "Peter Ent&quo

[FlexJS] Using CreateJS with FlexJS

2016-04-27 Thread Peter Ent
download to illustrate how to use CreateJS. I took two of the basic CreateJS examples - one which draws a circle using EaselJS and another that animates the circle using TweenJS - and combined them into a single short example. Watch for a page about it in the FlexJS Wiki. Peter Ent Adobe Systems

Re: AW: AW: [FALCONJX] Merging Maven refactor in to develop branch

2016-04-26 Thread Peter Ent
This was my doing - I'll look at your suggestions today. ‹peter On 4/26/16, 11:02 AM, "Christofer Dutz" wrote: >You did make things a little over-complicated with your regexps :-) > >1. Replace "@constructor" against "@static" in Tween.js >2. Replace "@static" against

Re: [FlexJS]

2016-04-14 Thread Peter Ent
console or logs. If it takes more than a couple of replies on this email thread to solve the problem, we'll ask you file a bug report in JIRA. Regards, Peter Ent Adobe Systems/Apache Flex Project On 4/14/16, 7:19 AM, "Maher SOUA" <mahers...@gmail.com> wrote: >Hi, >I was test

Re: [VOTE] Release Apache FlexJS 0.6.0 RC3

2016-04-01 Thread Peter Ent
binaries in doc package: y Peter Ent Adobe Systems/Apache Flex Project On 3/31/16, 10:51 PM, "Alex Harui" <aha...@adobe.com> wrote: >Hi, > >This is vote for the 0.6.0 release of Apache FlexJS. > >The release candidate can be found here; >https://dist.apache.or

Re: Heat maps for falcon and asjs

2016-03-31 Thread Peter Ent
Hi, I've tried the URLs and I keep getting server timeouts. I know its not my internet connection. Sorry. I'll try after I get back from our event next week. ‹peter On 3/31/16, 1:35 AM, "Justin Mclean" wrote: >Hi, > >Know people are a little busy but I¹d appreciate

Re: [VOTE] Release Apache FlexJS 0.6.0 RC2

2016-03-30 Thread Peter Ent
, running a sample app. Peter Ent Adobe Systems/Apache Flex Project On 3/30/16, 1:22 AM, "Alex Harui" <aha...@adobe.com> wrote: >Hi, > >This is vote for the 0.6.0 release of Apache FlexJS. > >The release candidate can be found here; >https://dist.apache.org/re

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC2

2016-03-30 Thread Peter Ent
Shouldn't ${adobe.flex.license} be replaced with something, was my point. —peter From: Alex Harui <aha...@adobe.com<mailto:aha...@adobe.com>> Date: Wednesday, March 30, 2016 at 10:33 AM To: Peter Ent <p...@adobe.com<mailto:p...@adobe.com>>, "dev@flex.apache.org<ma

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC2

2016-03-30 Thread Peter Ent
I ran the Approval xml script and noticed this: Apache Flex can optionally integrate with Adobe's embedded font support. This feature requires a few font jars from the Adobe Flex SDK. The Adobe SDK license agreement for Adobe Flex 4.6 applies to these jars. This license is not

<    1   2   3   4   5   6   7   >