Thanks. I'll take a look.
—peter
On 4/21/17, 12:36 PM, "Alex Harui" wrote:
>It appears the format changed. I got it working for DataBindingExample in
>the dual branch.
>
>-Alex
>
>On 4/17/17, 9:47 AM, "Alex Harui" wrote:
>
>>I think the service may have been temporarily down or the format chan
It appears the format changed. I got it working for DataBindingExample in
the dual branch.
-Alex
On 4/17/17, 9:47 AM, "Alex Harui" wrote:
>I think the service may have been temporarily down or the format changed.
>See this, for example:
>
>https://na01.safelinks.protection.outlook.com/?url=htt
I think the service may have been temporarily down or the format changed.
See this, for example:
https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finan
ce.quotes%20where%20symbol%20in%20(%22YHOO%22)&format=json&env=store%3A%2F%
2Fdatatables.org%2Falltableswithkeys&callback=
Thanks for the note about the US Census data. Census data, coupled with
maps, always provides interesting information. It does however, take a bit
of time to figure out what to query, how to query it, and how to present
it. I think we could work this into a very nice example at some point.
Does an
IIRC, James Ward's benchmarking app...
https://www.jamesward.com/2007/04/30/ajax-and-flex-data-loading-benchmarks/
... used US Census data.
Sadly, the benchmark app doesn't seem to work any more, but I found this
via google:
https://www.census.gov/data/developers/data-sets.html
Douglas
On Sat
We should ask Apache Infra … they have several streams of publically available
data. Not financial data, but stuff we could display.
Chris
Am 15.04.17, 14:36 schrieb "Peter Ent" :
Hi,
A couple of examples no longer work: DataBinding et al and MobileTrader et
al. These examples dep
Hi,
A couple of examples no longer work: DataBinding et al and MobileTrader et al.
These examples depend on an API URL from Yahoo Financial which seems to no
longer be working.
Does anyone know of a free, Apache license compatible, API to query financial
data? This data does not have to be cur
Good idea, Chris!
- Josh
On Feb 18, 2017 9:59 AM, "Christofer Dutz"
wrote:
> Hi,
>
> I just committed a little change to the examples maven configuration, that
> makes it possible to automatically run a tomcat server in the examples
> directories.
> So if you want to run MDLExample, all you nee
Hi,
I just committed a little change to the examples maven configuration, that
makes it possible to automatically run a tomcat server in the examples
directories.
So if you want to run MDLExample, all you need to do, is to change to the
MDLExample directory and run:
mvn tomcat7:run
It should
Hi,
I've gone through a list about the examples Chris made while he was doing the
Maven work. I've improved them and they are ready to be tested. Both JS and SWF
versions should work nearly identically except perhaps some styling differences.
Let us know what your results are and thanks for the
This sounds very good. I’m probably not going to have time to try this today,
but I will definitely do that early next week.
I hope other IDE vendors pick up on this as well. For example, it should be
really easy to convert starting points into FDT project templates.
On Jun 17, 2016, at 8:24 AM
Hi,
I just finished a first attempt at another way of trying to make it easier
for folks to get started with FlexJS. As you may know, in Flash Builder
doesn't know how to make a new FlexJS project. We've been instructing
folks to create a new Flex project, then copy an existing FlexJS example
in
ter, but I think it should be
automated.
Chris
Von: Christofer Dutz
Gesendet: Sonntag, 20. September 2015 12:51
An: dev@flex.apache.org
Betreff: AW: AW: AW: Working FlexJS examples?
Hi,
so I think I got a pretty good overview over the Examples now. And I
Betreff: Re: AW: AW: Working FlexJS examples?
Hi Chris,
I haven’t run the Maven stuff so I don’t know how it gets its
flex-config.xml. A flex-config.xml is generated by the Ant build and is
shipped in the binary packages. If you have an account on builds.a.o, you
can grab a very rece
s expecting nothing had
>changed.
>
>Chris
>
>
>
>-Ursprüngliche Nachricht-
>Von: Alex Harui [mailto:aha...@adobe.com]
>Gesendet: Freitag, 18. September 2015 16:55
>An: dev@flex.apache.org
>Betreff: Re: AW: Working FlexJS examples?
>
>
>
>On 9/1
c THOMAS
> From: christofer.d...@c-ware.de
> To: dev@flex.apache.org
> Subject: AW: AW: Working FlexJS examples?
> Date: Fri, 18 Sep 2015 17:23:48 +
>
> Hi Alex,
>
> what changes does the flex-config.xml require for successfull FlexJS
> compilation? I didn't chang
lexJS needed any
changes a few days ago. Till now I was expecting nothing had changed.
Chris
-Ursprüngliche Nachricht-
Von: Alex Harui [mailto:aha...@adobe.com]
Gesendet: Freitag, 18. September 2015 16:55
An: dev@flex.apache.org
Betreff: Re: AW: Working FlexJS examples?
On 9/18/15, 7:
On 9/18/15, 7:26 AM, "Christofer Dutz" wrote:
>
>Most of the applications produce runnable JavaScript versions. The
>DataGrid examples results in an empty screen. However not a single SWF is
>runnable.
>
>The module DataBindingExample_Flat produces this error in JavaScript mode:
>Thi
could still fail.
Chris
Von: Christofer Dutz
Gesendet: Freitag, 18. September 2015 15:52
An: dev@flex.apache.org
Betreff: AW: Working FlexJS examples?
Ok ... so currently I'm adding a pom.xml to each of the examples.
So it shouldn't change the
guys :-)
Chris
Von: Peter Ent
Gesendet: Freitag, 18. September 2015 15:18
An: dev@flex.apache.org
Betreff: Re: Working FlexJS examples?
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
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 t
Good question. For sure, DataBindingExample, DataBindingExample_Flat,
FlexJSStore, ChartExample.
Peter tests the others so he can tell you which other ones he’s seen work
recently.
-Alex
On 9/18/15, 3:19 AM, "Christofer Dutz" wrote:
>Hi,
>
>
>before I start and try to get some of the examples
Hi,
before I start and try to get some of the examples working with flexmojos I
would like to ask here which of the examples are actually maintained and should
work in general? I remember last time I invested a lot of time building
examples that didn't work even if built with Ant :-)
Chris
Thanks Peter! That seems to have fixed the ChartExample app.
(The build was broken for some other reason. It seems to be working fine
now)
Regards,
Om
On Mon, Dec 1, 2014 at 12:50 PM, Peter Ent wrote:
> Hi,
>
> I re-sync¹d to the lastest dev branch of everything and rebuilt it all
> (this on
Hi,
I re-sync¹d to the lastest dev branch of everything and rebuilt it all
(this on the Mac - will start Windows now). I built the ChartExample and
ran into 1 issue: I was not using the ChartBase.js constructor correctly
so I fixed that and checked it in. After that, ChartExample compiled
cleanly
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 wrote:
>
>> On Tue, Nov 25, 2014 at 2:19 PM, Alex Harui wrote:
>>
>>
>>
>>> On 11/25/14, 12:19 PM, "OmPrakash Muppirala" wrote:
>>>
>>> I can c
On Tue, Nov 25, 2014 at 2:19 PM, Alex Harui wrote:
>
>
> On 11/25/14, 12:19 PM, "OmPrakash Muppirala" wrote:
>
> >I can confirm that the release version of the FlexJS (0.0.2) can compile
> >this project fine and run without errors. Whereas the latest code from
> >develop branch, has the runtime
On 11/25/14, 12:19 PM, "OmPrakash Muppirala" wrote:
>I can confirm that the release version of the FlexJS (0.0.2) can compile
>this project fine and run without errors. Whereas the latest code from
>develop branch, has the runtime error below:
>
>(I din't realize that I had sent this message w
ssage --
From: OmPrakash Muppirala
Date: Mon, Nov 24, 2014 at 5:44 PM
Subject: Re: [FlexJS] Examples not compiling
To: Alex Harui
I realized that my flex-falcon repo was not uptodate. So, I synced and
rebuilt everything. Now, I am able to compile the ChartExample fine. The
swf version works fine
The output can be misleading. Find the "could not find file for class" and
check those first.
Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
OmPrakash Muppirala wrote:
Sorry, I din't provide some obvious details.
- Yes, I have the latest code
- I do see the file C:\p\flexroot\git\fl
Sorry, I din't provide some obvious details.
- Yes, I have the latest code
- I do see the file C:\p\flexroot\git\flex-asjs\
examples\ChartExample\bin\js-debug\products\Product.js in the file system.
Not sure why the java.io.FileNotFoundException for that file.
Thanks,
Om
On Mon, Nov 24, 2014 at 4
I am back in FlexJS after a while and I notice that the examples dont
compile anymore. What am I missing?
Here is the stack trace from the ChartExample compilation via build.xml
Buildfile: C:\p\flexroot\git\flex-asjs\examples\ChartExample\build.xml
clean:
[delete] Deleting directory
C:\p\fle
32 matches
Mail list logo