[flex_india:27386] Re: accessing button label

2009-12-17 Thread explorer
thx, that helped, solutions are sometimes so easy and close ... thank you very very much you make my day . thx again On Dec 18, 3:08 am, saurabh goel wrote: > Hi, > > why u r not sending event along with clickHandler function? U can easily get > the label like - event.currentTarget.label. insi

Re: [flex_india:27385] My views on using Blazeds(Java) and AMFPHP(PHP)

2009-12-17 Thread Nishant Kyal
Hi, I've no experience with godaddy shared hostings but I've been using java for 3 years as backends to my flash and flex apps. I was using openamf remoting before, now blazeds. But I'll agree when you say java is not very suitable for small scale websites. Java does require good amount of heap m

Re: [flex_india:27384] My views on using Blazeds(Java) and AMFPHP(PHP)

2009-12-17 Thread sankar swaroop
HI kiran, I dont know about java. I am working from 2 years using FLEX and AMFPHP. It was really convenient combination. The deployment was easy and the connection was easy and the deployed application will effect in the next second. The file uploading is easy and sending mails is also easy Finall

[flex_india:27383] Need Flex Trainers

2009-12-17 Thread Aasim
Hi, A friend of mine needs Flex Trainers (pref. Freelancers). If anyone of you are interested Please get in touch with Ahmar Khan ( 9763398250 ) or ahm...@alliancebizz.com Regards, Aasim -- You received this message because you are subscribed to the Google Groups "Flex India Community" group.

Re: [flex_india:27382] accessing button label

2009-12-17 Thread saurabh goel
Hi, why u r not sending event along with clickHandler function? U can easily get the label like - event.currentTarget.label. inside click handler function. Hope it will help Regards Saurabh On 12/18/09, explorer wrote: > > Hello , > > I have problems accessing label of clicked button. I gener

[flex_india:27381] showDataEffect problem in LineChart - 'SeriesInterpolate' effect doesnt work

