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/
Related
I am working on a Migrating project in PrimeFaces 5.1.
The project is already done in rich faces. In our previous project we use Rich:page component for a page. I need a alternative component in PrimeFaces 5.1 UI.
Kindly help me over it. Thanks in advance.
That is very simple to answer. There is none. But if you use a facelets templating mechanism with defines for title etc, there is no real need for such a component in my bit so humbl opinion
I recently started working with eclipse and I'm using phonegap, ionic framework and cordova.
I'm new in this field so I need some help to work things out. I linked my "index.html" page the ionic css and every thing works fine- the header, buttons etc. But when i try to new stuff like menus and all sort of things I'm stuck.
Also, I heard that there is an easier way to work with ionic framework- some sort of console, but I didn't quite understand.
Can someone help me to proceed?
Thank you!
Try JBoss Tools for eclipse. Great support for angular.
Ionic has a website with some tutorial videos
Also, they have a CLI (command line interface), like Phonegap/Cordova but with some extra features
i am using StageWebView for displaying the html contents in my flex application,since i have to display another application( which was developed in html5 ) in my flex application.now i need to get the values from stagewebview's html content. but i searched a lot and i couldn't be able to find the solution.even in Adobe's documentation itself , it is stated that we cant communicate over stagewebview. but i have to communicate with it.My application is flex mobile application for ios.
please suggest me on this issue.
thanks in advance
vengatesh
I think you are looking for this:
http://code.google.com/p/stagewebviewbridge/
For me it is not working for some reason (compiler error) but maybe it can help you.
I have a flex application to work on an iPad. What is the best way to convert this application?
Your subject line is a separate question from your post LizaM, but I'm assuming you specifically want to convert a Flex application into HTML5 and not something natively iOS.
If the Flex application is complex and you need to convert to markup that you can work with for further development then you might not have any options other than to get your hands dirty and start from scratch. Good ol AJAX/HTML (or call it HTML5 - whatever sexy words you want to use for the markup you're using to run on Safari).
There are tools out there (e.g. Swiffy and SoThink SWF Decompiler), but I don't think they'll help much if you're trying to convert rich Flex library classes. I could be wrong about this, but that seems to be the state of affairs at the moment.
J
If you want to convert a Flex application to the iPad, you should consider porting it to a Native App. There are plenty of tools and documentation for doing that.
If you create a Flash Builder Mobile Project, you'll have an output option for iOS devices.
Flex 4.5 can compile your air applications for IOS. Simply use the compile for IOS options.
You can also compile for Android, RIM/Blackberry etc...
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