[flex_india:22147] Re: Any number restriction on PieSeries while adding to pieChart

2009-05-11 Thread Subrata
Here in this example if you see there is only one series got added. like this mx:series mx:PieSeries field=data mx:showDataEffect mx:SeriesInterpolate duration=1000 / /mx:showDataEffect /mx:PieSeries /mx:series

[flex_india:22148] Doubt in Progress bar ?

2009-05-11 Thread Karthik K
Hi guys I am loading datagrid data for every 10 sec using timer i need to place a Progress bar(outside datagrid) for every 10 sec to show when data is loading in to datagrid Please help -- Karthik.k Mobile - +91-9894991640 http://kkarthikresume.blogspot.com/

[flex_india:22149] Re: Doubt in Progress bar ?

2009-05-11 Thread HISSAM
u must be giving a call to a webservice or httpservice or any remoteservice and must be waiting for the result event right?? add an image where image is say loading image viz loading.gif and set it visiblity=false then when u give a call to webservice or httpservice or any remoteservice, make

[flex_india:22150] image metadata

2009-05-11 Thread rohit
while uploading and downloading the image on the server i need metadata information of the image i.e. 1) File name 2) upload date 3) resolutions 4) DPI 5) color depth I am getting only name,type in my complete and select select event dispatcher.addEventListener(Event.COMPLETE,

[flex_india:22151] Re: Doubt in Progress bar ?

2009-05-11 Thread Karthik K
Hi hassim Thanks you -- Karthik.k Mobile - +91-9894991640 http://kkarthikresume.blogspot.com/ On Mon, May 11, 2009 at 12:33 PM, HISSAM hissam.sher...@gmail.com wrote: u must be giving a call to a webservice or httpservice or any remoteservice and must be waiting for the result event right??

[flex_india:22152] Re: image metadata

2009-05-11 Thread HISSAM
which server u r using?? java or .net or php or ?? On May 11, 12:20 pm, rohit rohitde...@gmail.com wrote: while uploading and downloading the image on the server i need metadata information of the image i.e. 1)  File name 2)  upload date 3)  resolutions 4)  DPI 5)  color depth I am

[flex_india:22153] How to use animated image ?

2009-05-11 Thread Karthik K
hi guys please tell me how to use animated gif image thanks -- Karthik.k Mobile - +91-9894991640 http://kkarthikresume.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To

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

2009-05-11 Thread HISSAM
use loader On May 11, 2:08 pm, Karthik K cse.k.kart...@gmail.com wrote: hi guys please tell me how to use animated gif image thanks -- Karthik.k Mobile - +91-9894991640http://kkarthikresume.blogspot.com/ --~--~-~--~~~---~--~~ You received this message

[flex_india:22155] TabBar,Tabnavigator,Button bar

2009-05-11 Thread Gerald Anto
Hello friends, I need a diffrence between the following components TabBar, Tabnavigator, Button bar, they are working like same manner so what is the major diffrence between them. please give me some solution. i saw in www.livedocs.adobe.com but i couldnt get exact meaning. if possible please

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

2009-05-11 Thread prem
Thanks, but I am still not able to fix this problem On May 9, 11:29 pm, HISSAM hissam.sher...@gmail.com wrote: http://forums.alfresco.com/en/viewtopic.php?f=36t=15831 This link might solve your problem Please know me status after u implement it Waiting for your reply On Sat, May 9,

[flex_india:22160] Re: loading image from amazon calling one application from another application

2009-05-11 Thread flex flex
Hi Shaleen, !st doubt is indeed due to cross domain things. Problem is that i am testing the code on mine own machine ,can you tel me how to get crossdomain problem solved.As i am running the code on mine machine url for browser is something like: C:\Documents and Settings\Administrator\My

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

2009-05-11 Thread Kshama Pawar
sure..please see attached. Kshama On Mon, May 11, 2009 at 1:55 AM, Ravi Mishra ravi.achi...@gmail.com wrote: Kshama, Can you plz send the format of the XML you are trying to parse? -Ravi On May 10, 9:56 pm, kshama.pa...@gmail.com kshama.pa...@gmail.com wrote: Hi there, In my

[flex_india:22162] Re: byte[] to ByteArray (Flex 3, blazeDS, flashplayer 10). Need help!!!!

2009-05-11 Thread Xuefeng Wu
Hi Sachin, I meet the same problem. Do you resolve it now? On Apr 11, 7:29 am, Sachin Patil write2s...@gmail.com wrote: Hi, I just went through the new enhancements for FileReferance class in flash player 10. With load() function we can load the ByteArray to Flex application. I want

