Graph library for playbook - actionscript-3

i need a line chart in my playbook app. does anybody know a library for that? (for as3 mobile air projects)

Your best luck might be to use FXG as Christophe Coenraets is showing here. Otherwise you might try also Steven Peeters pure solution there.
Good luck! :-)

I would suggest AmCharts for Flex (http://flex.amcharts.com/). I used AmMaps for my first PlayBook application. Best of luck!

I found this reply is very useful when I was writing my first chart application for a playbook Using mx.charts in a Flex Hero mobile project

Related

Polymer - Producing cards on large screens and plain text on small screens?

thanks for reading this and helping out a complete stranger.
Essentially, I am trying to replicate what Google says in their material design document using polymer, recreating this effect http://material-design.storage.googleapis.com/images/materialdesign-goals-landingimage_large_mdpi.png
Sadly, I've had no success, I had originally though that such a feature would be built in Polymer (Please correct me if I'm wrong). Anyway, thanks for your help, and here is the source code https://github.com/Rijul-Ahuja/Rijul-Ahuja.github.io/tree/master/Enactus
i think you are looking for core-media-query
https://www.polymer-project.org/docs/elements/core-elements.html#core-media-query
edit: added a video on how to use it.
https://www.youtube.com/watch?v=svfu9iQ8cyg

kinect tutorial using Adobe tools, flasg, as3

I need some help.
Is there a way to use Kinect (on windows) using Adobe tools? Flash? AS3?
Is there any good tutorial for it.
Basically I need a basic feature - a navigation menu with my own UI.
Can anyone give some links to tutorials? Sample code?
I could not find any but I am sure there are many examples on the web.
Regards
Yoav
Yes this is possible! You need to use an ANE.
I would start here:
This is the git repot for the AIRKinect extension
Source:
https://github.com/AS3NUI/airkinect-2-core
Examples:
https://github.com/AS3NUI/airkinect-2-examples
Once you have the files check out this video tutorial on how to get started
http://vimeo.com/38104155

Is Flare visualization library still being developed/supported right now?

I just found out about Flare actionscript library and was thinking of using it for a couple or projects.
However I was wondering whether it's still supported at some level; I just checked the forums but all messages seem to be a bit old already...
Does anyone have any information about this?
Thanks in advance.
Cheers,
Pablo
This is the answer I got from them:
Flare [Visualization Toolkit] AS3 is not actively supported. In first
quarter of 2012, however, I will be porting Flare to use Flex Mobile
and Starling for high-speed robust renderings on mobile devices.

UI Actionscript Framework ... Can't find!

Some time ago i found an actionscript user interface framework on the web that emulates android and ios ui's ... now i cant' find it, do you have any ideia where i can get it?
Thanks
Not a framework, but a component set I found for android: http://xperiments.es/blog/en/as3-android-flash-components/ and a similar one: https://github.com/bustardcelly/as3flobile-android. is this the kind of thing you're looking for?
Check out Flexoid components set to use with Flex http://code.google.com/p/flexoid/

AWT bridge's "Hello World"

I've heard about the JavaFX->AWT bridge (or hack) for a moment now.
But examples I find are quite fuzzy or blur to me.
So, if anyone knows an "Hello World" example for this bridge I'd be really interested !
(Just to be clear I don't need a way to embed a Swing component in a JFX animation or to launch a JFX from a Swing based program, I really need to embed some JFX inside a panel).
Thanks in advance ^^
If you need to embed JavaFX inside Swing, I recommend to take a look at this hack.
The link above does not work for JavaFX 1.2, see my blog entry on this.
Nonetheless, this is still a hack.
The JFXtras project is incorporating support for this.