Re: [FlexJS] BarChartExample not compiling

2014-08-26 Thread Peter Ent
Oops. I made a bunch of changes to the chart package. I will update the example soon. Peter Ent Adobe Systems On Aug 26, 2014, at 1:48 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: I am getting this error: build_example.compile: [echo] Compiling BarChartExample.swf

Re: [FlexJS] BarChartExample not compiling

2014-08-26 Thread Peter Ent
of the SWF, is set to 400x300 in the ANT build but 100% x 100% when generated from Flash Builder. The 400x300 size is incorrect and will not display the content properly. Peter Ent Adobe Systems On 8/26/14 6:50 AM, Peter Ent p...@adobe.com wrote: Oops. I made a bunch of changes to the chart package. I

Re: [FlexJS] BarChartExample not compiling

2014-08-26 Thread Peter Ent
on with the ANT build from flex-asjs/examples. Maybe I have something out of date. I need to see if other examples are having the same issues. Peter Ent Adobe Systems On 8/26/14 8:07 AM, Peter Ent p...@adobe.com wrote: I pushed changes to BarChartExample that reflect the latest changes to the SDK

[Flexjs] Open Video

2014-07-30 Thread Peter Ent
Forwarding this email so we can track it in the dev email list. Peter On 7/28/14 5:31 AM, joao.carlos.corr...@cgi.com joao.carlos.corr...@cgi.com wrote: Hi Sorry for the late reply. I included the library xmlns:html=org.apache.flex.html.* and added the following line to my code html:Video

Re: [Flexjs] Open Video

2014-07-30 Thread Peter Ent
in that package also have a copyright notice of Copyright (c) 2009 apdevblog.com. I'm pretty sure we can't accept this, but I'll let powers that know more than me handle that part. Peter Ent Adobe Systems On 7/30/14 11:50 AM, Peter Ent p...@adobe.com wrote: Forwarding this email so we can track

Re: [VOTE] Apache FlexJS 0.0.2 RC5

