Re: [FLEXUNIT] Building

2016-03-28 Thread Peter Ent
>I think a lot of us are relying on the fact we have hamcrest cached in the >right places. > >-Alex > >On 3/28/16, 8:19 AM, "Peter Ent" <p...@adobe.com> wrote: > >>Anyone having trouble building Flexunit? I'm getting this failure: >> >&g

[FLEXUNIT] Building

2016-03-28 Thread Peter Ent
, Peter Ent Adobe Systems/Apache Flex Project

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.6.0 RC1

2016-03-28 Thread Peter Ent
een discussion about this, but it is probably time to settle on a structure and release policy. I would hate to have someone attempt to get into Flex and just throw their hands up in confusion and walk away. Peter Ent Adobe Systems/Apache Flex Project On 3/25/16, 1:53 AM, "Alex Harui" <aha...@adobe.com

Re: [VOTE] Release Apache Flex FalconJX 0.6.0 RC1

2016-03-28 Thread Peter Ent
d. - Running "ant" in the directory expanded from the RC package built without errors. - hashes, signatures, license and notice files looked ok to me. Peter Ent Adobe Systems/Apache Flex Project

Re: LAST CALL] Release FlexJS/FalconJX 0.6.0

2016-03-22 Thread Peter Ent
I checked the nightly bin and src yesterday on my Mac and they checked out fine. I'm going to fire up my Windows machine today and see what happens. Peter > On Mar 22, 2016, at 2:49 AM, Alex Harui wrote: > > I think I'm done fixing bugs. We should cut an RC soon in case

Re: [FLEXJS][FALCONJX] The Date class

2016-02-23 Thread Peter Ent
I have to agree with Andy about issuing warnings. We could make Date an exception and the compiler sees .hour and translates that to .getHours() for the JS code as Alex suggests. That seems like its pretty straightforward but anything not as obvious just get flagged. My 2 cents, Peter Ent Adobe

[FlexJS] Storage

2016-02-22 Thread Peter Ent
. I will be expanding this project to include a way to store files. Thanks, Peter Ent Adobe Systems/Apache Flex project

[FlexJS] Tree Component

2016-02-19 Thread Peter Ent
/confluence/display/FLEX/Tree) as well as try it using the FlexJS example, TreeExample, found in the flex-asjs/examples, repository. The itemRenderer for the Tree is fairly basic, but should provide you with enough to make something more complex. Regards, Peter Ent Adobe Systems/Apache Flex Project

[FLEXJS] Build failure significant

2016-01-12 Thread Peter Ent
I updated falcon and flexjs this morning and ran into an issue. First thought it was my problem then looked at the logs. When I build I get the same issue as the warnings below and that causes a runtime failure. [java] WARNING:

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread Peter Ent
be 100% useful to people. Just my opinion, though. This is very cool. Thanks for doing this. Peter Ent Adobe Systems. On 1/4/16, 4:18 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: >Hi folks, > >I now h

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread Peter Ent
I did not get any errors, but I did use sudo to do it. I confirmed by trying asjsc again which could not be found. ‹peter On 1/4/16, 1:02 PM, "Alex Harui" wrote: > > >On 1/4/16, 8:18 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" >

Re: [FlexJS] No more JS!

2015-12-17 Thread Peter Ent
code into stuff that's universal, stuff that's AS-specific, and stuff that's JS-specific. Very neat and tidy. Peter Ent Adobe Systems/Apache Flex Project On 12/17/15, 3:09 AM, "Alex Harui" <aha...@adobe.com> wrote: >Hi, > >I am happy to announce that we've completed the

Re: [DRAFT] Apache FlexJS 0.5.0 and Apache Flex FalconJX 0.5.0 Released

2015-11-16 Thread Peter Ent
The opening of the announcement states this is "the initial (alpha) release", but a few paragraphs later says, "It is Œbeta¹ quality". I think it is confusing to use both "alpha" and "beta". IMO, "alpha" is still fine for this release. ‹peter On 11/16/15, 12:51 AM, "Alex Harui"

Re: [VOTE] Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Peter Ent
+1 Binding - signing and packages are correct. - checked the readmes and license files, all correct. - build completes without errors - source compiles and tests run without errors. Peter Ent Adobe Systems On 11/11/15, 2:40 AM, "Alex Harui" <aha...@adobe.com> wrote: >

Re: [VOTE] Release Apache FlexJS 0.5.0 RC1

