[flex_india:27098] reset componet wich is part of main application

2009-12-06 Thread explorer
Hello, I need help, I create application that have seperate views, view is changed after user log in, and after I get role of user. Let say that user have form to insert data, this is seperate component. Now, problem is if I log out, and log in with different user but same role, application load

Re: [flex_india:27099] Re: what is flash builder 4 wrt flex?

2009-12-06 Thread Saurabh Narula
Hi abhilash, couple of suggestions to you.. one, if you would have been in either hyderabad and chennai you could have attended the Adobe developer summit which had introductory to detailed sessions on Flex 4. if you have missed out on the sessions you can have a look at the presentations that

Re: [flex_india:27100] what is flash builder 4 wrt flex?

2009-12-06 Thread veeru rahul
Abilash, I'll tell u what I know about Flash Builder. This Flash Builder is more likely like our Flex Builder, some of the key features which they introduced as part of Flash Builder is as follows. *Data Centric Development :* DataCenric development is a Rapid Application Development in Flash

Re: [flex_india:27101] what is flash builder 4 wrt flex?

2009-12-06 Thread veeru rahul
one thing I missed in the above mail is spark component. The evolution of spark component is a great idea in Flash builder 4. From my underatnding, in spark they have introduced a skinnable component for all visual component so that the developer can do what ever he wants in context with look

Re: [flex_india:27102] what is flash builder 4 wrt flex?

2009-12-06 Thread Saurabh Narula
just to add what Rahul said .. SkinnableComponent is an extension of UIComponent ( rings a bell? :) flex 3? - flex 4 architecture is basically is developed / designed over flex 3), ideally your component should have an acitionscript class to contain the core component logic (extends from

Re: [flex_india:27103] reset componet wich is part of main application

2009-12-06 Thread Norris.Lin
Hi, skondro when user logout your application, have you made all the property in your application to null, or have you delete all the component?(as a new user login your application, you can use the new method to create a new one). Any more. have you use a back-end language(like php, asp,

[flex_india:27104] Re: chat application

2009-12-06 Thread NIRMAL SINGH
It can be done using LCDs . We use LCDs / BlazeDs for interacting with java .You can use LCDs effectively to develop chat application..If you want I can send u sample code...LCDs has messaging support for accomplish that. On Dec 5, 4:15 pm, priya gupta priya4...@gmail.com wrote: You have to use

[flex_india:27106] Re: reset componet wich is part of main application

2009-12-06 Thread Akshar
whatever function you are writing for creationComplete make it public. Then call this function whenever you switch your view. On Dec 6, 3:12 pm, explorer skon...@gmail.com wrote: Hello, I need help, I create application that have seperate views, view is changed after user log in, and after I

Re: [flex_india:27107] what is flash builder 4 wrt flex?

2009-12-06 Thread veeru rahul
Thanks Saurab, But lemme tell u honestly what I feel, This Flash builder has made our life easy but the charm of the coding will be wiped out soon if they develop things in a more automated way. Whats ur take on this? Thanks, Veeru On Sun, Dec 6, 2009 at 6:26 PM, Saurabh Narula

[flex_india:27108] Re: reset componet wich is part of main application

2009-12-06 Thread explorer
I creating RIA, I am using login form for accessing certain parts of my web app. So when user log out he still stay inside application. I used PHP and AMF for server side. When some user log in ( like I have group of users *different usernam and passwords* that get same view state) let say user

[flex_india:27109] Re: Refresh Iframe

2009-12-06 Thread Ravi
can anyone please help me in this. -- 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.

[flex_india:27110] Re: Refresh Iframe

2009-12-06 Thread vrathore
I suppose you are using IFrame using the javascript function. If you need to refesh the IFrame you need to use a javascript function kept in your html file and call it using ExternalInterface.call (FunctionName,urlToOpen); in javascript code just change the url of the iframe using the following

[flex_india:27111] Re: Refresh Iframe

2009-12-06 Thread Ravi
hello Varun , thanks for reply, I have used Iframe Component in flex like this: views:IFrame id=my_iframe width=100% height=100% visible=true source={url6}/ -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send