2014-07-15 Thread Peter Ent
I'm running through all of the examples (using the RC code, not from the repo). They all compile cleanly, just need to actually run each (aside from the 4 I ran for the vote). The AS version of DataGrid isn't working right, but the JS version is (the multiple scrollbars are known and have been

Re: [VOTE] Apache FlexJS 0.0.2 RC5

2014-07-14 Thread Peter Ent
compile and cross-compile a simple example using the SDK. Note: I get a clean build using the GitHub version of Google Closure Note: I tested 4 of the examples: DataBindingText, FlexJSTest_SVG, ListsTests, and StatesTest Peter Ent Adobe Systems On 7/12/14 10:42 AM, Alex Harui aha...@adobe.com wrote

Re: [VOTE] Apache Flex FalconJX 0.0.2 RC4

2014-07-14 Thread Peter Ent
of building the source package Note: tests ran and I created a new FlexJS overlay using this installation and built and ran several examples. Peter Ent Adobe Systems On 7/12/14 10:45 AM, Alex Harui aha...@adobe.com wrote: Hi, This is vote for the second (0.0.2) release of the FalconJX

Re: New Flex to JS project

2014-07-08 Thread Peter Ent
I'm sure Alex is composing a longer response, but I wanted to chime in having developed a number of beads and components of FlexJS. FlexJS is designed to be a pay-as-go system, keeping the app size as small as possible; even a small Flex app brings in a lot of code. I have to agree that

[FlexJS] SVG Question

2014-06-27 Thread Peter Ent
browsers. Thanks, Peter Ent Adobe Systems

Re: [FlexJS] SVG Question

2014-06-27 Thread Peter Ent
. IE9 is the first version that starts supporting newer standards and it's not until IE10 that it can start supporting HTML5 elements consistently. Let's not cripple ourselves to keep supporting IE8. -Mark -Original Message- From: Peter Ent [mailto:p...@adobe.com] Sent: Friday

Re: [VOTE] Apache FlexJS 0.0.2 RC2

2014-06-25 Thread Peter Ent
+1 I checked the md5 and signatures. I read through the LICENSE, NOTICE et al files and they seemed fine. I built from source, created a distro package, copied that to a clean directory and ran ant -f installer.xml I used the final FlexJS SDK to build several examples. Peter Ent Adobe Systems

Re: [VOTE] Apache Flex FalconJX 0.0.2 RC2

2014-06-25 Thread Peter Ent
+1 I checked the md5 hash and signatures I read the LICENSE, NOTICE, et al files and they seem OK to me. Since I was going to check FlexJS, I needed to build this, too, and it compiled and tested without errors. Peter Ent Adobe Systems

Re: [FALCONJX] Using external JavaScript

2014-06-19 Thread Peter Ent
a JIRA so we have a reference? EdB On Wednesday, June 18, 2014, Peter Ent p...@adobe.com wrote: Hi, I'm running an experiment where I want to use external JavaScript declarations so that the compiler won't care that a JavaScript class isn't available at compile time. I've created a file

Re: [FALCONJX] Using external JavaScript

2014-06-19 Thread Peter Ent
needs a new option. I'll look at it tomorrow. Can you maybe file a JIRA so we have a reference? EdB On Wednesday, June 18, 2014, Peter Ent p...@adobe.com wrote: Hi, I'm running an experiment where I want to use external JavaScript declarations so that the compiler won't care

Re: [FlexJS] Close, But Still Some Problems

2014-06-18 Thread Peter Ent
The list is in the SDK itself. The most frequently used package is org.apache.flex.html. In this package you'll find the components that are available such as Label, Button, and List. Peter Ent Adobe Flex On 6/18/14 9:41 AM, V Chandrasekhar shake...@yahoo.com.INVALID wrote: Is there a list

Re: [FlexJS] Close, But Still Some Problems

2014-06-18 Thread Peter Ent
are out of date; I'll regen them once we make the next release. Peter Ent Adobe Systems On 6/18/14 11:33 AM, Peter Ent p...@adobe.com wrote: The list is in the SDK itself. The most frequently used package is org.apache.flex.html. In this package you'll find the components that are available

[FALCONJX] Using external JavaScript

2014-06-18 Thread Peter Ent
external function declarations. Thanks, Peter Ent Adobe Systems [1] https://developers.google.com/closure/compiler/docs/api-tutorial3#externs

Re: [FALCONJX] Using external JavaScript

2014-06-18 Thread Peter Ent
On Wednesday, June 18, 2014, Peter Ent p...@adobe.com wrote: Hi, I'm running an experiment where I want to use external JavaScript declarations so that the compiler won't care that a JavaScript class isn't available at compile time. I've created a file called externs.js and into that I've put

Re: [FALCONJX] Using external JavaScript

2014-06-18 Thread Peter Ent
madness. --peter On 6/18/14 3:43 PM, Alex Harui aha...@adobe.com wrote: Try this file: https://github.com/google/closure-compiler/blob/master/contrib/externs/goo g le_maps_api_v2.js If that doesn't work, then we definitely have a bug in the compiler. -Alex On 6/18/14 12:11 PM, Peter Ent p

Re: [VOTE] Apache FlexJS 0.0.2 RC1

2014-06-17 Thread Peter Ent
I ran the script twice; the first to verify that it worked and on the second run, read every word that it produced. Some of it I didn't know the rightness or wrongness of the statements, so that, to me, makes my vote not quite as valid. But then I would imagine that most people who vote are not

Re: [VOTE] Release Apache Flex SDK Installer 3.1 - RC3

2014-06-16 Thread Peter Ent
+1 Package https://dist.apache.org/repos/dist/dev/flex/installer/3.1/rc3/apache-flex-s dk-installer-3.1.0-src.tar.gz Java 1.6 OS: Mac OS X x86_64 10.7.5 Source kit signatures match: y Source kit builds: y README is ok: y RELEASE_NOTES is ok: y NOTICE is ok: y LICENSE is ok: y No unapproved

[FalconJX] Question about generated index.html

2014-05-30 Thread Peter Ent
handler? Thanks, Peter Ent Adobe Systems

[FalconJX] event.type

2014-05-30 Thread Peter Ent
I have some AS code that has event.type in it. When this is cross-compiled to JavaScript, it is turned into event.get_type(), but the JS version of org.apache.flex.events.Event does not have a get_type() function. I'm wondering if we should add it so cross-compiled code works? Peter Ent Adobe

Re: [FLEXJS] Creating new TextButton in RunTime

2014-05-27 Thread Peter Ent
Take a look at Application in the org.apache.flex.creatjs project. There's a note about bringing in the createJS package. Peter Ent Adobe Systems On 5/27/14 11:48 AM, Logibérica - Paulo Esgaio pesg...@logiberica.com wrote: Dear (ex?)Flexers, I'm having a problem while compiling a simple app

Re: [VOTE] Apache FlexJS 0.0.1 RC3

2014-04-21 Thread Peter Ent
+1 (Binding) Peter Ent Adobe Systems On 4/19/14 2:10 AM, Alex Harui aha...@adobe.com wrote: Hi, This is vote for the initial (0.0.1) release of Apache FlexJS. The release candidate can be found here; https://dist.apache.org/repos/dist/dev/flex/flexjs/0.0.1/rc3/ Before voting please review

Re: [VOTE] Accept Adobe Donation

2014-04-21 Thread Peter Ent
+1 (Binding) Peter Ent Adobe Systems On 4/17/14 6:32 PM, Alex Harui aha...@adobe.com wrote: Please vote to accept the donation of the following Flex-related code and documentation from Adobe Systems, Inc. The vote will be open for at least 72 hours. Thanks, -Alex In the donation is: 1

Re: [FlexJS] CSS Box Model

2014-04-14 Thread Peter Ent
I really wish we could use this as the default model, but I think we have to go with what most browsers support. Maybe in a couple of years we can adopt this. That said, I don't see why someone couldn't contribute a set of FlexJS layout beads that use it. Peter Ent Adobe Systems On 4/13/14 8:51

Re: [VOTE] Apache Flex FalconJX 0.0.1 RC1

2014-04-14 Thread Peter Ent
-1 (binding) I have to concur with Justin; the new line issue was the tipping point for me. I also noticed a lot of compilation warnings which might be my version of java (1.7.0_45) such as: [javac] apache-flex-falconjx-0.0.1-src/compiler/src/org/apache/flex/compiler/intern

Re: [FlexJS] CSS Box Model

2014-04-10 Thread Peter Ent
. Containers with layouts will implement the layout in JavaScript as best as possible. I'm sure we will all be doing some tuning on this front. I'm not sure about SVG and skins and such so keep the discussion going. Peter Ent Adobe Systems On 4/9/14 8:54 PM, jude flexcapaci...@gmail.com wrote: One

Re: [FlexJS] CSS Box Model

2014-04-08 Thread Peter Ent
-Original Message- From: Peter Ent [mailto:p...@adobe.com] Sent: Monday, April 07, 2014 2:46 PM To: dev@flex.apache.org Subject: Re: [FlexJS] CSS Box Model Thanks your help and insight. After some experimentation, the border-box model is how we'll proceed. Thus .width and .height

Re: [FlexJS] CSS Box Model

2014-04-07 Thread Peter Ent
-box. http://css-tricks.com/box-sizing/ On Apr 4, 2014, at 9:54 PM, Peter Ent wrote: Hi, I've been working on a mobile app example for FlexJS as a way to try out the Flex JS in a practical manner with the intent of running the app using PhoneGap. In the course of doing this I've been running

Re: [FlexJS] CSS Box Model

2014-04-07 Thread Peter Ent
- From: Peter Ent [mailto:p...@adobe.com] Sent: Monday, April 07, 2014 9:20 AM To: dev@flex.apache.org Subject: Re: [FlexJS] CSS Box Model So this is a crazy, no-win situation. Our box model is either compatible with the standard of most browsers or compatible with some quirk or extra feature

Re: [FlexJS] CSS Box Model

2014-04-07 Thread Peter Ent
. Also, imo, I wouldn't try and support the lowest common denominator. Go for a baseline of something like IE 8 or IE9 and use polyfills for fallback (some of which are FP) if absolutely vital. On Mon, Apr 7, 2014 at 8:20 AM, Peter Ent p...@adobe.com wrote: So this is a crazy, no-win situation

[FlexJS] CSS Box Model

2014-04-04 Thread Peter Ent
the Container, I give the Container, via CSS, some padding. Thanks for your time, Peter Ent Adobe Systems

[FlexJS] PhoneGap

2014-03-27 Thread Peter Ent
as recommend in the PhoneGap documentation. Regards, Peter Ent Adobe Systems [1] http://docs.phonegap.com/en/3.4.0/guide_cli_index.md.html#The%20Command-Line%20Interface

Re: Events in FlexJS TODO List example

2014-03-01 Thread Peter Ent
I've only seen the fully qualified class when there is a conflict in the file. Peter On Mar 1, 2014, at 5:07 AM, Carlos Rovira carlos.rov...@codeoscopic.com wrote: Hi Alex, in the class file only flexjs event is imported, so it should be that one and not flash event. If this is not

Re: Events in FlexJS TODO List example

2014-02-27 Thread Peter Ent
.* - If you do find them coming up, we need to deal with them. At least that's my understanding. Peter Ent Adobe Systems On 2/27/14 2:27 PM, Carlos Rovira carlosrov...@apache.org wrote: Hi, I'm having a problem with FlexJS events. * In TodoListView (a extension of ViewBase) if I use in a component

Re: Please provide EOL EOVS dates of Flex SDK 4.6

2014-02-26 Thread Peter Ent
of time, you could become a member of the Apache Flex team and help out. Regards, Peter Ent Adobe Systems On 2/26/14 3:37 AM, Erik de Bruin e...@ixsoftware.nl wrote: Hi, I think EOVS was the moment they donated to Apache. As to EOL: Apache Flex 4.8 is a parity release of Adobe Flex 4.6 (i.e

Re: [FlexJS] TileLayout.js errors

2014-02-24 Thread Peter Ent
Before I committed this code I ran it through gjshint without an errors or warnings. So why did this happen now? Seems flaky to me. --peter On 2/22/14 4:23 AM, Erik de Bruin e...@ixsoftware.nl wrote: Committed the fixes for the JSHint errors. EdB On Sat, Feb 22, 2014 at 7:56 AM, Alex Harui

Re: [FlexJS] TileLayout.js errors

2014-02-24 Thread Peter Ent
Ah, got confused by the email thread. Thanks for fixing those up. --peter On 2/24/14 10:10 AM, Erik de Bruin e...@ixsoftware.nl wrote: These were JSHint errors; the other linter we use ;-) EdB On Mon, Feb 24, 2014 at 4:08 PM, Peter Ent p...@adobe.com wrote: Before I committed this code I

Re: [FlexJS] BarChart component added - render issue

2014-02-07 Thread Peter Ent
I got all the code and rebuilt. The issue Om was trying to fix is definitely fixed - the charts look great in both AS and JS. I am however, getting this warning when cross-compiling the BarChartExample from within Flash Builder: /Users/pent/Documents/Apache

Re: [FlexJS] BarChart component added - render issue

2014-02-07 Thread Peter Ent
AM, Alex Harui aha...@adobe.com wrote: Are you guys only getting this warning when using FB or does the warning also show up when building from ant? On 2/7/14 7:01 AM, Peter Ent p...@adobe.com wrote: I got all the code and rebuilt. The issue Om was trying to fix is definitely fixed - the charts

[FlexJS] Wiki Update

2014-02-07 Thread Peter Ent
that composite components (those made up of existing components) are good candidates for 100% cross-compilation into JavaScript so you don't have to create that side. Thanks, Peter Ent Adobe Systems

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-04 Thread Peter Ent
I can't repo this on my Mac. I ran the build.xml from the BarChartExample directory and opened the HTML pages for both AS and JS. Both ran without issues. --peter On 2/4/14 3:10 AM, Alex Harui aha...@adobe.com wrote: I can reproduce this on my windows machine. The SWF does have what looks like

Re: [FlexJS] BarChart component added - render issue

2014-02-03 Thread Peter Ent
Hi Om, Sorry for the delayed response. BarChartLayout.changeHandler is the place. You might need to look at the BarChartView bead as well. Thanks so much! Peter On 1/31/14 7:17 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Fri, Jan 31, 2014 at 11:31 AM, Peter Ent p...@adobe.com wrote

Re: [FlexJS] BarChart component added - render issue

2014-01-31 Thread Peter Ent
Hi, First, I can confirm that Om's suggestion of *adding* the createElement override to the cross-compiled/generated BarChart.js does fix the problem. Secondly - how do we make it possible to allow customization of the JavaScript that gets cross-compiled? This is bound to be necessary and

Re: [FlexJS] BarChart component added - render issue

2014-01-31 Thread Peter Ent
that on the developer. There are couple of things to do: add scrollPolicy and fix BarChart. Regards, Peter On 1/31/14 12:45 PM, Alex Harui aha...@adobe.com wrote: On 1/31/14 7:03 AM, Peter Ent p...@adobe.com wrote: Hi, First, I can confirm that Om's suggestion of *adding* the createElement override

Re: [FlexJS] BarChart component added - render issue

2014-01-30 Thread Peter Ent
and not the one I moved to FLexJSJX. I have it updated locally but there is a problem now because we're trying to use the Ifactory code gen in the compiler and it isn't working right. -Alex On 1/29/14 1:49 PM, Peter Ent p...@adobe.com wrote: I wonder why it is stale? I'll take a look as well since

Re: [FlexJS] BarChart component added - render issue

2014-01-30 Thread Peter Ent
or changes are welcome. --peter On 1/30/14 1:43 PM, Peter Ent p...@adobe.com wrote: I have the BarChart example working in both AS and JS. The AS worked right away but I discovered an issue with sizing the NonVirtualDataGroup in JavaScript. Or rather, the lack of sizing it. I am tracking that down now

Re: git commit: [flex-asjs] [refs/heads/develop] - Changes necessary to get ActionScript DataGrid to cross-compile to JavaScript DataGrid.

2014-01-29 Thread Peter Ent
/9c4b232f Branch: refs/heads/develop Commit: 9c4b232f27a27456edcdde675b31e1fdd493a37f Parents: 14a83f0 Author: Peter Ent p...@apache.org Authored: Tue Jan 28 17:08:37 2014 -0500 Committer: Peter Ent p...@apache.org Committed: Tue Jan 28 17:08:37 2014 -0500

Re: git commit: [flex-asjs] [refs/heads/develop] - Changes necessary to get ActionScript DataGrid to cross-compile to JavaScript DataGrid.

2014-01-29 Thread Peter Ent
-us.apache.org/repos/asf/flex-asjs/commit/9c4b232f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/9c4b232f Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/9c4b232f Branch: refs/heads/develop Commit: 9c4b232f27a27456edcdde675b31e1fdd493a37f Parents: 14a83f0 Author: Peter Ent

Re: [FLEXJS] New SWC for Cross-Compiling

2014-01-29 Thread Peter Ent
is mimicking the ActionScript code, but using hand written lower-level JavaScript classes. For instance, the Label component is specifically written for each language, but now higher-level, composite components, can use those to build upon. Peter Ent Adobe Systems On 1/28/14 6:21 PM, Alex Harui aha

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread Peter Ent
this, Peter, is this a known issue that you are planning on fixing? I am seeing this issue on both Firefox and Chrome on Windows. Thanks, Om On Tue, Dec 17, 2013 at 12:49 PM, Peter Ent p...@adobe.com wrote: Hi, I've added a simple BarChart component to the ActionScript FlexJS SDK; it is modeled

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread Peter Ent
to try to get it to compile and run in AS and then maybe Peter will have time to look at the JS side. -Alex On 1/29/14 11:59 AM, Peter Ent p...@adobe.com wrote: Please feel free to make adjustments. I have to admit that the particulars of CSS escape me sometimes. Thanks for your help and checking

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread Peter Ent
off on making any changes till I hear from you Alex. Thanks, Om -Alex On 1/29/14 11:59 AM, Peter Ent p...@adobe.com wrote: Please feel free to make adjustments. I have to admit that the particulars of CSS escape me sometimes. Thanks for your help and checking this out. Peter On 1

Re: [FLEXJS] New SWC for Cross-Compiling

2014-01-28 Thread Peter Ent
I am in the process of getting the AS version of DataGrid (in FlexJSJX) to work with changes I had made to both the AS and JS versions when Alex made the split. Once I have them working I will update the DataGrid example so that it works. Peter Ent Adobe Systems On 1/28/14 2:18 PM, OmPrakash

[FlexJS] asdoc enabled

2014-01-24 Thread Peter Ent
Hi, I've checked in changes to the build script for FlexJS that enables asdoc. You'll find the asdoc-output directory at the top, flex-asjs, level. There is a dearth of content at the moment. My apologies for the lack of comments; I will make sure I start properly documenting classes and

Re: [FlexJS] Try out the FlexJS Installer

2014-01-22 Thread Peter Ent
I was able to run the installer without any problems except I forgot to un-install the previous version. This gave me the generic, Sorry, an error has occurred dialog. I had to think for a couple of minutes about what this meant, then I remembered I had to un-install the previous version. I

Re: Checkins without JIRA's

2014-01-13 Thread Peter Ent
On 1/10/14 6:17 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, Hmm. That wouldn't be my preference. Do other projects do this? In general yes but each project is different and can do what they want basically. The framework is still pre-alpha and I would find it very difficult to

[FlexJS] DataGridColumn

2014-01-10 Thread Peter Ent
using this new bead. Regards, Peter Ent Adobe Systems

Re: [VOTE] Release Apache Flex Pixel Bender Package 1.0.0 - RC4

2014-01-07 Thread Peter Ent
+1 This seems like a logical thing to do, especially for Linux. Peter Ent Adobe Systems On 1/6/14 2:11 PM, Alex Harui aha...@adobe.com wrote: Please vote to approve Apache Flex PixelBender Package version 1.0.0 to be released. As a reminder, the PixelBender package is a subset of the flex-sdk

[FlexJS] BarChart component updated

2013-12-20 Thread Peter Ent
Hi, This morning I updated the BarChart component with an XAxisBead that draws a simple line and tick marks and places labels below the chart. Alex and I went back and forth about whether or not to have a bead for the axis or if the axis should be part of the component (who draws a chart

Re: [FlexJS] BarChart component added

2013-12-19 Thread Peter Ent
/criando-graficos-zero-com-canvas-e-javascript/ Maybe help for next couple of charts. Igor Costa www.igorcosta.com www.igorcosta.org On Wed, Dec 18, 2013 at 12:23 PM, Harbs harbs.li...@gmail.com wrote: Nice! Harbs On Dec 17, 2013, at 10:49 PM, Peter Ent wrote

[FlexJS] BarChart component added

2013-12-17 Thread Peter Ent
simple axis labeling. Regards, Peter Ent Adobe Systems

Cross-compiling to build components

2013-12-06 Thread Peter Ent
to the JavaScript version. This technique may not work 100% in all cases, but what it has shown me is that you can get a lot of good code on the JavaScript side from the ActionScript source, at least enough to quickly finish the JavaScript version. Regards, Peter Ent Adobe Systems

Re: Cross-compiling to build components

2013-12-06 Thread Peter Ent
to do more with this paradigm... EdB On Fri, Dec 6, 2013 at 6:31 PM, Cosma Colanicchia cosma...@gmail.com wrote: Very nice job! 2013/12/6 Mr. Rich mrrich@gmail.com Great news Peter, On Dec 6, 2013 11:42 AM, Peter Ent p...@adobe.com wrote: Hi, I've just finished

[FlexJS] FW: Cross-compiling to build components

2013-12-06 Thread Peter Ent
Hi, I've extended the Wiki page for creating components on the FlexJS Wiki pages. I've also placed the sample code I used, called DataGridXcompile, in the FlexJS examples directory. Peter Ent Adobe Systems On 12/6/13 1:14 PM, Peter Ent p...@adobe.com wrote: I will update the wiki. Thanks

Re: [FlexJS] some warnings while trying to use basic alert

2013-12-05 Thread Peter Ent
Hi, I submitted changes the other day which should have cleared a lot of these up, especially ones in ValuesManager. I'll look into the other ones, too. Peter Ent Adobe Systems On 12/4/13 10:05 PM, Igor Costa igorco...@gmail.com wrote: C:\Users\riacycle\Adobe Flash Builder 4.7

[FALCON] Invalid download

2013-11-25 Thread Peter Ent
/pent/dev/flex-falcon/compiler/downloads.xml:137: Invalid bz2 file./Users/pent/dev/flex-falcon/compiler/in/lzma920.tar.bz2 I've tried building several times, just in case there was a network glitch or something. Regards, Peter Ent Adobe Systems

[FlexJS] [FalconJX] ValuesManager

2013-11-25 Thread Peter Ent
into JavaScript to see if that's a good way to start the process. So far it has been a little bumpy but it is working out. Just wanted some advice: should I add a get_valuesImpl() to ValuesManager? Seems like an OK idea to me. Regards, Peter Ent Adobe Systems

Re: [FALCONJX] [FLEXJS] AS to JS compilation issues

2013-11-20 Thread Peter Ent
) at org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:181) Not sure if I need to update my Java or not (didn't have to do it yesterday). --peter On 11/19/13 4:33 PM, Peter Ent p...@adobe.com wrote: I filed two tickets for each issue. Thanks. This is getting really close. --peter On 11/19

Re: [FALCONJX] [FLEXJS] AS to JS compilation issues

2013-11-20 Thread Peter Ent
created also need to be rebuilt with Java 1.7? --peter On 11/20/13 11:50 AM, Erik de Bruin e...@ixsoftware.nl wrote: Yes, the latest thing: since the last compiler update we need Java 1.7, I'm afraid. EdB On Wed, Nov 20, 2013 at 4:25 PM, Peter Ent p...@adobe.com wrote: I rebuilt the compiler

[FALCONJX] [FLEXJS] AS to JS compilation issues

2013-11-19 Thread Peter Ent
Hi, I am attempting to take the DataGrid, written in ActionScript, and compile it into JavaScript to see if that's a viable way to build JavaScript components - or at least get a good head start on writing the JavaScript. I've run into a couple of issues since taking the most recent falcon

Re: [FALCONJX] [FLEXJS] AS to JS compilation issues

2013-11-19 Thread Peter Ent
: Yep, those look like bugs to me. -Alex On 11/19/13 12:27 PM, Peter Ent p...@adobe.com wrote: Hi, I am attempting to take the DataGrid, written in ActionScript, and compile it into JavaScript to see if that's a viable way to build JavaScript components - or at least get a good head start

[FlexJS] Cannot start app

2013-11-18 Thread Peter Ent
for goog.events.EventTarget new ListsTests().start(); ReferenceError: ListsTests is not defined new ListsTests().start(); I'm not sure what could be out of sync. Peter Ent Adobe Systems

Re: [FalconJX] Build and install

2013-11-14 Thread Peter Ent
know. I'm here to help out. EdB On Thu, Nov 14, 2013 at 4:23 PM, Peter Ent p...@adobe.com wrote: Hi, I've done a git pull on the flex-falcon git repository. I've looked at the README at the top level and in compiler.jx. I've run ant main and got a successful build. Now what? How I install

Re: [FalconJX] Build and install

2013-11-14 Thread Peter Ent
Ah - that was the problem - I was on master, not develop. Thanks again. --peter On 11/14/13 11:09 AM, Alex Harui aha...@adobe.com wrote: Are you on the develop branch? On 11/14/13 8:05 AM, Peter Ent p...@adobe.com wrote: I must have gotten the wrong thing from git. Here's my directory: % pwd

Re: Code review please... Re: git commit: [flex-asjs] [refs/heads/develop] - Add functionality to AS version of DataGrid to highlight entire row when rolling over any column JS version to follow after

2013-11-14 Thread Peter Ent
On 11/14/13 2:55 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Thu, Nov 14, 2013 at 11:45 AM, Alex Harui aha...@adobe.com wrote: On 11/14/13 10:57 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Wed, Nov 13, 2013 at 9:12 PM, Alex Harui aha...@adobe.com wrote: On

[FLEXJS] ItemRenderers

2013-11-13 Thread Peter Ent
; detail.text = data.detail; } The super.data = value got compiled into JavaScript as: set_data(value); when I think it should be goog.base(this,'set_data',value); I filed a bug on this previously and I'll either update that one or open a new one shortly. Thanks, Peter Ent Adobe Systems

