Re: [flex_india:31481] Re: How to add dynamic properties to java object?

2010-09-21 Thread Fausto Vaz
Hi Kamal, like you said there's no way to do that due to the nature of the java language. 2010/9/21 kamal > The Java programming language is statically-typed, which means that > all variables must first be declared before they can be used. This > involves stating the variable's type and name, a

Re: [flex_india:31481] Air for android application

2010-09-21 Thread Fausto Vaz
Hy Guys, in case you haven't seen this app yet, i share with you this amazing app. It's build on Android plataform using Flex technologies. http://coenraets.org/VideoMap/VideoMap.html?room=3xbe1 http://coenraets.org/blog/category/livecycle-collaboration-service 2010/9/21 Prajeesh M P > Hi Na

[flex_india:31443] Screen Sharing and Desktop Sharing

2010-09-16 Thread Fausto Vaz
Hi guys, how you doing? So im looking for a tool or an application that allows me to publish and sharing my desktop. I wanna make some real time screencasts. I have an instance of fms server running and i'd like to do this kind of presentation using that. So guys, any suggestions? Best Regards, Fa

[flex_india:31366] Red5 - Help

2010-09-08 Thread Fausto Vaz
Hey Guys, how you all doing? So im building an app which will do streaming of my microphone to my students. Im already using a demo application called "oflademo" which comes with red5. The problem is, as the number of connections grows this app doesn't work fine. I just google around and i think t

[flex_india:31300] Red5 and Audio streaming

2010-09-03 Thread Fausto Vaz
Hey Guys, how you all doing? So im building an app which will do streaming of my microphone to my students. Im already using a demo application called "oflademo" which comes with red5. The problem is, as the number of connections grows this app doesn't work fine. I just google around and i think t

Re: [flex_india:28335] Re: i need reload data in viewStack

2010-02-08 Thread Fausto Vaz
Hi Shorty, like Nirmal wrote you have to type casting the return of getChildByName to verPrendas. That's it. Best Regards, Fausto. 2010/2/8 NIRMAL SINGH > Hi Shorty, > You are getting error code 1118 of implicit > coercion because you are trying to convert DisplayObject t

Re: [flex_india:28279] i need reload data in viewStack

2010-02-05 Thread Fausto Vaz
Hi shorty, i had the same problem few days ago. I got this done by adding some functionality in change event of the viewstack. Try to do the folowing: Instead of getting the object using getChildAt, try to get the object by its name and then call some method that do the refresh for you, like this:

Re: [flex_india:28095] Help in ViewStack

2010-01-29 Thread Fausto Vaz
t; parent application create object for it and add it to the parent >> application. So whenever u open it will be automatically reloaded and also >> when you are moving out or closing it remove that object from the parent >> application ( this is for memory utilization). >> &

[flex_india:28063] Help in ViewStack

2010-01-28 Thread Fausto Vaz
Hi everyone, i need some help with viewstacks. Im implementing an application where i have a viewstack and i'd like to refresh or reload the information of my viewstack's child everytime this child is shown. My ViewStack: < /mx:Box>