Re: [flex_india:27822] Context menu

2010-01-17 Thread AIJAZ MOHAMMAD HASSAN
Hi Arun, Trap the left click and if you can figure out that a context menu should be shown then set the context menu object and dispatch a right click. On Mon, Jan 11, 2010 at 2:28 PM, arun wrote: > Is it possible to show the context menu on left click instead of right > click in Flex. > > -- >

[flex_india:27821] Re: File Upload in Flex

2010-01-17 Thread Hari Narayanan
Hi Friends, How can we set the folder path' we want to upload from flex? I wrote an uploadhandler in asp. My upload handler is following. <%@ WebHandler Language="C#" Class="FileUploadHandler" %> using System; using System.Web; public class FileUploadHandler : IHttpHandler { public voi

Re: [flex_india:27820] TLF instances

2010-01-17 Thread AIJAZ MOHAMMAD HASSAN
Hi Mahesh, Use new instances of TextFlow and bind it with corresponding new instances of display container (or container controller based on the version of TLF you are using). On Sat, Jan 9, 2010 at 11:19 AM, mahesh wrote: > Hello All, > > i have a requirement to create instances of TLF dynami

Re: [flex_india:27819] Icon

2010-01-17 Thread kosal bhati
ya...i know that... -- 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_in...@googlegroups.com. To unsubscribe from this group, send email to flex_india+unsubscr...@googlegroups.com. For more optio

Re: [flex_india:27818] Multi-selecting checkbox in AdvancedDataGrid

2010-01-17 Thread veeru k
http://www.adobe.com/2006/mxml"; layout="absolute">

Re: [flex_india:27817] The supplied index is out of bounds.

2010-01-17 Thread kosal bhati
ya..its nt jsp issue .it is bcoz u might hav used getchild() and remove child() methods...so.. -- 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_in...@googlegroups.com. To unsubscribe fro

Re: [flex_india:27816] Only one service locator can be instantiated - Run time

2010-01-17 Thread Vaibhav Seth
Hi Veeru, I have also observed Modules and Cairngorm seems to have some tricky issues. Some of the points you need to check are: - you have used weakReference as true in addCommand function of Controller. - you are properly unloading the module and removing all the event listeners at

Re: [flex_india:27815] The supplied index is out of bounds.

2010-01-17 Thread sathish kumar
i think u r using some navigation container for viewing other page. make sure the other page index should not match on navigation container index. thats y supplied index bounds error. this is not jsp issue.. On Sun, Jan 17, 2010 at 7:35 PM, surendra babu wrote: > Hi All, > > I am facing a pr

Re: [flex_india:27814] Click event triggering in .png images

2010-01-17 Thread flash kid
it will give last added image name only but i want the below image name also my requirement is how to get the below image name two are the .png images so both image are visible. where the background is not show the another is image part is visible ( top image background some part alpha is =0

[flex_india:27813] The supplied index is out of bounds.

2010-01-17 Thread surendra babu
Hi All, I am facing a problem in jsp page.I have a jsp page and i include swf(with images) file in jsp,its working fine.When i click on a perticular image it is going to other page and displaying the information properly, but when i click back button it is giving : RangeError: Error #2006: The s

Re: [flex_india:27812] Only one service locator can be instantiated - Run time

2010-01-17 Thread Kiran Singh
I have just gone through the Cairngorm framework source code from the link.(Its just a work around.i dont know,i am setting to right expectations to u). > > http://opensource.adobe.com/wiki/display/cairngorm/Downloads > > 1. download >

Re: [flex_india:27811] Only one service locator can be instantiated - Run time

2010-01-17 Thread Kiran Singh
I have just gone through the Cairngorm framework source code from the link.(Its just a work around.i dont know,i am setting to right expectations to u). http://opensource.adobe.com/wiki/display/cairngorm/Downloads 1. download the sourc

[flex_india:27810] Only one service locator can be instantiated - Run time

2010-01-17 Thread veeru rahul
Hi Guys, I am using cairngorm in my project. I am compliling my project as a swf and loads the same in another application. In my module load i will displatach some AMF calls for data fetch (via caringorm - event,command and delegate). For the first time when I open my loaded swf it gets opened

Re: [flex_india:27809] Re: File Upload in Flex

2010-01-17 Thread ravi kanth
@Saurabh: Can you share complete code, So that i can easily get, how to upload the file and how it works? On Thu, Dec 31, 2009 at 11:54 AM, Saurabh Surana wrote: > Hi, > Thanks for the reply. > I am not an expert in this, but what I understood is you are asking me to > add one more variable to th

Re: [flex_india:27808] Multi-selecting checkbox in AdvancedDataGrid

2010-01-17 Thread ravi kanth
Jitendra, i have copied complete code give by you in tag. But it is showing error: " The element Type '*mx:Application' must be terminated by the matching end tag ''* " On Fri, Jan 15, 2010 at 10:07 AM, Jitendra Jain < warriorofheavens...@gmail.com> wrote: > Can yu please paste the whole code