Re: [FLEXJS] DataBinding example does not work

2013-11-11 Thread Peter Ent
into play. I keep meaning to ask Alex, but I always forget. Peter Ent Flex SDK Team Adobe Systems On 11/11/13 3:33 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Sorry, but I still have not been able to run the FlexJS example projects. I got the latest overlay zip file (this morning) and set

Re: [FLEXJS] JS framework: gjslint

2013-11-07 Thread Peter Ent
Thanks, Erik. I'll make sure I run those tools on the JS code before checking stuff in. --peter On 11/7/13 9:05 AM, Erik de Bruin e...@ixsoftware.nl wrote: Ok, I have pushed the 'JSHint - gjslint' commits. The framework classes are now clean against this gjslint command: gjslint --strict

Re: [FLEXJS] JS framework: gjslint

2013-11-06 Thread Peter Ent
I checked a number of files in yesterday and I'm pretty sure a handful won't pass glint right now; I meant to do them all, but forgot some so I'm doing them this morning. If you want to go ahead and run the tool just to see if and how failures pop-up, go right ahead. --peter On 11/6/13 2:40 AM,

Re: [FLEXJS] JS framework: gjslint

2013-11-06 Thread Peter Ent
is to make the JS side mirror the structure of the AS side as closely as possible? And lastly (yeah, right... ;-)) how about the examples? Which ones are working for you, either in debug mode or in both debug AND release mode? EdB On Wed, Nov 6, 2013 at 4:48 PM, Peter Ent p...@adobe.com wrote: I

