[flex_india:21960] capture of multiple keys

2009-04-30 Thread peter.du...@googlemail.com
is it possible to capture multiple key events? i googled for while but i didnt find any answer... i need for my component where i want to use multitouch shortcuts to do the things. any help would be appreciated + component will be opensource, so it will be gift for everyone :)

[flex_india:20502] loading dynamicaly arraycollection to combobox...

2009-03-17 Thread peter.du...@googlemail.com
i have 2 arraycollections -- mx:ArrayCollection id=ar1 mx:Object label=135 x 135 dataw=135 datah=135 source=swf/ swf1.swf/ /mx:ArrayCollection mx:ArrayCollection id=ar2 mx:Object label=140 x 90 prava dataw=140

[flex_india:19648] Re: rotation of component

2009-02-24 Thread peter.du...@googlemail.com
unfortunately it didnt work... now i am using objectHandles (http:// code.google.com/p/flex-object-handles/) and i can rotate components without any problem. anyway thanx for all help. :) --~--~-~--~~~---~--~~ You received this message because you are subscribed

[flex_india:19591] rotation of component

2009-02-23 Thread peter.du...@googlemail.com
i made app with grid and canvas, where i drop component from grid to canvas. i can move components on canvas, but how do i rotate them?? i took a look at ObjectHandles, but i still too confused from code, is there any other way how to rotate my components?? thanx

[flex_india:19601] Re: rotation of component

2009-02-23 Thread peter.du...@googlemail.com
for example i have { if(event.dragSource.hasFormat(items)) { var items:Array = event.dragSource.dataForFormat(items) as Array; trace(items[0].src); var img:SWFLoader = new SWFLoader()

[flex_india:19509] drag and drop problem

2009-02-19 Thread peter.du...@googlemail.com
hi, my question is how can i do following: - i have treelist, swfloader and canvas - i want to chose item from list, drop it on canvas, but not an item but defined swf (as vector graphics).. that means that selected item in a list will change image in swfloader (that is allready implemented) but