2015-11-06 Thread Peter Ent
+1 Binding Licenses: OK ReadMe files: OK, no errors Release Notes: OK I was able to build everything, including examples. Examples ran without errors or failing. Peter Ent Adobe Systems On 11/2/15, 8:58 PM, "Alex Harui" <aha...@adobe.com> wrote: >Hi, > >This is v

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-10-16 Thread Peter Ent
I just tried this and got a clean build, with examples. Took less than 10 mins to download and build on my system. ‹peter On 10/15/15, 11:44 PM, "Alex Harui" wrote: >OK, seems to be working now. I added building the examples to the script. > It took 12 minutes just to

[FlexJS] DataGrid update

2015-10-13 Thread Peter Ent
Hi, I've updated the FlexJS Wiki DataGrid page with more details, including some tips on writing beads for the DataGrid and a new bead to draw grid lines. Check it out when you get a chance. https://cwiki.apache.org/confluence/display/FLEX/DataGrid+Component Regards, Peter Ent

[FlexJS] DataGrid Updated

2015-10-09 Thread Peter Ent
the DataProviderChangeNotifier to monitor the changes. The DataGrid and ArrayList classes are written in ActionScript and cross-compiled into JavaScript. Peter Ent Adobe Systems

Re: [FlexJS] Tooltips and animations

2015-09-21 Thread Peter Ent
There are tooltips for the charts available, without animation. Please give it a go! ‹peter On 9/21/15, 5:12 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >I think the charts would look so much better with tooltips and

Re: Working FlexJS examples?

2015-09-18 Thread Peter Ent
Hi, In addition to what Alex wrote, I¹ve tested DataGridExample, MapSearch, MobileTrader, and TodoListSampleApp. I still need to go into the native/ folder and test those. I¹m in the middle of make an API change for the Container classes and will do a full test once that¹s complete. I will post

[FlexJS] SVGElement warning

2015-09-02 Thread Peter Ent
{SVGElement} [java] ^ Does anyone know how to suppress these? Thanks, Peter Ent Adobe Systems

Re: FlashBuilder stopped working

2015-06-17 Thread Peter Ent
did not see .snap on the mac). This also worked and preserved my preferences. Thanks for the tip about .metadata - did not want to have to re-install FB again. Peter Ent Adobe Systems On 6/16/15, 11:33 AM, Nick Collins ndcoll...@gmail.com wrote: The best fix is to upgrade to IntelliJ :-) On Mon

FlashBuilder stopped working

2015-06-15 Thread Peter Ent
, Peter Ent

Re: FlashBuilder stopped working

