DCSIMG
as3 - מקודד לשווא

Browse by Tags

All Tags » as3 (RSS)

Working With Large Arrays in Action Script by danielisimo

While working on partly connected system using flex technology I figured out quick enough that working with large data sets (thousands of records) is not applicable. Especially because i held a number of those sets which I needed to cross reference in number of occasions. My solution was to create an indexed collection which i can benefit both worlds of Dictionary and ArrayCollection , with that in mind I designed and implemented the IndexedArrayCollection. The collection extends ArrayCollection...

Simple Box2D Flex Example by danielisimo

following my previous post announcing Box2D Flex framework i want to share some techniques via examples on how to use the library. First thing we create add a SkinableContentContainer to and drop some contorls inside it This, still, does not do anything fancy it just initializes box2d and registers & measures all controls inside our physics container. next step we add some bindable controls that will change our physics gravity and debug and the bindable properties to our physics container now...
תגים:, , , , ,

Flex 3 hebrew textbox by danielisimo

following my last post on flex3 RTL label , next challenge was input text with RTL support , in that case I decided to cheat and use html input overlying flex. Not so elegant solution, but a solution non the less. the trick is to pass the flex component coordinate and position the HTML input accordingly , and on the HTML side handle keyboard and mouse event to let the flex developer feel @ home with regular focus and key press events. Add the... read more

box2d flex integration by danielisimo

[kml_flashembed publishmethod=\"static\" fversion=\"10.0.0\" movie=\"/blog/wp-content/uploads/2010/04/Box2DFlex.swf\" width=\"300\" height=\"300\" targetclass=\"flashmovie\"] [/kml_flashembed] Besides collapsing the form you can also drag N drop the items to see collusion and gravity. code will follow soon .. I hope ..... read more
תגים:, , , ,
Powered by Community Server (Commercial Edition), by Telligent Systems