[flex_india:17899] Mind map in flex

2009-01-02 Thread koteshwar Rao myneni
Hi all, Any references on mind mapping in flex other than "mindomo" and "rubenswieringa". Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send

[flex_india:17900] Re: Accessing CD/DVD drive from an Adobe AIR app

2009-01-02 Thread Mayur
Hi Dharmendra, see the merapiproject ... http://www.merapiproject.net/ may get some help ~ Mayur On Jan 2, 10:08 am, Dharmendra Tolani wrote: > Hi, Is it possible to burn a CD/DVD from an Adobe AIR app? > How? > I want my application to take some backup on the CD/DVD. > An

[flex_india:17901] Re: Any body having downloaded merapi with u..

2009-01-02 Thread Saravanan
Hi anybody having the Merapi project with u..? On Dec 22 2008, 1:28 pm, Saravanan wrote: > Hi, > > I need to use merpi in my project... but its not available for > download... if any body having the downloaded merapi project with you > please send me one copy... > > My mail id designscripting[at

[flex_india:17902] Doubt in Flex------------very urgent

2009-01-02 Thread suneetha gadde
Hi All, In mxml,the code is for this in

[flex_india:17903] Error #2032 : crossdomain.xml doesn't solve

2009-01-02 Thread Shishir
Hi, I am calling a servlet from my flex application and returning XML . But i am getting the dreaded Error #2032 Stream Error. I googled about this error and added crossdomain.xml in the root directory.I am still once in a while getting the above error. Sometimes it works fine when i test it in I

[flex_india:17904] Audio Video gets struck

2009-01-02 Thread pradeep.pa...@gmail.com
Hi everybody, I am developing a video conference setup using Flex3 and Red5. The application has audio and video chat and along with text chat. Every thing is working fine But now i encountered a problem, after roughly 20 mins, all audio and video gets struck, only text chat works fine. Is i some

[flex_india:17905] validateNow(),and invalidateDisplayList()

2009-01-02 Thread kundan singh
Hi friends Happy new Year 2009 can any body explain me actual uses of the function invalidateDisplayList() and validatNow() . in whcih case it is mendatory to use. Thanks and Regrads Kundan --~--~-~--~~~---~--~~ You received this message because you are subscribe

[flex_india:17906] Error #2032 crossdomain.xml doesn't solve the problem

2009-01-02 Thread Shishir
Hi, I am trying to run a servlet from a flex application to return XML data.When i deploy this application on server and run it from the browser i am getting the Error #2032 : Stream Error.I googled regarding it and created a crossdomain.xml file in the root directory.I am still once in a while g

[flex_india:17908] ButtonBar paddingLeft in percentage

2009-01-02 Thread Dharmendra Tolani
How can I assign a percentage value to the paddingLeft option for ButtonBar? --~--~-~--~~~---~--~~ 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.

[flex_india:17907] Re: Combobox selectedIndex question

2009-01-02 Thread kundan singh
Hi I think u are setting the index of comboBox when the array collection is empty, that is befor data comes to array collection. so make a event listener "change event "for array collection and make a loop for mataching data of the dataprovider. once the data is matched , set the index value of

[flex_india:17909] Re: Happy new Year to All

2009-01-02 Thread ManInAction
Wishing all of you happy new year with new success and happiness On Jan 1, 2:26 pm, Sri wrote: > Happy new year all! :D > > On Jan 1, 2:17 pm, Flexian_me wrote: > > > Wish you a very happy new year ! --~--~-~--~~~---~--~~ You received this mes

[flex_india:17910] Re: integrating mxml files

2009-01-02 Thread ManInAction
Hi, Integrate mean you want to use 1 AS file function to another AS file? Regard, ManInAction On Dec 31 2008, 11:50 am, neelima wrote: >    Hi All, >   what my doubt is:I create two database files.In each database file > there are two AS files.How to integrate these two files. --~--~-~

[flex_india:17911] Re: runtime component current componet

2009-01-02 Thread HISSAM
your query is not so clear can u elaborate more?? or just past piece of code?? On Thu, Jan 1, 2009 at 8:53 PM, yuga wrote: > > hi > > how to listen runtime component actions like mouse click > > i created runtime multiple components but the previous component is > not listening . > > my action

[flex_india:17912] Re: Array storing issues

2009-01-02 Thread HISSAM
Hey for the 1st problem try using the ClassFactory A ClassFactory instance is a "factory object" which Flex uses to generate instances of another class, each with identical properties. You specify a Generator class when you construct the factory object. Then you set the properties property on t

[flex_india:17913] Re: runtime component current componet

2009-01-02 Thread Venkat Viswanathan
Hi Yugi, What exactly are you doing to attach the event listeners. Ideally it should listen to all the components. Can you share your code? It will help us figure out the issue. Regards, Venkat www.venkatv.com On Fri, Jan 2, 2009 at 10:23 AM, yuga wrote: > > hi > > how to listen runtime compo

[flex_india:17914] Re: Combobox selectedIndex question

2009-01-02 Thread Venkat Viswanathan
Hi Gummybears, There is one approach you could use to solve this problem: As soon as the application loads, call the webservice that will populate the dataprovider of the combo box. And till you get the result, you should probably not allow the user to interact with the application. Once the data

[flex_india:17915] Re: Error #2032 crossdomain.xml doesn't solve the problem

2009-01-02 Thread Venkat Viswanathan
Hi Shishir, You can give a more concrete situation when you get the error. In general, crossdomain.xml looks fine. Regards, Venkat www.venkatv.com On Fri, Jan 2, 2009 at 3:19 PM, Shishir wrote: > > Hi, > > I am trying to run a servlet from a flex application to return XML > data.When i deploy

[flex_india:17916] Re: Progressbar in datagrid

2009-01-02 Thread Venkat Viswanathan
Hi Dhileepen, I dont think it will be possible (or atleast very easy and accurate) to give timing in ProgressBar. Basically the percentage value can be easily shown as it is just a depiction of the amount of data that has been downloaded. But for calculating time, you will also need the user's ban

[flex_india:17917] Re: Error #1502: A script has executed for longer than the default timeout period of 15 seconds.

2009-01-02 Thread Venkat Viswanathan
Hi Axay, You can try something like this: //SOME FUNCTION startInt() //start the function ... private var counter:int; private var interval:uint; private function startInt():void { counter = 1; //maintain a counter outside instead of for loop

[flex_india:17918] Re: Progressbar in datagrid

2009-01-02 Thread dhileepen chakravarthy
Ok Just is show the progressbar in datagrid column what my need is after completion of first progressbar second progressbar will start and third until no of rows in a datagrid. Any idea? --~--~-~--~~~---~--~~ You received this message because you are subscri