Re: [flex_india:31719] Re: [flexcoders] Anybody working with TLF 2.0 or with TLF 1.0 ?

2010-10-12 Thread kannan r
Pls ask ur queries so that members can respond. No generic questions like this will help. On Tue, Oct 12, 2010 at 9:31 AM, Nishant Kyal nishant.k...@gmail.comwrote: Hi, What do you need to ask? Nik On Mon, Oct 11, 2010 at 4:16 PM, Harish Vardhan harishvard...@ymail.comwrote: or with

Re: [flex_india:31704] Is there any tool... for migration of Flex 3 to Flex 4

2010-10-11 Thread kannan r
Is there any tool... for migration of code in Flex 3 to Flex 4 ?? Can be a little more clear. For learning kind of migration like from flex 3 dev to flex 4 dev. or You want to migrate your project from 3 to 4. Hope this might be ur ques, If yes then flash builder will do the trick, you can open

Re: [flex_india:31691] issue with using web service http://www.aswinanand.com/sendsms.php?wsdl

2010-10-09 Thread kannan r
sorry is ur php working fine? -- 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+unsubscr...@googlegroups.com. For

Re: [flex_india:31691] datefield

2010-10-09 Thread kannan r
better go for this if(event.curretTarget.selecteDate ==null) or df.text == null -- 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

Re: [flex_india:31691] issue with using web service http://www.aswinanand.com/sendsms.php?wsdl

2010-10-09 Thread kannan r
There seems no issues in this piece of code. Use ur PHP working fine? On Sat, Oct 9, 2010 at 10:13 AM, atul parihar atulparihar...@gmail.comwrote: Hi guys, I have issue when i am using this web service in my flex application. They show alert message like this Message Successfully Sent but i

Re: [flex_india:31668] Re: datagrid cell text color

2010-10-08 Thread kannan r
Hi sidu, Vikas code is simple and straight fwd. It works great and was useful for me. I made a little tweak to that. If any one wanna highlight not only the text but also the background of the cell. Then they can use the code below. The credit goes to Vikas.

Re: [flex_india:31668] Help! Help!! Help!!!

2010-10-08 Thread kannan r
it helps. And one more info buddy, did u notice you are not getting many responses. Tht is because of the topic for your post. Please try to give some relevant topics so that the experts in that topics will notice that and try to help you. Thanks, kannan. r On Thu, Oct 7, 2010 at 10:18 PM, Gaurav

Re: [flex_india:31672] Re: HTTP service

2010-10-08 Thread kannan r
use the weebroot or www directory of the xampp to store ur php files and use relative path in ur app On Fri, Oct 8, 2010 at 10:59 AM, sandeep gupta sandeep.gupta20...@gmail.com wrote: Hi Release the build and deploy in the xamp server On Fri, Oct 8, 2010 at 12:58 AM, vikas

Re: [flex_india:31672] Re: HTTP service

2010-10-08 Thread kannan r
If ur are using flex builder 4 connecting to a php file is a piece of cake On Fri, Oct 8, 2010 at 12:58 PM, kannan r d.flex.g...@gmail.com wrote: use the weebroot or www directory of the xampp to store ur php files and use relative path in ur app On Fri, Oct 8, 2010 at 10:59 AM, sandeep

Re: [flex_india:31636] Re: Need HELP

2010-10-04 Thread kannan r
App is working fine for me. Wat sdk are u using?? Is there any specific behavior that worries you. Pls be little specific so others can also help you. And pls put appropriate post headings. On Wed, Sep 29, 2010 at 5:00 PM, Anoop PK anoo...@gmail.com wrote: Hi Prabu, I just tested ur code and

Re: [flex_india:31621] Re: Keyboard Navigation in flex page

2010-10-01 Thread kannan r
the focus using setFocus to the prev radio button. Hope this helps. If you insist I can search and put some source code here. Thanks Regards, kannan. R -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email

Re: [flex_india:31621] How to generate SWF files from Flex application?

2010-10-01 Thread kannan r
I think you can search for generating .swf using erlang. Which will lead you in a nice path. -- 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,

Re: [flex_india:31581] Re: Keyboard Navigation in flex page

2010-09-29 Thread kannan r
And also for user defined components, first set the tab enabled property as true. Make this clear first are u using flex or flash authoring env On Wed, Sep 29, 2010 at 10:22 AM, Akshar Kaul akshar.k...@gmail.com wrote: whenever you add a new component just set its tab index property to current