2015-06-15 Thread Peter Ent
of strange issues. - Josh On Mon, Jun 15, 2015 at 12:39 PM, Peter Ent p...@adobe.com wrote: Hi, Up until an hour or so ago, Flash Builder 4.7 was running fine. I rebuilt a library, stopped FB, and restarted it (which I've done many, many, many times). This time however, the workspace

Re: [FlexJS] Dimensions and Box Model

2015-05-28 Thread Peter Ent
: I don't see any mention of the box-sizing CSS property. Are you aware of it? - Josh On Thu, May 28, 2015 at 8:53 AM, Peter Ent p...@adobe.com wrote: Hi, FlexJS is having a little bit of an identity crisis when it comes to layout and dimensions; specially, when it comes to determining the size

[FlexJS] Dimensions and Box Model

2015-05-28 Thread Peter Ent
to fix the horizontal container to 400 pixels, adding the padding of 5 pixels would change the interior layout space from 400 to 390 but the container would not increase in size as it would if it were being sized by its content. Thanks for your time, Peter Ent Adobe Systems [1] http

Re: [jira] [Created] (FLEX-34855) Module in IOS

2015-05-25 Thread Peter Ent
I think it is against the iOS rules to dynamically load executable code and any app that does so would be rejected from the App Store. If that is true then it might be the reason it isn't working for you. Peter Ent Adobe Systems On May 25, 2015, at 8:34 AM, Pedro (JIRA) j...@apache.org

Re: [FlexJS] Layout Update

2015-05-19 Thread Peter Ent
be drawing accordingly. So maybe the bug is in there some where. Of course, I could be wrong… -Alex [1] https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Layout On 5/19/15, 7:27 AM, Peter Ent p...@adobe.com wrote: I¹ve been looking into this. In MXMLDataInterpreter.generateMXMLInstances

Re: [FlexJS] Layout Update

2015-05-19 Thread Peter Ent
children should first check to see that there are children before proceeding. That do you think? ‹peter On 5/18/15, 5:11 PM, Alex Harui aha...@adobe.com wrote: On 5/18/15, 1:51 PM, Peter Ent p...@adobe.com wrote: The container appears to have no size. I have it explict (400x400) and so it should

Re: [FlexJS] HTML side summary request

2015-05-19 Thread Peter Ent
the JavaScript ³this² will be the HTML element itself, so we can quickly get to the FlexJS class instance using the .flexjs_wrapper. I can tell you it has come in handy sometimes. I hope this helps. Peter Ent Adobe Systems On 5/19/15, 10:31 AM, Michael Schmalle teotigraphix...@gmail.com wrote: Hi

Re: [FlexJS] SVG UI components (was FlexJS event names)

2015-05-19 Thread Peter Ent
Check out the FlexJS Chart example. It is built upon Om¹s SVG package (core.graphics) in the FlexJS SDK. Most of the Chart package in the Chart/asjs project which means most of it is cross-compiled to JS so there is very little hand-written JavaScript. Peter On 5/19/15, 2:29 PM, Michael Schmalle

Re: [FlexJS] DefineProperty Code Style

2015-05-18 Thread Peter Ent
I created a simple example (flex-asjs/examples/RollEventsTest) to demonstrate rollover/out events using an IBeadController bead. I can add more to if needed. Peter Ent Adobe Systems On 4/9/15, 10:49 AM, Peter Ent p...@adobe.com wrote: I ahould be able to do this for you. Peter Ent Adobe

Re: [FlexJS] Layout Update

2015-05-18 Thread Peter Ent
Encountered a couple of things: js:Container with no content or explicit layout blows up; the layout property is null. Maybe Container should have a default layout (Basic?). If you use VContainer, for example, and style the container to have a background color, the container will not appear

Re: [FlexJS] Layout Update

2015-05-18 Thread Peter Ent
, Peter Ent p...@adobe.com wrote: Encountered a couple of things: js:Container with no content or explicit layout blows up; the layout property is null. Maybe Container should have a default layout (Basic?). Sounds reasonable. If you use VContainer, for example, and style the container to have

Re: [FlexJS] DefineProperty Code Style

2015-04-09 Thread Peter Ent
I ahould be able to do this for you. Peter Ent Adobe Systems On 4/9/15, 12:06 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Wed, Apr 8, 2015 at 8:50 PM, Alex Harui aha...@adobe.com wrote: On 4/8/15, 8:23 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: At some point, I would

[GIT] Setting up new machine

2015-04-03 Thread Peter Ent
. Does anyone have any hints/suggestions/advice for getting git going again? I'm sure it will turn out to be something simple. Thanks, Peter Ent Adobe Systems

Re: [Flex Mobile] Flash Builder instructions

2015-03-26 Thread Peter Ent
had thought it would default to fill out the screen (and that by now AIR would know there is something beyond an iPhone 4), but maybe that’s an -app.xml issue or something like that. Minor issue for me. Thanks for your help and advice. Peter Ent Adobe Systems On 3/26/15, 11:52 AM, Paul Moreau

Re: [Flex Mobile] Flash Builder instructions

2015-03-26 Thread Peter Ent
. Thanks for your help and guidance. I’m wondering if AIR 17 along with Apache Flex 14.1 would work. —peter On 3/25/15, 12:25 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Mar 25, 2015 9:20 AM, Peter Ent p...@adobe.com wrote: Sorry for the delay, I was traveling. Thank you all

Re: [Flex Mobile] Flash Builder instructions

2015-03-26 Thread Peter Ent
: read my mail about itunes (sent yesterday) - i asusme you didnt because you havent stated itunes version On 26/03/2015 13:59, Peter Ent wrote: Hi, Still having no luck. I re-generated a dev certificate and a dev provisioning profile. When Flash Builder goes to run the app on my device, I get

Re: [Flex Mobile] Flash Builder instructions

2015-03-26 Thread Peter Ent
under Project-Properties-Flex Build Packaging-Digital Signature. Feel free to mail me if you need more help. On Thu, Mar 26, 2015 at 1:59 PM, Peter Ent p...@adobe.com wrote: Hi, Still having no luck. I re-generated a dev certificate and a dev provisioning profile. When Flash Builder goes to run

Re: [Flex Mobile] Flash Builder instructions

2015-03-25 Thread Peter Ent
at 1:19 PM, Peter Ent p...@adobe.com wrote: I've been searching the web, including the Apache Flex site, looking for some very specific instructions and I'm coming up empty. I know a number of you write Flex apps that work on both iOS 8 and Android. I'm looking for instructions as to how

Re: AW: AW: AW: [FlexJS] Now I need a little help with FlexJS ;-)

