[flex_india:17798] Flex - Single Sign-on Functionality

2008-12-29 Thread Param
We are trying to integrate Flex with a Single-sign on product (Siteminder). In our environment, the incoming request to the Flex application will get routed via Siteminder. Siteminder will authenticate the incoming request, then append few authorization details (user profile, like role, department

[flex_india:17799] Re: Populate a combobox from an xml file

2008-12-29 Thread comgeek
Change the second combobox filling code to : < it will work.. On Dec 28, 1:36 am, Ola Anan wrote: > Hey guys > > I'm developing an application using Flex builder, and i'm lost in a > very small issue.. > > I have an interface with two comboboxes, and i want to fill them from > xml fi

[flex_india:17800] Re: Loading local swf files

2008-12-29 Thread Sachin
Hi Venkat, Unfortunately we can't keep the SWF files in the directory of flex application. We have to live with it. Please let me know if we can do some work around to resolve this problem. Thanks, Sachin On Dec 26, 5:25 pm, "Venkat Viswanathan" wrote: > Hi Sachin, > > I would suggest that th

[flex_india:17801] Re: How to create flash animation files

2008-12-29 Thread sudheer kumar
Thanks you venkat On Sun, Dec 28, 2008 at 8:55 PM, Venkat Viswanathan wrote: > Hi Sudheer, > > Just a small correction, its FLASH and not Flesh :) > > To create animations, there are many tools available. If you want to do > basic textual or other simple animations, use > SwishMax

[flex_india:17803] Re: Auto scrolling text

2008-12-29 Thread FlexiSush
hi, set verticalScrollPolicy="auto" and horizontalScrollPolicy="auto" for the text area which will automatically scroll the contents; --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" g

[flex_india:17802] Re: Loading local swf files

2008-12-29 Thread Sachin
Hi Venkat, Unfortunately whatever you suggested is not the case with our application. The SWF files are lying outside the webserver :( and we have to do live with it. Please let me know if there is some other way around the problem. Thanks for all your help, Sachin On Dec 26, 5:25 pm, "Ven

[flex_india:17804] Creating pop-up in Action script

2008-12-29 Thread sheetal
Hi, I want to pop up a window using AS. While creating the obj. of the window in main application i must pass stage as a parameter so that the view is added on it.I am using the following code there is something wrong here which i am not able to make out.Please help if u get any idea. main.mxml

[flex_india:17805] Re: Loading local swf files

2008-12-29 Thread vengu
Hmm. DId you try using -use-network=false in your compiler options on flex builder. What I would do is, have a php or jsp that reads the swf and prints it out to the browser . In the actionscript code I would have something like myLoader.load("http://localhost/test.php?getFIle=abc.swf";); This

[flex_india:17807] Custon Saperator in Context Menus

2008-12-29 Thread DAM
Hi All, Does anyone has any idea about how to provide Custon saperator in Context Menu.I want to have bold and colored saperator line instead of default one. Thanks ! Regards, Dharmendra --~--~-~--~~~---~--~~ You received this message because you are subs

[flex_india:17806] Migration from Flex2 to Flex3

2008-12-29 Thread DAM
Hi All, I have to migrate my application from flex2 to flex3. Which all library files need to be replaced without affecting the existing functionality? The ultimate requirement is achieve seamless migration. Thanks for your help Regards, Dharmendra --~--~-~--~~--

[flex_india:17808] in which case use "ENTER_FRAME" event

2008-12-29 Thread kundan singh
Hi, can anybody make me understand , when to use ENTER_FRAME event . Regards Kundan --~--~-~--~~~---~--~~ 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@googl

[flex_india:17809] MultiChart Component (Adobe Flex 3)

2008-12-29 Thread Sri
Hi, Worked on my first Flex component for public "consumption" over the weekend. It is a component that creates six different charts by declaring just one object and dataProvider. Sample usage: [Bindable] public var dataArrayCollection:ArrayCollection = new ArrayCollection; public function crea

[flex_india:17810] Discussion on blogs

2008-12-29 Thread Sri
Hi, Please add my blog http://srirangan.net/ .. Thanks. - Sri --~--~-~--~~~---~--~~ 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.com To unsubsc

[flex_india:17811] Search code like GoogleSearch in Flex

2008-12-29 Thread Vasu
Hi All, Anybody know about the search like a GoogleSearch in Flex. If anybody already implemented please give me code for that (or) anyother ideas. Thanks & Regards, Srinivas. --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[flex_india:17813] pass argument in addEventListener from action scripts

2008-12-29 Thread Subrata
I have one action script function as private function show(event:Event,text:TextInput):void { Alert.show ("some thing");} Now how can i call it in action script. i am trying this img.addEventListener(MouseEvent.CLICK,showColumnFilterPopUpPage (event,textInputObj)); But this is giving me compi

[flex_india:17812] Re: free web hosting for flex

2008-12-29 Thread bala subramanyam
Free coldfusion hosting starts on 1st jan 2009 Be first to grab it:) http://www.freecoldfusionhosting.com/ On Sun, Dec 28, 2008 at 7:34 PM, koteshwar Rao myneni < mkoteshwar...@gmail.com> wrote: > > great research balu ...is there any free hosting which will provide > cold fusion environmen

