Dear sudhi

 declare popup file . public var PopIpSample pop;

  create the popup window in some method when u call popup window.

  pop=
         PopIpSample (PopUpManager.createPopUp(this, PopIpSample , false));

 then  check whether the popup is open or not..
 if(pop==null)
create and open
else
nothing..



try this and let me know any problem.



On Mon, Mar 2, 2009 at 9:37 AM, sudhi <[email protected]> wrote:

>
> Dear Anand,
>
> Thanks a lot for your reply...
> But you didn tell me why i am geting the error when i click on
> the datapoint which has already opened a nonModal popup window..
>
> Thanks and Regards
> Sudhi
> >
>

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

Reply via email to