2015-03-18 Thread Peter Ent
What I’ve found - and I could be wrong - is that FLEX_HOME is changed by the frameworks/as/build.xml and reset to FLEXJS_HOME so there is no template to copy. Not sure what the ramifications are for leaving FLEX_HOME to its original value, but I am experimenting. Peter Ent Adobe Systems On 3/18

[Flex Mobile] Flash Builder instructions

2015-03-18 Thread Peter Ent
changes. Thanks. Peter Ent Adobe Systems

Re: AW: AW: AW: [FlexJS] Now I need a little help with FlexJS ;-)

2015-03-17 Thread Peter Ent
I¹ve run into this problem too on a new machine. I can understand copying them from the flex-sdk, but it is not doing so. I looked in the downloads.xml in flex-asjs/frameworks/as and the index.template.html is just not getting copied. I would fix it but I don¹t see what is wrong with it. ‹peter

[FlexUnit] [Falcon]

2015-03-17 Thread Peter Ent
) at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:579) at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:569) Thanks, Peter Ent Adobe Systems

Re: [FlexJS] FlatSpark and skins

2015-01-28 Thread Peter Ent
and getting the same look and feel. And I guess there is a converged third path that combines a little of both somehow. It looks like Om is pursuing the first path so I am going to look at the second and we'll see where we wind up. Peter Ent Adobe Systems On 1/28/15, 2:07 PM, Peter Ent p

Re: [FlexJS] FlatSpark and skins

2015-01-28 Thread Peter Ent
on the JS side, or should it really cross compile from its MXML/AS? Or, I could be totally wrong.. -Alex On 1/27/15, 1:04 PM, Peter Ent p...@adobe.com wrote: On 1/27/15, 2:31 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Tue, Jan 27, 2015 at 11:21 AM, Peter Ent p...@adobe.com wrote

[FlexJS] FlatSpark and skins

2015-01-27 Thread Peter Ent
. Please share your thoughts and ideas if you can. Thanks, Peter Ent Adobe Systems

Re: [FlexJS] FlatSpark and skins

2015-01-27 Thread Peter Ent
On 1/27/15, 2:31 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Tue, Jan 27, 2015 at 11:21 AM, Peter Ent p...@adobe.com wrote: Hi, I am thinking about using FlatSpark as either inspiration for a set of skins for FlexJS or porting it over to FlexJS. Since FlexJS is more JavaScript

[Git] Pushing to repo is failing

2015-01-15 Thread Peter Ent
-us.apache.org/repos/asf/flex-asjs.git fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/flex-asjs.git/': The requested URL returned error: 503 Completed with errors, see above Thanks, Peter Ent Adobe Systems

Re: [FlexJS] ads update

2015-01-09 Thread Peter Ent
I am not sure when that will happen. Peter Ent Adobe Systems On 1/9/15, 2:39 AM, piotrz piotrzarzyck...@gmail.com wrote: Hi Peter, This is your private documentation, but will it be also available official? Somewhere on the website? http://flex.apache.org/ Piotr - Apache Flex PMC

[FlexJS] ads update

2015-01-08 Thread Peter Ent
I've updated my copy of the FlexJS ASDocs at http://people.apache.org/~pent/asdoc-flexjs/index.html This includes the latest chart, graphics, and other additions. Peter Ent Adobe Systems

[FlexJS] Listening for mouse events

2015-01-07 Thread Peter Ent
suggestions? Thanks, Peter Ent Adobe Systems

Re: Next version of Flex SDK

2014-12-08 Thread Peter Ent
I think you¹d want to go to a new major version if something really significant changed. For example, an entirely new MXML (e.g., FlexJS became to default) or major changes to ActionScript. Simply adding new components and fixed bugs does not, to me, warrant a bump in version from 4 to 5. Peter

[FLEX-TLF] Building on Windows

2014-12-02 Thread Peter Ent
1.7.0_21-b11, mixed mode) Thanks, Peter Ent Adobe Systems