[flex_india:17814] Re: Multi threading in FLEX

2008-12-29 Thread HISSAM
http://blogs.adobe.com/aharui/2008/01/threads_in_actionscript_3.html On Fri, Dec 26, 2008 at 10:00 AM, JAIN JITENDRA < warriorofheavens...@gmail.com> wrote: > > > Read pseudoThread Blog from Alex. A mind blowing approach used. Surely go > thru. > > Thanks, > > Regards, > JJain > > > > -- -

[flex_india:17815] Re: pass argument in addEventListener from action scripts

2008-12-29 Thread DineshKumar . T
Hi subrata, Please refer these links: http://flexscript.wordpress.com/2008/07/18/passing-additional-parameters-to-event-listener/ http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=9144 On Mon, Dec 29, 2008 at 7:25 PM, Subrata wrote: > > I have one a

[flex_india:17816] Re: Search code like GoogleSearch in Flex

2008-12-29 Thread Venkat Viswanathan
Hi Srinivas, You mean something like this? http://www.zeuslabs.us/demos/google/Google.html Regards, Venkat www.venkatv.com On Mon, Dec 29, 2008 at 6:59 PM, Vasu wrote: > > Hi All, > Anybody know about the search like a GoogleSearch in Flex. > If anybody already implemented please give

[flex_india:17817] Re: Creating pop-up in Action script

2008-12-29 Thread Venkat Viswanathan
Hi Sheetal, I dont understand why you have used this approach for creating a Popup window. Is PopUpWin a class that is created by someone else and you are just using it? If not, use this approach - In main.mxml's openWin method, create a new instance of TitleWindow. - After that create a V

[flex_india:17818] Re: in which case use "ENTER_FRAME" event

2008-12-29 Thread Venkat Viswanathan
Hi Kundan, The Flash Player works more like a video. As in a video there are frames, similarly in Flash Player also there are frames. Its like a flip-book where you flip across pages very quickly and you will feel as if the drawing is getting animated. Similarly flash player also animates using fr

[flex_india:17819] Re: Creating pop-up in Action script

2008-12-29 Thread Jeethu Karthik
private function openWin():void { var obj:PopUpWin=new PopUpWin(); //Do not pass any parameter here PopUpManager.addPopUp(obj ,this.mainCanvas,true); /*Here the second parameter will be the parent container to which the popup is added*

[flex_india:17820] Re: Loading local swf files

2008-12-29 Thread Venkat Viswanathan
Hi Sachin, If the upload path is going to be of a different server or different sub-domain in the same server, you will have to use cross-domain.xml in the upload server and allow the server where your application is stored to access it. For path, you will have to specify the path that you would

[flex_india:17821] Re: in which case use "ENTER_FRAME" event

2008-12-29 Thread kundan singh
Hi Venkat, Thanks a lot , to share the information about frame. Regards, Kundan On Mon, Dec 29, 2008 at 9:51 PM, Venkat Viswanathan wrote: > Hi Kundan, > > The Flash Player works more like a video. As in a video there are frames, > similarly in Flash Player also there are frames. Its like a fli

[flex_india:17822] Is there any equivalent of Java API - URLEncoder.encode(String s, String enc) in Flex?

2008-12-29 Thread ganesh
Hello All, Is there any equivalent of Java API - URLEncoder.encode (String s, String enc) in Flex? I have used these global functions encodeURI() and encodeURIComponent () for encoding the URL. But it doesn't encode some of the special characters: - _ . ! ~ * ' ( ) These special charact

[flex_india:17823] Re: Loading local swf files

2008-12-29 Thread Sachin
Hi Venkat/Vengu, Thanks for all your help. Finally it worked for me. I followed the Vengu's approach of streaming the swf file using URLRequest. Regards, Sachin On Dec 29, 9:25 pm, "Venkat Viswanathan" wrote: > Hi Sachin, > > If the upload path is going to be of a different server or differen

[flex_india:17824] object display problem

2008-12-29 Thread HISSAM
Hi GUYS, I have 3 canvas, I'm adding 1 image on all 3 canvas's at runtime by "displayValue"(image:Image,...) which is running fine and the images are visible. I also ANOTHER such methods which do same functionality but at some other runtime as per the user visit that functionali