[FlexJS] DataGrid

2013-11-05 Thread Peter Ent
sheet which cleaned them up a quite a bit. There is still more work to do on that front but so far it works quite well. Regards, Peter Ent Flex SDK Team Adobe Systems

Re: [FlexJS] Handling interfaces

2013-10-30 Thread Peter Ent
Thanks, Erik. Interesting read. FlexJS uses a lot of interfaces so we'll have to find a reasonable solution for this. We've managed to avoid the situation in JavaScript but it is coming up quickly. --peter On 10/30/13 3:10 PM, Erik de Bruin e...@ixsoftware.nl wrote: Some guidance can be found

Re: [FlexJS] PopUp implementation

2013-10-24 Thread Peter Ent
I once saw someone's re-imaging of an alert that wasn't a pop-up. In their vision, the view broken in half with the top and bottom sliding away to reveal the alert beneath. It was a cool effect. This was on a phone, BTW. If we always assume Alerts pop-up it might limit what people can do. I'd

Re: [FlexJS] PopUp implementation

2013-10-22 Thread Peter Ent
Yes, thanks Pratyoosh for looking into this and helping out! I could imagine someone wanting to make a custom pop-up by doing something like: basic:Container basic:beads basic:NonVirtualVerticalLayout / basic:PopupBead / /basic:beads Š /basic:Container (but maybe in

Re: [FlexJS] IFlexInfo

2013-10-14 Thread Peter Ent
I can confirm that the new FlexJSOverlay.zip does run the jQuerySample and DataBindingTest. --peter On 10/11/13 6:30 PM, Alex Harui aha...@adobe.com wrote: I uploaded a new FlexJSOverlay.zip. It builds and runs the DataBindingTest and JQuerySample. I discovered that if you don't specify the

Re: Garbage Collection Concern

2013-10-11 Thread Peter Ent
. Or, if the event should be handled, stop its propagation. There are lots of possibilities. Peter Ent Flex SDK Team Adobe Systems On 10/11/13 12:00 PM, Thomas Wright twri...@yesco.com wrote: ok ok, I get what you guys are saying. Gotcha, thanks :) On Fri, Oct 11, 2013 at 9:45 AM, Lee Burrows subscripti

Re: FlexJS Dynamic Controls

2013-10-10 Thread Peter Ent
some ideas to put out there. --peter On 10/10/13 7:52 AM, Tom Chiverton t...@extravision.com wrote: On 09/10/2013 19:33, Peter Ent wrote: staticControls. The intent of this package was to have controls that were relatively simple and had direct or close approximation with HTML elements

FlexJS Dynamic Controls

2013-10-09 Thread Peter Ent
Hi, I've spent some time on an experiment in FlexJS. Right now we have all of the components sitting in one package called, staticControls. The intent of this package was to have controls that were relatively simple and had direct or close approximation with HTML elements. For example, Button

Re: [FlexJS] FLEX-33778 Combobox DropdownList ListBase.js throws a NPE

2013-09-25 Thread Peter Ent
I'm taking a look now. I did make some changes to the list code recently, so maybe I hit this already. --peter On 9/25/13 12:17 PM, Alex Harui aha...@adobe.com wrote: Hi Pratyoosh, One of us will take a look. In theory the model gets assigned early in the lifecycle (and pulled from the CSS

Re: [FlexJS] Modal behavior on dialogues

2013-09-24 Thread Peter Ent
and JavaScript parts closer to together, so this might be the opportunity to do the same for Alert. Regards, Peter Ent Adobe Systems On 9/24/13 12:47 PM, Sharma, Pratyoosh pratyoosh.sha...@jpmorgan.com wrote: Hi Peter et al. I took a first stab at creating modal behavior bead on the Alert