Re: [FLEX-TLF] Building on Windows

2014-12-02 Thread Peter Ent
, Subscriptions subscripti...@leeburrows.com wrote: i've had problems in the past building flex-sdk with java 1.7; i had to revert to 1.6 to get things working worth a try? Lee Burrows ActionScripter On 02/12/2014 14:10, Peter Ent wrote: Hi, I normally do everything on a Mac, but I need to re-sync things

Re: [FlexJS] Examples not compiling

2014-12-01 Thread Peter Ent
and runs on Flash and JavaScript. ‹peter On 11/25/14, 8:38 PM, Peter Ent p...@adobe.com wrote: I am traveling and do not have my computer with me but I'll look as soon as I return. Peter On Nov 25, 2014, at 5:38 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Tue, Nov 25, 2014

Re: [FlexJS] Examples not compiling

2014-11-25 Thread Peter Ent
I am traveling and do not have my computer with me but I'll look as soon as I return. Peter On Nov 25, 2014, at 5:38 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Tue, Nov 25, 2014 at 2:19 PM, Alex Harui aha...@adobe.com wrote: On 11/25/14, 12:19 PM, OmPrakash Muppirala

Re: [FlexJS] Optimized Charts

2014-10-27 Thread Peter Ent
/ On Oct 24, 2014, at 10:57 PM, Peter Ent p...@adobe.com wrote: First off, does anyone know if SVG text elements can be styled with CSS? If so, I could convert the UILabel's to SVG on the JavaScript side.

[FlexJS] Optimized Charts

2014-10-24 Thread Peter Ent
could convert the UILabel's to SVG on the JavaScript side. Secondly, would it be helpful to have more structure? For instance, chart element.horizontal axis.tick label, so that CSS could be used to target specific elements? Thanks, Peter Ent Adobe Systems

Re: [FlexJS] FlexJS talk at HTML5 Dev Conf

2014-10-22 Thread Peter Ent
Thanks, Om, for sharing the slides and presenting FlexJS. Sounds like you did a great job. Peter Ent Adobe Systems On 10/22/14 1:48 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Yesterday, I gave a talk on FlexJS at the HTML5 Dev Conf at San Francisco [1]. HTML5Devconf, in their own

[FlexJS] Charts now on the Apache Flex Wiki

2014-10-17 Thread Peter Ent
Hi, I've just finished putting together a Wiki page for FlexJS charts which you can find here: https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Charts There are links on the page to a sample running both as a SWF and as JavaScript. Thanks, Peter Ent Adobe Systems

Re: [FlexJS] Charts now on the Apache Flex Wiki

2014-10-17 Thread Peter Ent
I forgot to add that when the JS example is viewed with Safari, the charts' axis lines and tick marks are missing but are visible with Firefox. Looking into that now. Peter On 10/17/14 10:10 AM, Peter Ent p...@adobe.com wrote: Hi, I've just finished putting together a Wiki page for FlexJS

[FlexJS] Graphics

2014-10-17 Thread Peter Ent
. Imagine if a chart were to do this, so that there would be one svg and a couple hundred rect paths. Does anyone have any thoughts on this and would SVG be used more efficiently this way? Regards, Peter Ent Adobe Systems

Re: [FlexJS] How to make the drawing APIs work from MXML

2014-10-15 Thread Peter Ent
necessary given what's written below. Peter Ent Adobe Systems On 10/15/14 10:53 AM, Alex Harui aha...@adobe.com wrote: Did you try it? It should have at least compiled. What error did you get? In FlexJS, MXML is not converted to code, but the net result should be equivalent to: var comp:Object = new

Re: [FlexJS] compile issue on flexjsjx step

2014-10-03 Thread Peter Ent
: 41 seconds On 10/2/14 2:15 PM, Alex Harui aha...@adobe.com wrote: Actually, it moved from line 83 to 89, which means you are now synced up with Falcon. Line 89 says it can't find the definition for an interface in the implements line. -Alex On 10/2/14 11:08 AM, Peter Ent p...@adobe.com

Re: [FlexJS] compile issue on flexjsjx step

2014-10-03 Thread Peter Ent
that more. Adding to FlexJSUIClasses.as fixed it. Thanks. --peter On 10/3/14 2:42 PM, Alex Harui aha...@adobe.com wrote: On 10/3/14, 11:32 AM, Peter Ent p...@adobe.com wrote: IChartDataGroup not resolved in org.apache.flex.charts.supportClasses.HSChartDataGroup This is the key piece