Re: [flex_india:31571] Extra lines in datagrid coloumn

2010-09-28 Thread kannan r
Are you getting the address lines directly from database. If so please make sure there is no space between them in the particular field itself. If they are a combination of several fields in database. Use trim() method to trim the unnecessary white spaces before and after the strings. You can

Re: [flex_india:31345] Dynamic page creation

2010-09-07 Thread kannan r
sorry I missed http://livedocs.adobe.com/flex/3/html/help.html?content=containers_intro_6.html On Tue, Sep 7, 2010 at 2:48 PM, kannan r d.flex.g...@gmail.com wrote: Hope this will show some light upon the topic. Had you found any other alternatives On Sat, Sep 4, 2010 at 9:53 PM, nihar

Re: [flex_india:31345] accessing control of .fla file into flex application

2010-09-07 Thread kannan r
I understand some part of your question. I think you are saying about accessing a textarea that is in your flash file using action script. For this you can either give an instance name for the textarea if it is used somewhere on the timeline. And use that instance name to reference that textarea.

Re: [flex_india:31345] Dynamic page creation

2010-09-07 Thread kannan r
, kannan r d.flex.g...@gmail.com wrote: please be a little more specific friend, your query sounds like we have to create a dynamic page like a flash builder itself!!! Regards, kannan On Wed, Sep 1, 2010 at 8:39 AM, nihar routray nihar.rout...@gmail.comwrote: Hi, How to create dynamic page

Re: [flex_india:31345] Type Coercion Error

2010-09-07 Thread kannan r
In your event handler, try to use the Event as the datatype. On Fri, Sep 3, 2010 at 6:31 PM, Banu actionscript...@gmail.com wrote: This means that you are getting a result of just *Event *type say it can be Complete or INIT etc but where you are handling you are trying to handle it as

Re: [flex_india:31317] Red-5 play/pause issue

2010-09-04 Thread kannan r
Hi friend, Its always an issue with pausing videos and audios you will have a overhead or lag of 1 or 2 frames. And now you are smart to figure out you have a 1 frame lag. So its better to add a salt value of 1 frame, when resuming to the code. Regards, kannan On Fri, Sep 3, 2010 at 5:03 PM

Re: [flex_india:31317] Dynamic page creation

2010-09-04 Thread kannan r
please be a little more specific friend, your query sounds like we have to create a dynamic page like a flash builder itself!!! Regards, kannan On Wed, Sep 1, 2010 at 8:39 AM, nihar routray nihar.rout...@gmail.comwrote: Hi, How to create dynamic page at run time. User can create component

Re: [flex_india:31300] Membership upgrade to always allowed to post

2010-09-03 Thread kannan r
Add me in. On Tue, Aug 31, 2010 at 5:32 PM, Saurabh Narula reachsaurabhnar...@gmail.com wrote: Ramesh, you can reach the moderators at flex.india.moderat...@gmail.com Flex India Moderation On Tue, Aug 31, 2010 at 7:23 AM, ramesh1...@gmail.com wrote: BTW, who is the moderator for this

Re: [flex_india:31253] Regarding Movie clips

2010-08-27 Thread kannan r
Hi ramesh, Can you please, help us out by telling. How to convert a PDF file to SWF. I am learning flex lately and I badly like to learn this. Thanks Regards, Guru On Thu, Aug 26, 2010 at 7:53 PM, ramesh1...@gmail.com wrote: Hi Flexions, I have converted a multiple page PDF file into

Re: [flex_india:31253] Regular Expression For Folder Name

2010-08-27 Thread kannan r
cant we use restrict here. Instead of validating later? -- 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

Re: [flex_india:30835] How to get image type from a url ?