[flex_india:22163] Re: loading image from amazon calling one application from another application

2009-05-11 Thread flex flex
Hi all , thanks for your help...i am checking amazon part will send code to you as soon as i fix it. mine second doubt is still troubling me: here is the source for applciation i wish to open in pop-up when a button is click

[flex_india:22161] split a flex Project into multiple mxml

2009-05-11 Thread devi lakshmi
Hi all, how to split a flex Project into multiple mxml.I need some samples or any link Thanks in advance Regards Devi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this

[flex_india:22157] notification popup window issue

2009-05-11 Thread Abhilash
Hi All, How we can create a notification popup window like (Twhirl Air Application notification) , When The Application is in system tray.? Please Help me. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex

[flex_india:22164] Re: image metadata

2009-05-11 Thread HISSAM
http://www.insideria.com/2008/03/image-manipulation-in-flex.html Might help u!! On Mon, May 11, 2009 at 1:59 AM, HISSAM hissam.sher...@gmail.com wrote: which server u r using?? java or .net or php or ?? On May 11, 12:20 pm, rohit rohitde...@gmail.com wrote: while uploading and

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

2009-05-11 Thread Ravi
Hello Friends, I am developing an image editing application in which i can add multiple images in one Canvas. there is one button below the canvas,if u click on that i need to send x and y position of all images that i added in canvas through Http Service to php. Can anybody please help me in

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

2009-05-11 Thread prem
My crossdomain.xml file is in the ROOT folder of Webapps directory of tomcat: Following is my crossdomain file: !DOCTYPE cross-domain-policy SYSTEM cross-domain-policy.dtd cross-domain-policy allow-access-from domain=* to-ports=* secure=false/ site-control

[flex_india:22167] Re: split a flex Project into multiple mxml

2009-05-11 Thread arvind hr
HI, You can check these links: http://www.artima.com/weblogs/viewpost.jsp?thread=212818 http://www.adobe.com/devnet/flex/quickstart/building_components_using_code_behind/ Thanks Arvind On Mon, May 11, 2009 at 12:49 PM, devi lakshmi ndevi...@gmail.com wrote: Hi all, how to split a flex

[flex_india:22169] Update DataGrid using RemoteObject

2009-05-11 Thread fauzia
I am using a RemoteObject method call to populate an ArrayCollection used as a dataProvider in my DataGrid. I use the render() method on the datagrid to make sure the datagrid displays the updated data the RemoteObject method is returning everytime the user navugates to the DataGrid screen. My

[flex_india:22170] Re: byte[] to ByteArray (Flex 3, blazeDS, flashplayer 10). Need help!!!!

2009-05-11 Thread imtiyaz
are u guys using java.lang.Byte[] or primitive data type byte []. Flex only supports byte []. Regards, Imtiyaz Basha M S On May 11, 12:54 pm, Xuefeng Wu ben...@gmail.com wrote: Hi Sachin,     I meet the same problem. Do you resolve it now? On Apr 11, 7:29 am, Sachin Patil

[flex_india:22171] How to post questions to adobe dev team

2009-05-11 Thread prem
Hi can anyone help me out to post questions to Adobe development team? I need to know the solution for the following question. http://groups.google.com/group/flex_india/browse_thread/thread/1fc0c9802b254671 Thanks in advance, Prem --~--~-~--~~~---~--~~ You

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

2009-05-11 Thread HISSAM
please provide your tomcat webapp folder structure also specify where have placed the 2 applications in the webapps or somewhere else ie whether there's a reference from eclipse?? also provide your web.xml file On May 11, 7:22 pm, prem prema...@gmail.com wrote: My crossdomain.xml file is in

[flex_india:22173] Tamil Font

2009-05-11 Thread Heman Babu
Hello friends,i like to develop an AIR application...is it possible to use tamil fonts in it?? --~--~-~--~~~---~--~~ 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:22174] Re: Tamil Font

2009-05-11 Thread sheetal
Look at font embedding in Flex. On May 12, 10:15 am, Heman Babu heman.b...@gmail.com wrote: Hello friends,i like to develop an AIR application...is it possible to use tamil fonts in it?? --~--~-~--~~~---~--~~ You received this message because you are subscribed

[flex_india:22175] Re: Update DataGrid using RemoteObject

2009-05-11 Thread sheetal
i am not sure about the problem u r facing. But refresh the dataprovider after u populate the arraycollection,this should show refreshed data in the grid. On May 11, 10:00 pm, fauzia fauzias...@gmail.com wrote: I am using a RemoteObject method call to populate an ArrayCollection used as a