[flex_india:25169] HTML component - Adobe AIR

2009-09-10 Thread VijayRama
Hi, I capture a image of the web page loaded in the HTML component using ImageSnapShot class. When the webpage contains a FlashPlayer in it. It does not get captured in the image. Please help. Thanks in advance. --~--~-~--~~~---~--~~ You received this message b

[flex_india:21325] Pan Window

2009-04-08 Thread VijayRama
Hi, I am creating a Pan & Zoom window as in Microsoft Visio/Google maps. How do I scroll/move the scrollbars of my main canvas with regard to panning done in the pan window. What calculation should I do? Please help. Thanks in advance. --~--~-~--~~~---~--~~ You

[flex_india:21070] Re: Looking for Flex developers while I'm in India

2009-03-31 Thread VijayRama
Hi Uncle Bergie, Yes. Im also interested to work with you. Is it like Part time or Full time. Is that possible to work from home itself. Thanks.. On Mar 31, 2:07 pm, ManInAction wrote: > Hello Uncle Bergie, > > I am interested work with you.But I m living in New Delhi. > Thanks > > On Mar 29,

[flex_india:20980] Re: ContextMenu in AIR

2009-03-30 Thread VijayRama
Hi, Below is sample code to display the ContextMenu in AIR, private function OnMouseDown(event:MouseEvent) { var cm:ContextMenu=new ContextMenu(); var cmi:ContextMenuItem=new ContextMenuItem("Test"); cm.display(event.target.stage,event.localX,event.localY); } Hope this helps

[flex_india:20777] Set As Default Application

2009-03-24 Thread VijayRama
Hi, I am using Adobe AIR. I want to set my AIR Application as a default application to open a particular file overriding the existing file association for that file. When I searched I got this line NativeApplication.nativeApplication.setAsDefaultApplication("mp3"); Can you please tell me wher

[flex_india:20271] Re: PopUp Wndow does not appear

2009-03-10 Thread VijayRama
> > Luis Jorge Castillo P. > > Sent from: San José San José Costa Rica. > > > > On Mon, Mar 9, 2009 at 8:48 PM, VijayRama wrote: > > > Hi > > > I use the below code to display a popup while reading and writing of > > file is performed. > > >

[flex_india:20261] Flex

2009-03-10 Thread VijayRama
Hi I use the below code to display a popup while reading and writing of file is performed. But the popup does not appear eventhough the file read and written is big and takes more time for it. Only the wait cursor of the system appears while performing this r/w process. I am using Adobe AIR. P

[flex_india:20228] navigateToURL issue

2009-03-09 Thread VijayRama
Hi, Using navigateToURL in Adobe AIR opens two default browsers(mine IE7) in vista. Is there any alternative solution for this. Thanks for your help. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Com

[flex_india:20230] PopUp Wndow does not appear

2009-03-09 Thread VijayRama
Hi I use the below code to display a popup while reading and writing of file is performed. But the popup does not appear eventhough the file read and written is big and takes more time for it. Only the wait cursor of the system appears while performing this r/w process. I am using Adobe AIR. P