I have checked in a new example, FlexWebsiteStatsViewer, which, as the
README says:

...fetches data from Google Analytics for the website: flex.apache.org,
and parses the data into the required format.  Then, via data binding,
updates
the dataprovider for a ColumnChart which renders the data.

We have a very rich set of data in our flex.apache.org google analytics
site.  Google Analytics exposes something called a SuperProxy, which
essentially allows public access of the analytics data for the website
without the need for a app id, token, etc.  This is good for us because we
can use this rich data without restrictions to build cool visualizations.
We can even do real time data visualization.  I am open to ideas on how
else we can use this data.

Before I post links, there is one bug on the javascript side:

==============================================================================
<snip>
using SWC: C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64
Bit)\sdks\FlexJS_0.5_nightly\frameworks\libs\Network.swc
Could not find file for class:
org.apache.flex.collections.parsers.IInputParser
java.lang.RuntimeException: Unable to find JavaScript filePath for class:
org.apache.flex.collections.parsers.IInputParser
at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:176)
at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:210)
at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:210)
at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWriter.java:128)
at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.getListOfFiles(GoogDepsWriter.java:80)
at
org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publish(MXMLFlexJSPublisher.java:330)
at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:467)
at org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:346)
at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:272)
at
org.apache.flex.compiler.clients.MXMLJSC.staticMainNoExit(MXMLJSC.java:231)
at org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:177)
==============================================================================

File not found: org.apache.flex.collections.parsers.IInputParser


Can Alex and/or Peter please take a look at this issue?

This is my first complete FlexJS app and I have to say, it is pretty
exciting :-)

Thanks,
Om


On Tue, Sep 15, 2015 at 2:07 PM, Alex Harui <aha...@adobe.com> wrote:

> I fixed a few more issues and added min-size and resizing.  I saw the app
> come up correctly on IE, Safari and FF on Mac, and more importantly, on my
> Android phone and Peter reported success on iPhone.  The UI isn’t
> responsive but at least it shows up correctly.
>
> Peter is re-factoring how non-content children are handled, and I found a
> bug in HorizontalLayout on the AS side.  Once these are in, we should be
> ok to open the discuss thread for releasing.
>
> -Alex
>
> On 9/14/15, 9:07 AM, "Alex Harui" <aha...@adobe.com> wrote:
>
> >IE seems to be working for me now.  Speak up if you find a browser that
> >isn’t working.
> >
> >Thanks,
> >-Alex
> >
> >On 9/13/15, 3:39 PM, "Frédéric THOMAS" <webdoubl...@hotmail.com> wrote:
> >
> >>Looks good to me on FF now.
> >>
> >>Frédéric THOMAS
> >>
> >>> From: aha...@adobe.com
> >>> To: dev@flex.apache.org
> >>> Subject: Re: [FlexJS] Apps, Apache, and Dog Food
> >>> Date: Sun, 13 Sep 2015 22:13:15 +0000
> >>>
> >>> OK, it looks better on FireFox on Mac now.  I’ll try the Windows
> >>>browsers
> >>> tonight.
> >>>
> >>> -Alex
> >>>
> >>> On 9/12/15, 10:46 PM, "Alex Harui" <aha...@adobe.com> wrote:
> >>>
> >>> >
> >>> >
> >>> >On 9/12/15, 11:19 AM, "Harbs" <harbs.li...@gmail.com> wrote:
> >>> >
> >>> >>Inspecting the HTML in Chrome and Firefox shows the following:
> >>> >>
> >>> >>Chrome has the following style for the buttonAndLabel class:
> >>> >>style="position: relative; display: block; height: 42px;”
> >>> >>
> >>> >>Firefox has the following: style="position: relative; display:
> >>>block;"
> >>> >>
> >>> >>What sets the height? Is it Javascript that’s not being run
> >>>correctly?
> >>> >
> >>> >Probably.  Some layouts set the height on the containers.
> >>> >
> >>> >
> >>> >>
> >>> >>FWIW, I’m getting no errors in the console in Firefox, but I am
> >>>getting
> >>> >>the following in Chrome:
> >>> >
> >>> >I’ve been using Safari.  I’ll try these other browsers.  Volunteers
> >>>are
> >>> >welcome to try to help figure it out, though.  You’ll learn a bunch
> >>>about
> >>> >FlexJS in the process.
> >>> >
> >>> >-Alex
> >>> >
> >>>
> >>
> >
>
>

Reply via email to