[flex_india:22177] Re: Specifying multiple parameters of the same name using HTTPService

2009-05-12 Thread HISSAM
I guess u can just send plain string to php using httpservice right?? this string could be csv?? var s:string=""; var 1:object; for(var i:int;i wrote: > Hello Friends, > I am developing an image editing application in which i can add > multiple images in one Canvas. > there is one button below t

[flex_india:22178] Cairngorm ServerError Handling

2009-05-12 Thread riaflexible
Hi : The project which I am working uses ethe cairngorm framework . Basically we have a List view , Add / Edit view . Example : Users In user add view , Once we fill the data's in Users add view , An event is dispatched and the appropriate command class is called which makes the service call

[flex_india:22179] Re: Problem communicating from http to https using HttpService

2009-05-12 Thread prem
My crossdomain.xml file is in $TOMCAT_HOME/webapps/ROOT folder. I am able to access it using the url: https://localhost:8443/crossdomain.xml My two applications are in the webapps folder of different tomcats: Project FlexApp is being hosted in tomcat port 8080, testApp contains upload.jsp, is bein

[flex_india:22180] Re: Cairngorm ServerError Handling

2009-05-12 Thread Ravi Mishra
Hi, You can do this simply using Model. Just add a property in model and assign it with appropriate value when fault occurs, then access by the instance of model in your add view. May be you will require the help of ChangeWatcher to check if the value of model property has got changed or not. HT

[flex_india:22181] how to get dynamic colors

2009-05-12 Thread Gerald Anto
can anyone say how to get dynamic colors in Action script. initially my button text has one color then every click of button the color should be changed. for example intially my color is 0x00FF00 then it has to change blue,red,green(any colors) etc. Thanks&Regards, Gerald A --~--~-~--~-

[flex_india:22182] Re: how to get dynamic colors

2009-05-12 Thread Ravi Mishra
Hi Gerald, Try something like this: private var count:Number = 0; private function clickBtn():void{ ++count; if(count == 1){ btn.setStyle("fillColors",['black','black']); }

[flex_india:22183] Luanch an third party application from flex/AIR

2009-05-12 Thread vishal lad
Hi Friends,Is there any way through which I can launch an external application for example suppose I want to open a notepad or from my application.Is there any way to do this ?? Thanks & Regards Vishal --~--~-~--~~~---~--~~ You received this message because you are

[flex_india:22188] Re: Update DataGrid using RemoteObject

2009-05-12 Thread ganesh kumar
hi friends, can we add video in datagrid..if it is possible ,please give me the detail r sample code.. thank you for your help regards GANESH KUMAR On Tue, May 12, 2009 at 11:08 AM, sheetal wrote: > > i am not sure about the problem u r facing. > But refresh the dataprovider after u populate the

[flex_india:22184] Re: How to use animated image ?

2009-05-12 Thread Hemanth Kumar T.S
Hi Karthik, Do you want to use the animated image, in the sense.. you want to convert the Gif Image to SWF image. If yes, you can use Gif to SWF converter. http://www.sharewareconnection.com/download-gif-to-swf-converter-from-sharecon.html Thanks, Hemanth On Mon, May 11, 2009 at 6:08 PM, Karth

[flex_india:22189] Flash Player 10 not working

2009-05-12 Thread Vrushali
Hello Friends, I want to use "file.save(byteArr,"test.jpg");" in my flex program. But it requires Flash Player 10. I installed but its not working... I am working on Linux, though I checked on Windows machine also, there also it is not working. I am not using FB3, directly writing code in my jsp

[flex_india:22186] Re: how to get dynamic colors

2009-05-12 Thread rahultna...@gmail.com
When setting color style properties with the setStyle() method, you can use the hexadecimal format or the VGA color name, as the following example shows: try out this http://www.adobe.com/2006/mxml"; creationComplete="initApp()"> On May 12, 2:40 pm, Gerald Anto wrote: > can anyon

[flex_india:22191] how to add video in datagrid

2009-05-12 Thread ganesh kumar
hi friends, can you give some idea about,how to add video in datagrid its so useful for me.. thank you --~--~-~--~~~---~--~~ 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:22187] Re: split a flex Project into multiple mxml

2009-05-12 Thread devi lakshmi
hi Thanks how to communicate or pass the varible from the main mxml to the other mxml . send me some related link with regards devi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To

[flex_india:22190] Reg :: Session in Flex

2009-05-12 Thread Navien Amirtharaj
Hi Dear Folks, I need the sample code for session using flex. i read that getLocal() & getRemote() are the methods used for cookie & session. ist there is any other methods r thr for session Thanks in Advance. -- with Regards, Navien Amirtaraj --~--~-~--~~-

[flex_india:22185] Re: Discovering cairngrom

2009-05-12 Thread krishna shinde
hi , Go on Actionscript.com search there for cairngorm example and u find one example of helloworld which implement cairngorm architecture. plz. go through it hope u will get it On Mon, May 4, 2009 at 10:01 PM, Mohamed Feki wrote: > > Hi, > I am new to Flex can any one explain me Th

[flex_india:22192] Looking for some Flex Developers: Location:Hyderabad

2009-05-12 Thread AKR
Hi, I am looking for flex developers for one of my partner's - a product company in Hyderabad. To know more, please feel free to revert. Thanks -Ananda --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Co

[flex_india:22193] Jboss and Flex Apllication For Accessing Remote Database (JBoss Configuration)

2009-05-12 Thread Thalai raju
Hi Friends , Am using Remote Database for Mssql server .in to Flex Application its working fine for local Tomcat server .When i create war file and deployed in to Jboss server . its not working . plz help any body . how to configured in jboss server . Regrads Rajesh Atelier-soft

[flex_india:22194] Disabling checkbox in editableadvanced grid

2009-05-12 Thread Balaji D
Hi, I am facing a problem in disabling the checkbox present in advanced datagrid. The problem is when i set the checkbox(id).enable = false, it is getting disabled, but it is not graying out. When I tried to write the same using standalone class, I was able to see it graying out. I am thinking wh

[flex_india:22195] Re: Fwd: fault event occurs on httpservice call

2009-05-12 Thread Kshama Pawar
Hey there... Any luck on this issue? ... Ravi, I just re-read your e-mail. You had asked format of xml- it was ANSI but later I tried converting it to UTF-8 ( and also unicode). But that did not help. Few other things I tried : 1.Using UrlLoaderr/URLRequest- It returns no data. 2. I create a XM

[flex_india:22196] Re: Looking for some Flex Developers: Location:Hyderabad

2009-05-12 Thread Goutam Paul
Dear Ananda, Do you please send some more details on your requirement? I like to mean, is yr requirement is developer for permanent basis or on hire ? Thanks, Goutam On Tue, May 12, 2009 at 12:55 PM, AKR wrote: > > Hi, > > I am looking for flex developers for one of my partner's - a product >

[flex_india:22197] Re: Flash Player 10 not working

2009-05-12 Thread HISSAM
check your SDK version I guess you are not using latest version On May 12, 11:45 am, Vrushali wrote: > Hello Friends, > > I want to use "file.save(byteArr,"test.jpg");" in my flex program. But > it requires Flash Player 10. > I installed but its not working... I am working on Linux, though I > c

[flex_india:22198] Re: Jboss and Flex Apllication For Accessing Remote Database (JBoss Configuration)

2009-05-12 Thread Mike Rodriguez
What happens, or what's the exception that you're receiving from the Jboss console? I have an application deployed on Jboss with Java as a backend and Oracle for data administration, and everything works, let me know how could I help you Regards! Mike Thalai raju escribió: > Hi Friends , >

[flex_india:22199] Re: how to add video in datagrid

2009-05-12 Thread Nicholas
look up how to do item renderers On May 12, 4:46 am, ganesh kumar wrote: > hi friends, > can you give some idea about,how to add video in datagrid its so useful for > me.. > thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[flex_india:22200] Re: image metadata

2009-05-12 Thread Nicholas
If you're loading a jpeg, you want the EXIF information. The EXIF data tells you all that stuff and a lot more. http://code.google.com/p/exif-as3/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Communi

[flex_india:22201] Drag Canvas to a different VBox/Canvas

2009-05-12 Thread Vamsi Nagavalli
Hi guys, I am new this group and have been with flex for only 2 months This journey was very exiting and could do most of the work with less help Earlier I have tried to drag and drop an Map Marker( ESRI) to a different location on the Map and was successful. But now when I am tryi

[flex_india:22202] Re: Color Conversion

2009-05-12 Thread edwin . vgwhiz
Why would you need to do that? Do you mean in file format or within Flex? Not sure why you are asking. On Fri, May 8, 2009 at 2:29 AM, mahesh wrote: > > Hi All, > >how can we convert RGB to CMYK and CMYK to RGB colors > > --- > Thanks and Regards, > Mahesh. > > > > -- Sincerely <<

[flex_india:22203] Re: Drag Canvas to a different VBox/Canvas

2009-05-12 Thread Vaibhav/Steve
first make ds:DragSource as public. private function dragDropHandler(event:DragEvent):void { // Canvas(event.currentTarget).x= this (event.currentTarget).mouseX; // Canvas(event.currentTarget).y= this (event.currentTarget).mouseY; ds.dataForFormat("canvas").x = 50; // or wahat

[flex_india:22204] Re: Cairngorm ServerError Handling

2009-05-12 Thread Vaibhav/Steve
Problem comes how to bypass the model and command can talk to view directly. Well in cairngorm we cant have the view's refrence in command class, but still there is a wrok around, go to my previous post below and you will find it. http://groups.google.com/g/7e77fd17/t/1d522c915d67ee12/.../349a66c

[flex_india:22205] Re: Drag Canvas to a different VBox/Canvas

2009-05-12 Thread Vamsi Nagavalli
Vaibhav, I have noted the changes that you recommended.. I have tried it on my end... and for some reason I get an arrow with red cross when I drag the canvas... What exactly did you mean by this... the area on which you are dropping have the scrollbar Thanks, Vamsi. Nagavalli On May 12, 2:

[flex_india:22206] Re: Drag Canvas to a different VBox/Canvas

2009-05-12 Thread Vaibhav/Steve
most praobably red cross means that if( event.dragSource.hasFormat("canvas")) { DragManager.acceptDragDrop(this(event.currentTarget)); } condition is failing, try to debug here what if( event.dragSource.hasFormat("canvas")) is returning true or false. I mean that you

[flex_india:22208] Re: Drag Canvas to a different VBox/Canvas

2009-05-12 Thread Vamsi Nagavalli
Vaibhav, I see what the problem is... The code is not entering the dragEnterHandler function this is my immediation feedback when I debug... Go to check where and why it is not entering... And quick recommendation on this... Thanks, Vamsi. Nagavalli On May 12, 3:07 pm, "Vaibhav/Steve" wrote: