[FlexJS] [FalconJX] ValuesManager

2013-11-25 Thread Peter Ent
t and then compiling them 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: [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" wrote: >C:\Users\riacycle\Adobe Flash Builder >4.7\FlexParaJa

Cross-compiling to build components

2013-12-06 Thread Peter Ent
ast-path 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
onJx and maybe the framework architecture that will >> allow us to do more with this paradigm... >> >> EdB >> >> >> >> >> On Fri, Dec 6, 2013 at 6:31 PM, Cosma Colanicchia >> wrote: >> > Very nice job! >> > >> > >&

[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" wrote: >I will u

[FlexJS] BarChart component added

2013-12-17 Thread Peter Ent
ask is add some simple axis labeling. Regards, Peter Ent Adobe Systems

Re: [FlexJS] BarChart component added

2013-12-19 Thread Peter Ent
t >http://www.igorcosta.com/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 wrote: &g

[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 withou

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" wrote: >Please vote to approve Apache Flex PixelBender Package version 1.0.0 to be >released. > >As a reminder, the PixelBender package is a subse

[FlexJS] DataGridColumn

2014-01-10 Thread Peter Ent
ist columns). I plan on creating a bead that will handle making all of the rows equal in height or allow for variable row height. Since FlexJS is a 'pay as you go' framework, the added burden of determining row heights is left out by default and can be added in when needed using this new bead. Regards, Peter Ent Adobe Systems

Re: Checkins without JIRA's

2014-01-13 Thread Peter Ent
On 1/10/14 6:17 PM, "Justin Mclean" 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 develop a new framewor

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 inst

[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 functi

Re: [FlexJS] asdoc enabled

2014-01-28 Thread Peter Ent
Hi, A copy is available here: http://people.apache.org/~pent/asdoc-flexjs/index.html However, there isn't much in the way of actual documentation. This is being worked on. Peter Ent On 1/28/14 12:13 PM, "Mark Shen" wrote: >what is the url to access the asdoc? do you

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, "OmPr

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
tp://git-wip-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/hea

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
lex-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 >>>Authored: Tue

Re: [FLEXJS] New SWC for Cross-Compiling

2014-01-29 Thread Peter Ent
aScript code 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/2

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread Peter Ent
and top. > >Before I continue to investigate 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 wrote: > >> Hi, >

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread Peter Ent
. I'm going 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" wrote: > >>Please feel free to make adjustments. I have to admit that the >>particulars >&g

Re: [FlexJS] BarChart component added - render issue

2014-01-29 Thread Peter Ent
idExample >was failing. It makes sense now. >I will hold off on making any changes till I hear from you Alex. > >Thanks, >Om > > >> -Alex >> >> On 1/29/14 11:59 AM, "Peter Ent" wrote: >> >> >Please feel free to make adjustments. I h

Re: [FlexJS] BarChart component added - render issue

2014-01-30 Thread Peter Ent
cause it was using the custom bar chart 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 >> >>O

Re: [FlexJS] BarChart component added - render issue

2014-01-30 Thread Peter Ent
ce or changes are welcome. --peter On 1/30/14 1:43 PM, "Peter Ent" 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 tracki

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 clearly

Re: [FlexJS] BarChart component added - render issue

2014-01-31 Thread Peter Ent
t to increase 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" wrote: > > >On 1/31/14 7:03 AM, "Peter Ent" wrote: > >>Hi, >> >>First, I can confirm that Om&

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" wrote: >On Fri, Jan 31, 2014 at 11:31 AM, Peter Ent wrote: > >> Had

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" wrote: >I can reproduce this on my windows machine. The SWF does have what looks >like the correct

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 Flex/BarChartExample/bin/js-debug/org/a

Re: [FlexJS] BarChart component added - render issue

2014-02-07 Thread Peter Ent
7/14 10:59 AM, "Alex Harui" 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" wrote: > >>I got all the code and rebuilt. The issue Om was trying to fix is

[FlexJS] asdoc available

2014-02-07 Thread Peter Ent
we'll get them in place. Thanks, Peter Ent Adobe Systems

[FlexJS] Wiki Update

2014-02-07 Thread Peter Ent
so mention 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: [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" wrote: >Committed the fixes for the JSHint errors. > >EdB > > > >On Sat, Feb 22, 2014 at 7:56 AM, Alex Harui wrote: > >

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" wrote: >These were JSHint errors; the other linter we use ;-) > >EdB > > > > >On Mon, Feb 24, 2014 at 4:08 PM, Peter Ent wrote: > >> Be

Re: Please provide EOL & EOVS dates of Flex SDK 4.6

2014-02-26 Thread Peter Ent
ength 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" 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

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" wrote: >Hi, > >I'm having a problem with FlexJS events. > >* In TodoListView (a extension of ViewBase)

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" > 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 what is happening, I

[FlexJS] PhoneGap

2014-03-27 Thread Peter Ent
nd an Android SDK 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

[FlexJS] CSS Box Model

2014-04-04 Thread Peter Ent
Buttons have zero margin and if I want them inset within the Container, I give the Container, via CSS, some padding. Thanks for your time, Peter Ent Adobe Systems

Re: [FlexJS] CSS Box Model

2014-04-07 Thread Peter Ent
simply to stick to using border-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 inten

Re: [FlexJS] CSS Box Model

2014-04-07 Thread Peter Ent
tem not designed for it and geared toward page >layout. > >Sigh, >Peter > >On 4/6/14 6:41 AM, "Harbs" wrote: > >>I think the default of the css box model is broken by design. >> >>I'd think the solution is simply to stick to using border-box. >

Re: [FlexJS] CSS Box Model

2014-04-07 Thread Peter Ent
bkit-box-sizing: border-box; box-sizing: >border-box; > >When you start adding in all the browsers you'll have -ie, -moz, -webkit, >-chrome, etc just for one style. IMO if you go that route you're gonna >have >a bad time. If we can use SVG you can gain that ground back. >

Re: [FlexJS] CSS Box Model

2014-04-08 Thread Peter Ent
g the images back to a regular box should work. >> >> -Mark >> >> -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 >&

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" wrote: >One mor

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/

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 al/clients/CLIFactory

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" 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/ > &

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" 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, >-Ale

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" wrote: >Dear (ex?)Flexers, > >I'm having a problem while com

[FalconJX] Question about generated index.html

2014-05-30 Thread Peter Ent
Hi, The index.html file that is generated has a element like this: new MapSearch().start(); I was wondering if it would be better to do it this way: function onLoadHandler() { new MapSearch().start(); } I ran into a situa

[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

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 license

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 100

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" wrote: >Is there a li

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" 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 componen

[FALCONJX] Using external JavaScript

2014-06-18 Thread Peter Ent
ation from [1] which doesn't really cover "classes" just 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
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 wrote: >> >>> Hi, >>> >>> I'm running an experiment where

Re: [FALCONJX] Using external JavaScript

2014-06-18 Thread Peter Ent
ept some environment madness. --peter On 6/18/14 3:43 PM, "Alex Harui" 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

Re: [FALCONJX] Using external JavaScript

2014-06-19 Thread Peter Ent
pecial argument. I don't >>> think the option you're using passes the file to that argument. I think >>> FalconJX needs a new option. I'll look at it tomorrow. >>> >>> Can you maybe file a JIRA so we have a reference? >>> >>> EdB

Re: [FALCONJX] Using external JavaScript

2014-06-19 Thread Peter Ent
pecial argument. I don't >> think the option you're using passes the file to that argument. I think >> FalconJX needs a new option. I'll look at it tomorrow. >> >> Can you maybe file a JIRA so we have a reference? >> >> EdB >> >> >>

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

[FlexJS] SVG Question

2014-06-27 Thread Peter Ent
are common across modern browsers. Thanks, Peter Ent Adobe Systems

Re: [FlexJS] SVG Question

2014-06-27 Thread Peter Ent
There is always the flash player for it for >> IE8 users. 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. &g

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 beads

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" wrote: &g

Re: [VOTE] Apache Flex FalconJX 0.0.2 RC4

2014-07-14 Thread Peter Ent
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" wrote: >Hi, > >This is vote for the second (0.0.2) release of the F

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 ther

[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" 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 >source="http://localhost:8080/

Re: [Flexjs] Open Video

2014-07-30 Thread Peter Ent
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" wrote: >Forwardi

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

2013-01-07 Thread Peter Ent
could correct it. It is probably something in my environment, but I don't know what it could be. Peter Ent On 1/6/13 9:33 PM, "Om" wrote: >Hi, > >This is the second official release of the Apache Flex SDK Installer AIR >application. This version has been tested with

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

2013-01-07 Thread Peter Ent
+1 Mac version now works. I didn't see where in the README it says to uninstall the previous version. I guess that's common sense. Peter Ent On 1/7/13 10:46 AM, "Erik de Bruin" wrote: >When this error pops up, it's usually a matter of first uninstalling >an exist

Re: Website Logo

2013-01-14 Thread Peter Ent
On Mac, Safari, the top image looks more pixelated when I zoom up the browser. The colors look the same to me. On 1/14/13 2:21 PM, "Michael Schmalle" wrote: > >Can someone please goto; > >http://flex.apache.org/v2/about-assets.html > >And tell me those two images are the same (I think they are n

Re: [VOTE] Allow tracking of download statistics on flex.apache.org

2013-01-22 Thread Peter Ent
+1 (binding) --peter On 1/21/13 7:49 PM, "Om" wrote: >Please vote to allow the use of Google Analytics [1] to track download >statistics of Apache Flex source, binaries and Installer artifacts. > >If you have any comments, please reply in this thread: [2] >Here is the JIRA ticket that describes

Mustella News

2013-01-28 Thread Peter Ent
lla will become part of the next release of Apache Flex. If you haven't done so, you can find out more about Mustella on the Apache Flex Wiki. I want to thank everyone who helped make this a reality. Peter Ent Flex SDK Team Adobe Systems

Re: Latest on FlexJS

2013-02-15 Thread Peter Ent
is in its infancy and I'm helping Alex write new components. When Alex has time I'm sure he'll fill this in with more details, but you can check out the Wiki page here: https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Status Peter Ent Flex SDK Team Adobe Systems On 2/15/

Re: Git basics for SVN users

2013-03-20 Thread Peter Ent
x27;re headed in the right direction, but I do see conflicting git information, esp about merge and rebasing, but we'll sort it out. Let's all just have patience if someone gets it wrong and help them out. Peter Ent Adobe Systems On 3/20/13 1:20 PM, "Gordon Smith" wrote: >

Re: [Git] repos open?

2013-03-20 Thread Peter Ent
+1 for #1. Be good to figure out merge/conflict early in the game. Peter Ent Flex SDK Team Adobe Systems On 3/20/13 4:25 PM, "Alex Harui" wrote: > > > >On 3/20/13 12:26 PM, "Om" wrote: > >> Here is my proposal in the meantime: >> >> 1. W

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" > wrote: > > I am getting this error: > > build_example.compile: > [echo] Compiling

Re: [FlexJS] BarChartExample not compiling

2014-08-26 Thread Peter Ent
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" wrote: >Oops. I made a bunch of changes to the chart pa

Re: [FlexJS] BarChartExample not compiling

2014-08-26 Thread Peter Ent
t is going 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" wrote: >I pushed changes to BarChartExample that reflect the latest chang

Re: [FlexJS] Convert AS classes to JS?

2014-09-02 Thread Peter Ent
want cross-compiled goes into FlexJSUI so I can hand-write the JS version. I do this for the itemRenderers since the AS versions use Flash and the JS versions use SVG. Peter Ent Adobe Systems On 9/2/14 2:40 PM, "OmPrakash Muppirala" wrote: >On Tue, Sep 2, 2014 at 11:31 AM, Erik

Re: [VOTE] Squiggly 1.0 RC 1

2014-09-03 Thread Peter Ent
+1 Binding MD5 checked source compiled cleanly README ok RELEASE_NOTES ok LICENSE ok Peter Ent Adobe Systems On 9/3/14 12:29 AM, "Justin Mclean" wrote: >Hi, > >Just moving Om 's vote to here so it's all in one thread. > >+1 Binding > >MD5 looks fine

Re: [FlexJS] Drawing API

2014-09-08 Thread Peter Ent
I'm going to see if I can use these for the graphics in the chart work I've been doing. Might be very helpful there. Peter Ent Adobe Systems On 9/8/14 3:48 AM, "OmPrakash Muppirala" wrote: >FlexJS now supports a basic drawing API (Rect, Ellipse, Circle, Path, >So

Re: [FlexJS] Drawing API

2014-09-08 Thread Peter Ent
I forgot to add that when I build flex-asjs, gjslint finds a number of issues in the new JS graphics code (its usual, spaces at the end of lines, sort of thing). I think I am using version 2.3.10 of gjslint but I'm not 100% sure. Peter Ent Adobe Systems On 9/8/14 3:48 AM, "OmPrakash

Re: [FlexJS] Drawing API

2014-09-08 Thread Peter Ent
7; ' + y + ' L' + x1 + ' ' + y1 + ' A' + radius + ' ' + radius + ' 0 0 1 ' + x2 + ' ' + y2 + ' z'; It doesn't look, to me, like "A" is being recognized. Thanks, Peter Ent Adobe Sy

Re: [FlexJS] Drawing API

2014-09-08 Thread Peter Ent
(i == 0) pathString += "M "+point.x+" "+point.y+" "; else pathString += "L "+point.x+" "+point.y+" "; } pathString += "Z";

Re: [VOTE} Accept FlatSpark Theme Donation

2014-09-08 Thread Peter Ent
+1 (binding) Peter Ent Adobe Systems On 9/8/14 12:50 PM, "Alex Harui" wrote: >Didn't see any objection in the discuss thread, so time for the official >vote. I saw a note on an Apache incubator page saying that donation votes >really shouldn't be lazy so PMC me

Re: [FlexJS] Drawing API

2014-09-09 Thread Peter Ent
The update to handle 'A' and 'a' works great! Thanks. Peter Ent Adobe Systems On 9/9/14 3:42 AM, "OmPrakash Muppirala" wrote: >On Mon, Sep 8, 2014 at 3:53 PM, OmPrakash Muppirala >wrote: > >> On Mon, Sep 8, 2014 at 1:59 PM, Peter Ent wrote: >

Re: [FlexJS] Drawing API

2014-09-09 Thread Peter Ent
+ this.y_ * 2); }; this.element.getBBox() is returning undefined. I know that this.element is set with an SVG element. I'm using Firefox 31.0 on Mac OS X. Peter Ent Adobe Systems On 9/9/14 10:37 AM, "Peter Ent" wrote: >The update to handle 'A' and 'a' wo

Re: [FlexJS] Path API bug (Was Re: [FlexJS] Drawing API)

2014-09-09 Thread Peter Ent
I see that GraphicShape.js doesn't extends UIBase.js, which it probably should, given how the AS side works. Peter On 9/9/14 2:22 PM, "OmPrakash Muppirala" wrote: >On Tue, Sep 9, 2014 at 8:19 AM, Peter Ent wrote: > >> Have run into a problem on the JS side. Firebox is t

Re: [FlexJS] Path API bug (Was Re: [FlexJS] Drawing API)

2014-09-09 Thread Peter Ent
adds). I'm getting the same exception when the filledRect element is added. I stepped through using Firebug and all of the code is being executed, so the Rect's fill and stroke are now set and the width and height of the itemRenderer have non-zero values. So this should draw a fille

Re: [FlexJS] Path API bug (Was Re: [FlexJS] Drawing API)

2014-09-10 Thread Peter Ent
I ran FlexJSTest_SVG without any issues from Flash Builder. I will look to see how each of these graphics elements are being used. Thanks, Peter Ent Adobe Systems On 9/9/14 8:47 PM, "OmPrakash Muppirala" wrote: >On Tue, Sep 9, 2014 at 2:26 PM, Peter Ent wrote: > >> I tri

Re: [FlexJS] Path API bug (Was Re: [FlexJS] Drawing API)

2014-09-10 Thread Peter Ent
his should have drawn 2 lines starting at (150,0) with a line to (75,200) and another to (225,200). Which it did. But it also closed the figure by drawing a third line from (225,200) back to (150,0). For the LineChart, the first and last points cannot be closed. Thanks, Peter Ent Adobe Systems On 9/

Re: [FlexJS] Path API bug (Was Re: [FlexJS] Drawing API)

2014-09-10 Thread Peter Ent
using this graphics package. I hope we can get these issues and licensing issues resolved. Thanks, Peter Ent Adobe Systems On 9/10/14 10:06 AM, "Peter Ent" wrote: >I made a small modification to FlexJSTest_SVG: > > >var path2:Path = new

Re: [FlexJS] Path API bug (Was Re: [FlexJS] Drawing API)

2014-09-10 Thread Peter Ent
g the chart package over to core/graphics. Thanks, Om, for your help and patience. --peter On 9/10/14 10:45 AM, "OmPrakash Muppirala" wrote: >On Sep 10, 2014 7:07 AM, "Peter Ent" wrote: >> >> I made a small modification to FlexJSTest

Re: [FlexJS] Path API bug (Was Re: [FlexJS] Drawing API)

2014-09-10 Thread Peter Ent
sed a problem as it was trying to add an to an . Once I changed ChartDataGroup to use , I began seeing the chart elements appearing. I have some other things to sort out, but it is looking good. Peter Ent Adobe Systems On 9/10/14 12:51 PM, "Peter Ent" wrote: >I have the lat

Re: [FlexJS] Path API bug (Was Re: [FlexJS] Drawing API)

2014-09-10 Thread Peter Ent
the JS side I was getting an error in GraphicShape.js when it tried to get the SVG bounding box. I switched things around to add the graphic element to the ChartDataGroup immediately after creating it. Then everything worked. Peter Ent Adobe Systems On 9/10/14 4:27 PM, "OmPrakash Muppirala&qu

Re: FlexJS chart package now uses FlexJS core/graphics for the charts' graphics

2014-09-12 Thread Peter Ent
I keep meaning to look into the scrollbar/border issue so I'll make that a priority. When I started to make the charts to work on JS I created ChartDataGroup which is the parent of the itemRenderers. It created the parent element the renderers (which created just the SVG graphic element they

Re: FlexJS chart package now uses FlexJS core/graphics for the charts' graphics

2014-09-12 Thread Peter Ent
could get a GraphicContainer or something like it, we should be able to have the itemRenderers just add a graphic element (e.g., Rect) as they do now, except it would be parented by the ChartDataGroup (aka, ). Peter Ent Adobe Systems On 9/11/14 6:40 PM, "OmPrakash Muppirala" wrote: >Pet

[FlexJS] Should charts use Fill and Stroke

2014-09-13 Thread Peter Ent
Right now the chart package uses simple uint properties for fills and line strokes. I'm wondering if the charts should use IFill and IStroke now. Btw: using the core.graphics package makes a huge difference to the chart package and to me, because it makes things a lot easier. Peter

<    1   2   3   4   5   6   7   >