Re: [flex_india:27898] Re: File Upload in Flex Urgent help needed

2010-01-21 Thread amit patel
Yes there is error like the File I/O Error #2038 in Flex File Upload for that you see the blog http://mayurthakor.wordpress.com/2009/01/05/set-rightspermission-to-avoid-file-io-error-2038-in-flex-file-upload/ see this may helps On Thu, Jan 21, 2010 at 8:40 AM, Hari Narayanan wrote: > Suggesti

[flex_india:27899] Re: EPG- FLEX integration

2010-01-21 Thread Gaurav
Dear, I am able to connect flex(or other application) to oracle DB using ORACLE EPG technology. No need application server in between. Embedded http server did all. I am not sure why ppl are not aware with this and using old methodology to connect their application with database :( --> business lo

Re: [flex_india:27900] Re: EPG- FLEX integration

2010-01-21 Thread Jitendra Jain
Gaurav, People are not aware because very few people tried it and we are lucky to have you in flex india forum. Cheers !! If possible can yu paste the link or some code so that it will be helpful to others. On Thu, Jan 21, 2010 at 4:28 PM, Gaurav wrote: > Dear, > I am able to connect flex(or oth

Re: [flex_india:27901] FlexBuilder Out of memory error

2010-01-21 Thread pradeep gorijavolu
Thanks for the response.. i have the same configuration like you.. -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m -Djava.net.preferIPv4Stack=true still whenever my project build happens based on the burden it was closed automatically. Please anyone let me know the solution for t

Re: [flex_india:27902] Fix the axis labes of a Column chart

2010-01-21 Thread amit patel
please try to punt some sample demo so you will get the answer as quickly as possible On Wed, Jan 20, 2010 at 11:28 AM, Manoj KUmar Jena wrote: > Hi All, > > i have a column chart.i want to show my custom labels in the y axis of > that chart. > but now i am getting the values of my data provide

[flex_india:27903] Your Flex application on mobile!

2010-01-21 Thread jocelyn bozabalian
Elips Studio3 is a plug-in for Adobe Flex Builder. Create your application in Flex. You will be able to build your Flex application as native code for multiple mobile platforms (Iphone, Symbian, Android and Window Mobile). Download the beta version for free. More info here: http://developer.openp

Re: [flex_india:27904] Re: Flex tree looses selected item when we collapse or expand

2010-01-21 Thread Tino Dai
Here's how I would approach it. I would set up an event so when the tree is collapse, I would use the getFocus to find what item it's on and save that to somewhere. When the tree is expanded, use the setFocus to put the focus back on that item. -tino On Tue, Jan 19, 2010 at 12:29 AM, JD wrote:

Re: [flex_india:27905] Re: File Upload in Flex Urgent help needed

2010-01-21 Thread krishna chaitanya kambhampati
http://cookbooks.adobe.com/post_How_do_I_create_a_form_that_will_upload_a_file_to-16689.html check this post On Thu, Jan 21, 2010 at 5:32 PM, amit patel wrote: > Yes > > there is error like the > File I/

[flex_india:27906] Orkut + Flex

2010-01-21 Thread Ravindra Kumar Challagandla
Hi, I am an enthusiastic Flex developer. I would like to create an application which interacts with Orkut .I checked Open Social API documentation, but it is about creating application in Orkut. Can some body guide me how can I start ? Thanks, Ravindra. -- You received this message because you a

[flex_india:27907] Difference between AMFPHP and MAMP

2010-01-21 Thread edwin . vgwhiz
Hello, Can someone tell me the Difference between AMFPHP and MAMP? Thanks in advance! Ed -- 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, s

[flex_india:27908] button over Circle

2010-01-21 Thread imranv10
Hi I have created class called Bubble which extends UIComponent. Through this class I am drawing various circles at run-time. And I have added this class in my default mxml file through tags. One more tag added in mxml file is for button as well. Now, whenever I drag circle drawn by Bubble class t

[flex_india:27909] getting error for mouse over on chart

2010-01-21 Thread informtomani
hi i am using combobox to change data in chart dynamically. In mouse event of chart i am retrieving data-point using the below function. onChartMouseMove(e:MouseEvent):void { var mouseOverData:Array = chart.series[0].dataTransform.invertTransform(chart.mouseX, chart.mouseY) } while immed