Hi,

       I am using Resizable TitleWindow Component(
http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=1207017).
I am placing that in Canvas  i mean


Instead of using


<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; xmlns:fc="
http://www.adobe.com/2006/fc";>


I am using


<mx: Canvas xmlns:mx="http://www.adobe.com/2006/mxml"; xmlns:fc="
http://www.adobe.com/2006/fc";>


as the resizeable window is part of my application


                       The Resizing part works fine no issues but it is
blocking the remaining windows( i mean disabled the behind windows from
where  resizing was called so i made a change in my
"PopUpManager.createPopUp()",i changed the last parameter to false



this is how it's used: public static createPopUp(parent:DisplayObject,
class:Class,
    modal:Boolean = false):IFlexDisplayObject

                                         Now its enabled the other  / behind
screen ( from where it was called) but none of the mouse event work.Any
suggestion please forward.Let me know if I am not clear



Regards

Kalavati Singh

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to