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
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
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
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!
>> >
>> >
>&
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
ask is add some simple axis labeling.
Regards,
Peter Ent
Adobe Systems
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
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
+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
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
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
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
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
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
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
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
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
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
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,
>
. 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
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
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
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
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
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&
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
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
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
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
we'll get them in place.
Thanks,
Peter Ent
Adobe Systems
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
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:
>
>
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
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
- 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)
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
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
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
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
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.
>
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.
>
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
>&
. 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
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/
-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
+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/
>
&
+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
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
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
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
+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
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
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
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
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
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
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
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
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
>>
>>
>>
+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
+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
are common across modern browsers.
Thanks,
Peter Ent
Adobe Systems
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
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
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
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
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
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/
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
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
+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
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
+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
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
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/
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:
>
+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
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
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
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
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
+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
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
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
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
(i == 0) pathString += "M
"+point.x+" "+point.y+" ";
else pathString += "L "+point.x+"
"+point.y+" ";
}
pathString += "Z";
+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
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:
>
+
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
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
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
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
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/
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
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
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
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
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
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
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
501 - 600 of 662 matches
Mail list logo