2009-12-17 Thread Kaleem
I am trying to add a 'showDataEffect' to LineChart in the same way I am use the effect for PieChart and ColumnChart but its not working I am unable to see any effect applied. Like For Example for pieChart we use .. but effect (like

[flex_india:27380] accessing button label

2009-12-17 Thread explorer
Hello , I have problems accessing label of clicked button. I generated row of buttons using repeater, dataProvider is ArrayCollection generated by database. Every button have next value from arrayCollection, and this works fine. I decided to create custom eventObject just to pass label from select

[flex_india:27379] My views on using Blazeds(Java) and AMFPHP(PHP)

2009-12-17 Thread Kiran Kumar Vasireddy
Dear All, Excuse me if this is irrelevant post here , Please let me know your thoughts and *explorer *or *some one* guide me to the good source. Almost out of 10 years I worked on java and I can say I am good at java ( Worked on Oracle,Datastage ,seebeyond ,Jcaps and many more) , But after movin

Re: [flex_india:27378] Abridged summary of flex_india@googlegroups.com - 30 Messages in 19 Topics

2009-12-17 Thread fadel al huraini
Hello any one who can help me "I want to Build xml Editor In adobe Flex " Please could any one send me the code i dont have more experience in Adob flex On Thu, Dec 17, 2009 at 8:42 AM, wrote: > Today's Topic Summary > > Group: http://groups.google.com/group/flex_india/topics > >- [flex_in

[flex_india:27376] Re: flash builder 4 tutorial videos in adobe, a small doubt......

2009-12-17 Thread MJ
you can have it on ur without any adobe tv application! use mozilla firefox... 1.watch video in firefox.. 2.then in new tab enter 'about:cache' (without quotes). 3.copy first adres in explorer. 4.get the file having maximum size..! thats it..! On Dec 16, 11:41 pm, edwin.vgw...@gmail.com wrote: >

[flex_india:27377] storing RSS in database

2009-12-17 Thread MJ
hi.. in flex 4, i m trying to store RSS feeds in mySQL database throgh PHP using Zend framework. here is my code.. getFeeds.mxml http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex

Re: [flex_india:27375] flash builder 4 tutorial videos in adobe, a small doubt......

2009-12-17 Thread abhilash M
yes you can watch it free on adobe, as its still in beta version, it can't be downlaoded or watched on adobe tv , its AIR application but watch here http://www.adobe.com/devnet/flex/videotraining/flex4beta/index.html -- You received this message because you are subscribed to the Google Groups "F

[flex_india:27374] flex related actionscript based resources?

2009-12-17 Thread abhilashm86
i'm a student who just knows object oriented concepts, want to get deeper into flex.. i see mxml is just much easier and includes loads of tutorials, but when it comes to actionscript 3.0, i see it only only with flash platform, like i was making mashup application using twitter api, send http

[flex_india:27372] Flex Server Browser

2009-12-17 Thread s shyam
Hi all, I need to create a file-browser, i will get the input inform of xml format i need to show them as the elements(such as folders..etc) when ever they click on the folder the corresponding elements in the Folders should be listed. Thanks, Shyam -- You received this message because you are

Re: [flex_india:27371] Re: Bangalore Flex User Group Meeting on 19 Dec 2009 - Second Generation Flex Frameworks by Debabrata Acharjee

2009-12-17 Thread Saurabh Narula
Hello, There is a slight change in the venue, the meeting would be in the *ground floor* and *not on the top floor cafeteria*, please contact the Adobe Reception Desk when you enter the building, they would guide you to the exact room in the ground floor. Complete address - Adobe Systems Bangal

[flex_india:27370] Re: Bangalore Flex User Group Meeting on 19 Dec 2009 - Second Generation Flex Frameworks by Debabrata Acharjee

2009-12-17 Thread Saurabh Narula
Hello Everyone, The meeting as you all know is for Saturday morning between 11 am to 2 pm and not on Friday evening. In the past we usually have been meeting on Friday evenings but this time we are meeting on Saturday morning between 11 am to 2 pm. Just wanted to remind everyone about this to avo

Re: [flex_india:27369] svn,cvs

2009-12-17 Thread trilok thakore
Hi svn and cvs are sub versioning methods like we use to back up our file to store on vss similarly sav and cvs are used for storing fies and their subversioning there is a plugin subclipse for flex fo subversioning try http://www.flashmagazine.com/news/detail/why_use_a_versioning_system/ for mor

Re: [flex_india:27368] File Attachment in Flex..

2009-12-17 Thread sravan kumar
hi krishna, find the below code for that: urlRequest = *new* URLRequest(); reqHeaders = *new* Array(); reqHeaders.push(*new* URLRequestHeader(*"Content-Type"*, * "multipart/form-data"*)); urlRequest.requestHeaders = reqHeaders; urlRequest.url = "/*TestServlet"* ; urlRequest.method = URLReque

[flex_india:27367] File Attachment in Flex..

2009-12-17 Thread Krishna kumar
Hi Friends, I am trying to create a flex web application which interacts with servlets.Now i have to upload a file in my flex application which i have to pass it to a servlet.please let me know how to proceed or whether we can achieve this in flex. Thanks & Regards Krishna. :

[flex_india:27366] Re: How to cleanup when we logout

2009-12-17 Thread Jewel
Hi Friend, Are u developed your project in MVC framework? If yes then use flowing code in your all helper.as file package ba.core.helper { import ba.core.view.MainView; import ba.event.UserNotify; import ba.model.User; import flash.display.DisplayObject; import mx.cor

Re: [flex_india:27365] Loading Multiple SWFS Before Loading

2009-12-17 Thread krishna chaitanya kambhampati
you can request more than 5 at a single instance I u want to load images i.e., more than 5 call the loadImage function with an interval say 200 mile seconds (i forget the exact duration) I hope this will solve the problem if u r able to load first few images. On Wed, Dec 16, 2009 at 5:31 PM, s s

Re: [flex_india:27364] Help with Inline Item Renderers

2009-12-17 Thread krishna chaitanya kambhampati
Hi shreyas, addeventlistener in script tag or change property in the tag On Thu, Dec 17, 2009 at 3:24 PM, Shreyas wrote: > Hi, > > I am using a CheckBox as an Item Renderer for a Data Grid. I would > like to invoke the 'change' for this CheckBox on toggle, how can this > be done? > > > > > -

[flex_india:27363] svn,cvs

2009-12-17 Thread lakshminarayan k
what is mean svn ??cvs??where its used in flex developement -- 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+unsu

[flex_india:27361] Html in flex appliction

2009-12-17 Thread vijesh bp
Hello I want to show html page in my flex application. Now I am using Iframe component for that. But when using Iframe we need to set the wmode="opaque" . It is creating problem on typing Japanese characters in textinputs. So is there any other methods to show the html pages in flex

[flex_india:27362] Help with Inline Item Renderers

2009-12-17 Thread Shreyas
Hi, I am using a CheckBox as an Item Renderer for a Data Grid. I would like to invoke the 'change' for this CheckBox on toggle, how can this be done? -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email t

Re: [flex_india:27360] Create customized preloader

2009-12-17 Thread krishna chaitanya kambhampati
you can use the art work created in flash or if u interested in creating programmatic pre loader check the below link *https://defiantmouse.com/yetanotherforum.net/Default.aspx?g=posts&t=82* On Thu, Dec 17, 2009 at 4:05 AM, ravi kanth wrote: > Hello, > > I want to create and show a customized