2010-07-25 Thread kannan leo
Thank you pranav On Sun, Jul 25, 2010 at 12:08 AM, Pranav Negandhi jet...@gmail.com wrote: Actually, it turned out to be much easier than I thought, using a regular Loader. Working example pasted below. package { import flash.display.Loader; import flash.display.LoaderInfo; import

Re: [flex_india:30832] How to get image type from a url ?

2010-07-24 Thread kannan leo
Hi pranav, I tried it, But there is no type returned. I dont know what I am doing incorrectly ? Can you send any sample codes Thanks Regards, kannan. r On Fri, Jul 23, 2010 at 11:16 PM, Pranav Negandhi jet...@gmail.com wrote: You can use Sockets to retrieve the mime-type of the file. .p

Re: [flex_india:30805] Browser invocation problem

2010-07-20 Thread kannan leo
Endel Guimarães Silva endel...@gmail.com I've developed another application... actually a mod of my 'launcher'. Flash player simply doesn't recognize the client app (on these machines I said wasn't working). It's REALLY driving me crazy! On Mon, Jul 19, 2010 at 10:48 PM, kannan leo

Re: [flex_india:30791] Browser invocation problem

2010-07-19 Thread kannan leo
machine. It's really strange, because some machines work, some other don't. On Sat, Jul 17, 2010 at 9:51 AM, kannan leo kannan.c...@gmail.com wrote: Are both your apps running in flash player? or Please check whether any one of your apps require AIR to run. 2010/7/16 Endel Guimarães Silva

Re: [flex_india:30762] Listen itemClick Event on MenuBar

2010-07-17 Thread kannan leo
-SubMenu 1 - SubMenu 1.1 (here is one SubMenu 1.1) - SubMenu 1.1.1 - SubMenu 1.1.2 - SubMenu 1.2 - SubMenu 1.2.1 - SubMenu 1.2.2 -SubMenu 2 - SubMenu 1.1 (You also want the same SubMenu

Re: [flex_india:30763] Checkbox over datagrid

2010-07-17 Thread kannan leo
Column should disappear means whether you wanna delete the data from dataprovider to get deleted or just want to remove it from the datagrid. On Fri, Jul 16, 2010 at 9:06 AM, Sidhu Vijay Sidhu singh.v...@gmail.comwrote: I placed checkbox over datagrid column. i want when check box is selected

Re: [flex_india:30764] Browser invocation problem

2010-07-17 Thread kannan leo
Are both your apps running in flash player? or Please check whether any one of your apps require AIR to run. 2010/7/16 Endel Guimarães Silva endel...@gmail.com Hello. I have a problem with browser invocation. I have an app installed on the client's machine. That would be launched by a click

Re: [flex_india:30738] Re: Flex for mobile

2010-07-15 Thread kannan leo
Frame work is out yet. This is for developing Mobile Applications using Flex. On Thu, Jul 15, 2010 at 11:23 AM, kannan kannan.c...@gmail.com wrote: Friends any links, guides or software about Flex for mobiles please. I am getting lost in the huge and distributed world of mobile apps. -- You

Re: [flex_india:30739] Re: Flex for mobile

2010-07-15 Thread kannan leo
Thank you friend, its same ELIPS studio link which I have already posted. Ya it was nice. I am trying that out only. But still any other help will save my day and save me a lot of work around time friends. Thanks Regards, kannan. R On Thu, Jul 15, 2010 at 1:26 PM, Sonali Bhattacharya sonalib2

Re: [flex_india:30730] DataChooser in Flex 3

2010-07-14 Thread kannan leo
Could you please post it here friend so that all others can also make use of it Thanks in advance, kannan. R On Wed, Jul 14, 2010 at 8:00 AM, Sidhu Vijay Sidhu singh.v...@gmail.comwrote: Give me your email id I can send you the code On Tue, Jul 13, 2010 at 12:28 PM, Gaurav Patel

[flex_india:30731] Flex for mobile

2010-07-14 Thread kannan
Hi friends, I am trying to find whether we can develop Rich apps for mobiles using the Flex sdk. Any possible links, tuts or sample codes will be of great use. Please direct me in that way. I have heard about flex ongoing project:hero and its alpha is gonna be released soon this year.

[flex_india:30732] Re: Flex for mobile

2010-07-14 Thread kannan
displaying a simple Hello World on a mobile would save my day. I am just beginning this adventure, Please guide me in the correct direction. Thanks Regards, Kannan. R -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group

[flex_india:30733] Re: Flex for mobile

2010-07-14 Thread kannan
Friends any links, guides or software about Flex for mobiles please. I am getting lost in the huge and distributed world of mobile apps. -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to

Re: [flex_india:30713] Flex Busy Cursors

2010-07-13 Thread kannan leo
You mean, you dont want the event handlers to perform their functions when busy cursor is there ?? is it ur query friend? On Tue, Jul 13, 2010 at 7:23 PM, Sarma ramasarma...@gmail.com wrote: Hi to all, I am using remote object in my application. When busy cursor is there, that time no

Re: [flex_india:30714] Interview question

2010-07-13 Thread kannan leo
Pagination is a good idea. It will be very helpful if some of you could share an working example of that. Thanks Regards, kannan. R -- 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

Re: [flex_india:30720] Interview question

2010-07-13 Thread kannan leo
Ravi could you share your pagination sample code with the community please. Thanks in advance, kannan. R On Wed, Jul 14, 2010 at 6:51 AM, Ravi M flashr...@gmail.com wrote: I tried this and found List controls don't support items more than 32000. The player gets crashed and show some error

Re: [flex_india:30695] Re: Read Multiple File at a Time

2010-07-12 Thread kannan leo
Instead of using ftp:// try using file:///. I cant really get your problem. I am assuming certain things and telling this. Please brief more on what your challenge is and let the community help you better. warm regards, kannan. R On Sat, Jul 10, 2010 at 9:18 PM, pranavnegandhi jet...@gmail.com

[flex_india:30652] Re: Help me on Dual slider with two thumbs

2010-07-08 Thread kannan
Hai friend, I am back and i have a fix with me. But I dont know whether this is the behaviour you expected. Try it out. If its not the thing u expected. Please brief me more. Thanks Regards, kannan. R -- You received this message because you are subscribed to the Google Groups Flex India

[flex_india:30653] Re: Help me on Dual slider with two thumbs

2010-07-08 Thread kannan
?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import mx.controls.Alert; private function fnSliderThumbChange():void{ var intThumb1Value:int=

[flex_india:30654] Re: Help me on Dual slider with two thumbs

2010-07-08 Thread kannan
[code] ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import mx.controls.Alert; private function fnSliderThumbChange():void{ var intThumb1Value:int=

Re: [flex_india:0] Re: Code for Gammaln Function of Excel

2010-07-08 Thread kannan leo
Hi guys, I keep on hearing about this Gammaln function. Can you please brief me what it is? or send me some link, which is good to know more about this Gammaln fn On Wed, Jul 7, 2010 at 6:00 PM, FLEX Builder KKH flex@gmail.com wrote: Hi Expert, If you like , share ideas and code On

Re: [flex_india:30655] [Job/Consulting/Contract] - Flex Developer/Lead with 2-3 years exp @ NetBramha Studios

2010-07-08 Thread kannan leo
Humans with great sense of humour will be preferred over the dull boring creatures of the IT planet. nice line there buddy, and well said... I m not a creature, but i dont have 2 or 3 yrs of flex exp. But i know flex very well... so I have to wait another 2 more years to get this job?? hMMmm On

Re: [flex_india:30656] Soap 1.2 in flex

2010-07-08 Thread kannan leo
post about that and save this two poor little souls. Warm regards, kannan. R On Wed, Jul 7, 2010 at 1:10 PM, veeru rahul veeru...@gmail.com wrote: Hi Folks, I know that Flex does not support Soap 1.2. But i need to connect to a third party whose WSDL is generated using Soap1.2. So

Re: [flex_india:30663] [Job/Consulting/Contract] - Flex Developer/Lead with 2-3 years exp @ NetBramha Studios

2010-07-08 Thread kannan leo
Nice but wats the username and pass or without that what u expect as to see there mate... Your forgot password effect was nice... but remember my id goes invisible on mouse over, that was not expected behaviour i suppose. Best regards, kannan. r On Thu, Jul 8, 2010 at 8:20 AM, sandeep gupta

Re: [flex_india:30664] [Job/Consulting/Contract] - Flex Developer/Lead with 2-3 years exp @ NetBramha Studios

2010-07-08 Thread kannan leo
Nice cv there mate.. On Thu, Jul 8, 2010 at 12:50 PM, kannan leo kannan.c...@gmail.com wrote: Nice but wats the username and pass or without that what u expect as to see there mate... Your forgot password effect was nice... but remember my id goes invisible on mouse over

Re: [flex_india:30665] Suppose client sent a request to server and server didn't respond back yet and How can we prevent a client to send next request until server responds

2010-07-08 Thread kannan leo
Simple, by using client side script.. what scripting language do you prefer?? On Thu, Jul 8, 2010 at 7:54 AM, Sidhu Vijay Sidhu singh.v...@gmail.comwrote: Suppose client sent a request to server and server didn't respond back yet and How can we prevent a client to send next request until

Re: [flex_india:30666] Re: Help me on Dual slider with two thumbs

2010-07-08 Thread kannan leo
Hi mate, Yup sure thing... I will try it and let you know asap. In the meantime please keep us updated of any solutions u find. And other frnds please help us out here THanks, kannan. r -- You received this message because you are subscribed to the Google Groups Flex India Community group

Re: [flex_india:30673] [Job/Consulting/Contract] - Flex Developer/Lead with 2-3 years exp @ NetBramha Studios

2010-07-08 Thread kannan leo
and the group is meant for technical discussions, how does public post of your CV helps the group? Please always be careful while posting a reply, this reply should go to the email address of Aashish as mentioned in his email. Kannan, I think you replied to a wrong post and on a more serious

Re: [flex_india:30651] Help me on Dual slider with two thumbs

2010-07-07 Thread kannan leo
Hi mate, Nice idea to use sliders for selecting class ranges... ok i will give it a try, and notify you if I get any solution On Wed, Jul 7, 2010 at 8:55 PM, Venu's venu.2...@gmail.com wrote: Hi Friends, I have a problem with HSlider. I am working on a slider with two thumbs. I have a

Re: [flex_india:30619] Overloading in ActionScript

2010-07-04 Thread kannan leo
Cheers mate, As what kapil said was true. And thanks for the above link, it was really valuable detail to know. Warm regards, kannan On Sun, Jul 4, 2010 at 10:37 PM, kapil kaushik kaushik.ka...@gmail.comwrote: In strict sense, AS3 does not allow you to do function overloading. The link

Re: [flex_india:30611] Overloading in ActionScript

2010-07-03 Thread kannan leo
I think we cant do any overloading in AS3.0, correct me if I am wrong On Sat, Jul 3, 2010 at 8:38 PM, Sidhu Vijay Sidhu singh.v...@gmail.comwrote: Can we do overloading in ActionScript 3.0? if yes can anbdy send me the example or the way how to do it -- You received this message because

Re: [flex_india:30612] How to refresh an ArrayCollection when it's added.

2010-07-03 Thread kannan leo
and where to say that? I mean which event can our friend use this method to achieve this. On Sat, Jul 3, 2010 at 11:16 PM, sheetal nilwant sheetalnilw...@gmail.comwrote: say:- myArrayCollection.refresh(); On Sat, Jul 3, 2010 at 3:34 AM, KannanBabu trkannanb...@gmail.com wrote: Hi All, I

[flex_india:30597] Re: Custom components?

2010-07-02 Thread kannan
Thanks friends for the nice links and your support. On Jul 2, 9:59 am, vasanth flexte...@gmail.com wrote: You can get a good idea about creating the flex component in this link. http://www.ibm.com/developerworks/web/library/wa-flexrendering/index With Regards, vasanth. -- You

[flex_india:30598] Re: Custom components?

2010-07-02 Thread kannan
I am trying to create a custom date field in which all the dates till today will be enabled and all the future dates will be disabled. -- 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:30599] Re: Custom components?

2010-07-02 Thread kannan
Like this one given below [code] ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:DateField x=278 y=94 id=dcFsuture yearNavigationEnabled=true disabledRanges={[{rangeStart: new Date(new Date().getFullYear(),new

[flex_india:30600] Re: Custom components?

2010-07-02 Thread kannan
It works fine as a seperate application. when i convert this code to a custom component its not working. I dont know where I am going wrong please help me friends. Here is the code for my custom component. ?xml version=1.0 encoding=utf-8? mx:DateField xmlns:mx=http://www.adobe.com/2006/mxml;

Re: [flex_india:30567] DataTip Target

2010-07-01 Thread kannan leo
Hi oviya, Thanks for the info. And you where absolutely correct. dataTipRenderer does the job without any pain. No need to touch the internals and get your hands dirty. And InKiev you may find this link helpful to make your Creating custom DataTip renderers

Re: [flex_india:30567] Variables at Debugger Mode Variables Window are invisible (Nothing appears)

2010-07-01 Thread kannan leo
I run across the same situation, i thought it appears randomly. I restarted the IDE and everything was back to form. If you have fixed the issues, did you find what causes this problem? Firstly have you fixed it mate? On Wed, Jun 30, 2010 at 9:05 PM, jonamep jona...@gmail.com wrote: Hi Folks,

Re: [flex_india:30567] Re: Replacing the special character for existing keywords

2010-07-01 Thread kannan leo
RegEx sure may be a nice way!!! But before that lets find what the actual problem is, what database are you using and what datatype are you using there mate?? On Wed, Jun 30, 2010 at 6:31 PM, Swapnil sswapnilpa...@gmail.com wrote: Hi, You can replace that special character by using regex

Re: [flex_india:30586] Auto width in DataGrid

2010-07-01 Thread kannan leo
easier or existing method please share. Warm regards, Kannan. R On Thu, Jul 1, 2010 at 9:33 PM, ramesh1...@gmail.com wrote: use wordwrap! On Thu, Jul 1, 2010 at 17:38, oviya selvan srioviy...@gmail.com wrote: Hi Guys, I am held up on an issue related to width adjustment

Re: [flex_india:30587] Integrating Flex app in cfm page

2010-07-01 Thread kannan leo
Is there anything to do with the scroll policy?? On Thu, Jul 1, 2010 at 11:32 PM, Goutham e.gout...@gmail.com wrote: Hi, I have a flex application, that is default wrapped into html, I changed the wrapper to be a cfm page and every thing runs as expected. I tried adding a header to the cfm

Re: [flex_india:30588] Re: Linking to an HTML Page from a flex element.

2010-07-01 Thread kannan leo
the element the headings represent. The headings also seem to be a part of the canvas. Thanks. On Jun 30, 11:27 pm, kannan leo kannan.c...@gmail.com wrote: Also is there any easy way to change the accordion action from mouse click to mouse over. So that if we just have the mouse over

Re: [flex_india:30589] Re: Linking to an HTML Page from a flex element.

2010-07-01 Thread kannan leo
Ya it will affect all accrodions and i also dont think its the only way and the easiest way. Is there any other ways that we can achieve this?? Shred some light on this folks.. How can we make a accrodion change on mouseOver action and not on mouse click?? -- You received this message because

Re: [flex_india:30590] Re: Cleared Adobe Flex Certification..

2010-07-01 Thread kannan leo
of you. Regards, Virat Patel On Jun 29, 9:51 am, kannan leo kannan.c...@gmail.com wrote: Congrats buddy... Cheers, and give back to the community what u got from here. Share all our frnds on ur exp abt this ACE. Share some materials related and lets all gain some knowledge

[flex_india:30591] Custom components?

2010-07-01 Thread kannan
of my own and dedicate it to the community. please help me out friends. Warm regards, Kannan. R -- 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

Re: [flex_india:30556] DataTip Target

2010-06-30 Thread kannan leo
I think u need to work on the mx.internals here. If u can give more info, I may be able to help On Tue, Jun 29, 2010 at 11:02 PM, InKiev ink...@gmail.com wrote: Hi to every one, I was wondering whether somebody knows how change color of the data tip target in charts, once the

Re: [flex_india:30563] Linking to an HTML Page from a flex element.

2010-06-30 Thread kannan leo
Also is there any easy way to change the accordion action from mouse click to mouse over. So that if we just have the mouse over an accordion name the canvas comes up. I tried the same using simple mouseOver action and selected index but couldnt get that also to work :) I think for this one, you

Re: [flex_india:30563] Flex Mono

2010-06-30 Thread kannan leo
I am also interested in this mate. If you got any hot find regarding this please post it here. On Tue, Jun 29, 2010 at 11:25 PM, InKiev ink...@gmail.com wrote: Hi to everyone, somebody knows a way to connect Flex with Mono, I'm interested in start developing with .Net, but as Linux fan, I want

Re: [flex_india:30536] Re: Cleared Adobe Flex Certification..

2010-06-29 Thread kannan leo
Congrats buddy... Cheers, and give back to the community what u got from here. Share all our frnds on ur exp abt this ACE. Share some materials related and lets all gain some knowledge on that. -- You received this message because you are subscribed to the Google Groups Flex India Community

[flex_india:30510] Re: Free Flex IDE

2010-06-26 Thread kannan
If you are a student or unemployed(free lance) developer or if you have attend one of the adobe sponsored events then you can apply on the adobe website to get your flex or flash builder IDE's key for free. But you can't use it for commercial purposes though. For all other learners its worth a

Re: [flex_india:28315] very urgent ..pls help me

2010-02-07 Thread KANNAN P
-- 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+unsubscr...@googlegroups.com. For more options, visit this group

[flex_india:15852] Re: Chart Showing Negative Bars in Red

2008-11-06 Thread KAMAL KANNAN
I have tried with this link, i think it would help to resolve the issue http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailsproductId=2postId=2021 On Thu, Nov 6, 2008 at 5:38 PM, Leena Jain [EMAIL PROTECTED] wrote: Hi, I have a column Chart which shows both negative and