Re: [FlexJS] StatesTest example app broken?

2013-09-20 Thread Peter Ent
the states. Which made me look at the call stack and again, there is the dreaded XXX_c() which means that Falcon did not compile the SWF, MXMLC did. -Alex On 9/19/13 10:58 AM, Peter Ent p...@adobe.com wrote: As far as I can tell, this is what is happening: states is a property of ViewBase

Re: [FlexJS] StatesTest example app broken?

2013-09-19 Thread Peter Ent
I am looking into this. --peter On 9/19/13 1:03 AM, Alex Harui aha...@adobe.com wrote: I haven't tried StatesTest in a while. Can you work with DataBindingTest instead? It should have everything StatesTest has and more. -Alex On 9/18/13 9:58 PM, OmPrakash Muppirala bigosma...@gmail.com

Re: [FlexJS] StatesTest example app broken?

2013-09-19 Thread Peter Ent
and see how that goes. --peter On 9/19/13 11:12 AM, Peter Ent p...@adobe.com wrote: I am looking into this. --peter On 9/19/13 1:03 AM, Alex Harui aha...@adobe.com wrote: I haven't tried StatesTest in a while. Can you work with DataBindingTest instead? It should have everything StatesTest has

Re: [FlexJS] StatesTest example app broken?

2013-09-19 Thread Peter Ent
, and that it is using the same ValuesImpl as DataBindingTest. On 9/19/13 9:02 AM, Peter Ent p...@adobe.com wrote: I'm not making any headway on this. There is a global style declaration which should associate a state implementation with any class: global { iStatesImpl: ClassReference

Customer ItemRenderer Sample for FlexJS

2013-09-13 Thread Peter Ent
Hi, I've created a wiki page[1] and a sample to show how to make a custom itemRenderer using FlexJS. [1] https://cwiki.apache.org/confluence/display/FLEX/List+Component Regards, Peter Ent Adobe Systems

Re: git commit: [flex-asjs] [refs/heads/develop] - Changed property name from url to source to be compatible with Flex and HTML.

2013-09-11 Thread Peter Ent
Branch: refs/heads/develop Commit: 426c2e1ebc17fc271b34aa856c2cfe6423240c4d Parents: a1f8929 Author: Peter Ent p...@apache.org Authored: Wed Sep 11 11:48:06 2013 -0400 Committer: Peter Ent p...@apache.org Committed: Wed Sep 11 11:48:06 2013 -0400

<    1   2   3   4   5   6   7   >