[FlexJS] compile issue on flexjsjx step

2014-10-02 Thread Peter Ent
:227) [java] at org.apache.flex.compiler.clients.COMPJSC.main(COMPJSC.java:123) [java] Thanks, Peter Ent Adobe Systems

Re: [FlexJS] compile issue on flexjsjx step

2014-10-02 Thread Peter Ent
I have flex-falcon sync'd and did 'ant all' actually. On 10/2/14 12:21 PM, Alex Harui aha...@adobe.com wrote: Are you sure you are synced up with Falcon and built both Falcon and FalconJX? On 10/2/14 9:07 AM, Peter Ent p...@adobe.com wrote: Is anyone else seeing this issue? I've had it happen

Re: [FlexJS] compile issue on flexjsjx step

2014-10-02 Thread Peter Ent
Still not getting a complete build. flex-falcon: ant wipe-all; ant all flex-asjs: ant clean-all; ant main Could it be my version of Java? 1.7.0_45? --peter On 10/2/14 12:39 PM, Peter Ent p...@adobe.com wrote: I have flex-falcon sync'd and did 'ant all' actually. On 10/2/14 12:21 PM, Alex

Re: [FlexJS] compile issue on flexjsjx step

2014-10-02 Thread Peter Ent
10:56 AM, Peter Ent p...@adobe.com wrote: Still not getting a complete build. flex-falcon: ant wipe-all; ant all flex-asjs: ant clean-all; ant main Could it be my version of Java? 1.7.0_45? --peter On 10/2/14 12:39 PM, Peter Ent p...@adobe.com wrote: I have flex-falcon sync'd and did 'ant all

[FlexJS] SVG and Charts

2014-09-24 Thread Peter Ent
familiar with SVG than I am. Regards, Peter Ent Adobe Systems

Re: [FlexJS] SVG and Charts

2014-09-24 Thread Peter Ent
to extend this concept in FlexJS. Thanks, Om On Wed, Sep 24, 2014 at 10:24 AM, Peter Ent p...@adobe.com wrote: Hi, I had a discussion with Alex about the FlexJS chart package and how it makes use of SVG. For a quick background, the FlexJS chart package makes use of the core.graphics package

Re: [FlexJS] SVG and Charts

2014-09-24 Thread Peter Ent
OK, I'll cook something up. --peter On 9/24/14 3:17 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Great! It would be helpful for me to see an example of usage in ActionScript as well as MXML, so I can build the APIs accordingly. Thanks, Om On Wed, Sep 24, 2014 at 12:14 PM, Peter Ent p

Re: [FlexJS] SVG and Charts

2014-09-24 Thread Peter Ent
to a ChartDataGroup needs to translate to a g being added to a svg. The itemRenderer would create a core.graphics.Rect and addElement(rect) which would add a rect to the g. Peter Ent Adobe Systems On 9/24/14 3:29 PM, Peter Ent p...@adobe.com wrote: OK, I'll cook something up. --peter On 9/24/14 3:17 PM

Re: ChartExample build errors (Was Re: Update ChartExample with recent changes to FlexJS chart package.)

2014-09-22 Thread Peter Ent
for it. Thanks for cleaning up the build issue. Regards, Peter Ent Adobe Systems On 9/19/14 8:14 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: I just checked in a fix resolves the FlexJSJX build issue. After compiling the ChartExample, I can run it, but I see only the PieChart rendering

Re: ChartExample build errors (Was Re: Update ChartExample with recent changes to FlexJS chart package.)

2014-09-19 Thread Peter Ent
://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8e46d2e1 Branch: refs/heads/develop Commit: 8e46d2e1840acf2c81fb34cf66db15722952076d Parents: 405b7e5 Author: Peter Ent p...@apache.org Authored: Thu Sep 18 13:33:28 2014 -0400 Committer: Peter Ent p...@apache.org Committed: Thu Sep 18 13:33:28

Re: [FlexJS] Should charts use Fill and Stroke

2014-09-17 Thread Peter Ent
the GraphicsContainer drawing functions. But that's just an idea Alex and I kicked around for the future - always some tradeoffs. --peter On 9/16/14 9:28 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Sun, Sep 14, 2014 at 10:08 AM, Peter Ent p...@adobe.com wrote: I think filling bars

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

