> app.yaml Service ALL files static, for the example > - mychartmaker.py Does not exist in a static service example, > - chartpage.html http://teethgrinder.co.uk/open-flash-chart-2/tutorial/chart-3-2.html if needed as a template make the reference to chart-3.php a template field > - data.json http://teethgrinder.co.uk/open-flash-chart-2/tutorial/chart-3.php
Also make sure the JS and SWF file are served static. 2008/12/11 gratefulfrog <[email protected]>: > > thanks for the pointer but I'm just too ignorant to understand, it > seems. > > Would it be possible to give me a set of files that will work directly > in the app-engine framework? > > By this I mean something like: > - app.yaml > - mychartmaker.py > - chartpage.html > - data.json > > Otherwise, I just can't seem to follow you... > Thanks, > GF. > > On Dec 11, 12:18 am, djidjadji <[email protected]> wrote: >> I think that Tutorial 4 is good to do for >> GAE.http://teethgrinder.co.uk/open-flash-chart-2/tutorial-4.php >> >> The HTML part is generated with a template. Just like a normal request >> result. >> When the page is rendered by the browser it will request a JSON file >> that describes the graph to draw. In the download is a version of >> ofc.py. in the forum for OFC in the section about python I have >> uploaded an extended version that uses django-simple-json. >> >> 2008/12/10 gratefulfrog <[email protected]>: >> >> >> >> > Hi! >> > Thanks for the suggestion, but I'm sorry to say that I don't >> > understand how to make it work with the app-engine? Could you tell me >> > how to get the hellow world example to work? what do you put in the >> > app.yaml and in the page template to get it to display on the SDK >> > server? >> >> > Thanks, >> > GF. >> >> > On Dec 3, 10:29 pm, djidjadji <[email protected]> wrote: >> >> Or you can have a look if "Open Flash Chart 2" can be used. >> >> It uses a JSON file to format the chart, there is a python file to >> >> help constructing this JSON structure. >> >> >>http://teethgrinder.co.uk/open-flash-chart-2/ >> >> >> 2008/12/3 Jonk <[email protected]>: >> >> >> > On 3 joulu, 12:56, gratefulfrog <[email protected]> wrote: >> >> >> >> about google charts? Is it possible to create custom charts from that, >> >> >> somehow? My application is really about charting, alas... >> >> >> >http://code.google.com/apis/chart/ >> >> >> > jK > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