2014-09-15 Thread Peter Ent
great, it just produces a lot of extra div and svg tags on the JS side. Peter Ent Adobe Systems On 9/12/14 6:40 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Fri, Sep 12, 2014 at 12:40 PM, Peter Ent p...@adobe.com wrote: I have modified the chart code so that the JS side does not have

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

2014-09-15 Thread Peter Ent
on the JavaScript side. We can address this further down the road. Peter Ent Adobe Systems On 9/15/14 2:39 PM, Peter Ent p...@adobe.com wrote: I've converted ChartDataGroup on the ActionScript side so that it uses a GraphicsContainer. ChartDataGroup extends UIBase and so the elements being added

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

2014-09-15 Thread Peter Ent
On 9/15/14 4:18 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Mon, Sep 15, 2014 at 1:09 PM, Peter Ent p...@adobe.com wrote: I need to retrace my steps. I should have looked to see how GraphicsContainer was implemented in JavaScript before proceeding. GraphicsContainer is a svg

Re: [FlexJS] Should charts use Fill and Stroke

2014-09-14 Thread Peter Ent
I think filling bars and wedges with gradients will be wanted so I'll put that on my to-do list. Peter Ent Adobe Systems On Sep 13, 2014, at 2:25 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Sep 13, 2014 3:42 AM, Peter Ent p...@adobe.com wrote: Right now the chart package

[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

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 svg element the renderers (which created just the SVG graphic element

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

2014-09-12 Thread Peter Ent
if we 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, svg). Peter Ent Adobe Systems On 9/11/14 6:40 PM, OmPrakash Muppirala bigosma

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 bigosma...@gmail.com wrote: On Tue, Sep 9, 2014 at 2:26 PM, Peter Ent p...@adobe.com wrote

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

2014-09-10 Thread Peter Ent
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/10/14 9:26 AM

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

2014-09-10 Thread Peter Ent
. Thanks, Peter Ent Adobe Systems On 9/10/14 10:06 AM, Peter Ent p...@adobe.com wrote: I made a small modification to FlexJSTest_SVG: var path2:Path = new Path(); fill.color = 0x00FF00; fill.alpha = 0.5

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

2014-09-10 Thread Peter Ent
the chart package over to core/graphics. Thanks, Om, for your help and patience. --peter On 9/10/14 10:45 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Sep 10, 2014 7:07 AM, Peter Ent p...@adobe.com wrote: I made a small modification to FlexJSTest_SVG: var path2:Path = new Path

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

2014-09-10 Thread Peter Ent
caused a problem as it was trying to add an svg to an svg. Once I changed ChartDataGroup to use div, 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 p...@adobe.com wrote: I have

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

2014-09-10 Thread Peter Ent
on AS, but on 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 bigosma

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 bigosma...@gmail.com wrote: On Mon, Sep 8, 2014 at 3:53 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Mon, Sep 8, 2014 at 1:59 PM, Peter Ent p...@adobe.com wrote: I

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 p...@adobe.com wrote: The update to handle 'A' and 'a' works great! Thanks. Peter Ent

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

2014-09-09 Thread Peter Ent
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 bigosma...@gmail.com wrote: On Tue, Sep 9, 2014 at 8:19 AM, Peter Ent p...@adobe.com wrote: Have run into a problem on the JS side. Firebox is telling me

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

2014-09-09 Thread Peter Ent
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 filled rectangle. Peter Ent Adobe Systems

Re: [FlexJS] Drawing API

2014-09-08 Thread Peter Ent
+ ' ' + 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 Systems On 9/8/14 12:04 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Sep 8, 2014 8:24 AM, Peter Ent p

Re: [FlexJS] Drawing API

2014-09-08 Thread Peter Ent
pathString += L +point.x+ +point.y+ ; } pathString += Z; path.drawPath(0, 0, pathString); Thanks, Peter Ent Adobe Systems On 9/8/14 4:13

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 aha...@adobe.com 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 members please reply

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 justinmcl...@me.com wrote: Hi, Just moving Om 's vote to here so it's all in one thread. +1 Binding MD5 looks fine Valid signature found README

Re: [FlexJS] Convert AS classes to JS?

2014-09-02 Thread Peter Ent
-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 bigosma...@gmail.com wrote: On Tue, Sep 2, 2014 at 11:31 AM, Erik de Bruin e

<    1   2   3   4   5   6   7   >