[flex_india:18217] Cursor position in an textInput object

2009-01-13 Thread Gaurav
Hi friends, I want cursor position in a textInput object. e,g In my text Input object i have text "Hi There" and cursor is somewhere in the middle of text then i want to find the position of it. Can anybody help on this? Thanks and regards, Gaurav --~--~-~--~~~---~--

[flex_india:18216] Playing multiple youtube videos at once in flex

2009-01-13 Thread Vijay
Hi all, I was trying to create an application which can take a list of youtube URLs and embed all the videos into the application. I tried using as many SWFLoaders as there are videos, with the source set to the URL in the embed code provided by youtube. It works fine with one video. but if I

[flex_india:18215] Don't see Radio Button after setting an Icon

2009-01-13 Thread moshe
Hi, When I add Icon for Radio Button I see only the icon image and not the radio button itself moshe --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send ema

[flex_india:18214] Re: Choosing Flex as my Career

2009-01-13 Thread Nirav Thakker
Vijay, I have been a COBOL coder for the past few years of my working life. A strong exposure to Java and C++ during my engg years helped me get back to Flex very easily. Like Shaleen said, your prospective employer may or may not have projects in Flex. If you get one, you are lucky, else better l

[flex_india:18213] Blog RIA Software - Adobe Flex + Java

2009-01-13 Thread Robson Fernandes
Morning staff This is my first blog on the subject of Adobe Flex and Java and would like to share my knowledge to further expand our community that just has to grow. The Blog, is still at the beginning, but I added some examples relevant to the community benefit, as many of the binaries and the so

[flex_india:18212] Dinamic color on ADG

2009-01-13 Thread Berkowitz - Fator13
Hello everybody! I'm a C# developer and I'm starting to work with FLEX too. I created a ADG with a SummaryFunction that calculates the average of the values: private function summFunc(cursor:IViewCursor, dataField:String, operation:String):Number { var _auxConta:Number =

[flex_india:18211] Re: help for reduce loading time

2009-01-13 Thread Shaleen Jain
Hello Harish, Its hard to say anything without seeing the code. But yes, as suggested by Anand and Yogesh, you can improve your code. Apart form that I would like to suggest some generalize things. 1. put the right thing at right place. 2. remove eventlisterns once you sure they are no longer in

[flex_india:18210] Re: Choosing Flex as my Career

2009-01-13 Thread Shaleen Jain
Hello Vijay, Nice to know that you want to choose flex as a career. Let me tell you a practical truth. The only way to get into a good company is through on/off campus interview. Once you get a job, your prospective employer will train you on some technologies based on their requirements. Its

[flex_india:18209] Re: Need help.

2009-01-13 Thread Shaleen Jain
depends on which property of the parent? try setting the value of the radius object from outside. using getter and setters. whatever the value you provide from the parent display object, the circle will take that I guess you may want to elaborate your query further.. Thanks, Shaleen Jain http:/

[flex_india:18208] Re: How to insert data from a database to a datagrid printed to a pdf file using flex?

2009-01-13 Thread Shaleen Jain
its not abt the jasper report. Its a problem across all the reporting tool. when you create a report and export it in a excel generally the format get scatter. some cell get widen, some empty columns get created and so on. the list is really long :) the general solution to this is first try to fo

[flex_india:18207] Re: HELP :( :(

2009-01-13 Thread Shaleen Jain
Hello Sudhi, I didn't understand the problem clearly as whether you aare showing each row in different tab in the tabnavigator or all rows in one another tab. Are you creating one tab for each row or what. bummer!! :) if possible send me the swf file along with your code. I will have a look an

[flex_india:18206] Re: Datagrid column color

2009-01-13 Thread Shaleen Jain
Hello Gerald, use itemrenderer to do this. write a file having your logic. Say we are using this file as myRendere.as/mxml now use that file in your particular datagidcoloumn like this. hope this will solve your problem. Thanks, Shaleen Jain http://shaleenjain.blogspot.com On Jan 13, 4:00 

[flex_india:18205] Re: Multiple Graph from external XML

2009-01-13 Thread Shaleen Jain
:) your welcome buddy!! Thanks, Shaleen Jain http://shaleenjain.blogspot.com On Jan 13, 5:41 am, Wirawan Naga wrote: > It's work... thanks Shaleen Jain for your help... didn't know it's so > simple... thanks again man... --~--~-~--~~~---~--~~ You received this m

[flex_india:18204] Flex over SSL to php

2009-01-13 Thread tesmar
Hi, I am fighting Flex to get it to communicate with a php script. It works from HTTP to HTTP, but when I change the destination to be DefaultHTTPS I get all kinds of errors. I can access the file through a browser, and the crossdomain.xml is open enough. Any suggestions? I set the URL in the ini

[flex_india:18203] Re: Flex 2 Vs Flex 3

2009-01-13 Thread lakshmi narayna
thanks jagadish On 1/8/09, Jagadish M wrote: > > * > > Adobe Flex 2 > * > > Adobe significantly changed the licensing model for the Flex product line > with the release of Flex 2. The core Flex 2 SDK, consisting of the > command-line compilers and the complete class library of user interface > com

[flex_india:18202] Choosing Flex as my Career

2009-01-13 Thread Vijay
Hi all, I m BE-CSE 3rd, year student. At present I develop simple flex apps. I want to become a flex developer after I have done my BE that is end of the next year. I need suggestions from you. What are the other technologies I need to know well other than flex? (I have interest in php and jav

[flex_india:18201] Re: Help please

2009-01-13 Thread
i think, Its not the coders, its Google group application which uses that stupid number. Anand On Jan 13, 5:58 pm, "Jitendra Jain" wrote: > Hi coders, > > Please use conventional message subject . > > Thanks, > > JJain --~--~-~--~~~---~--~~ You received this mess

[flex_india:18200] Re: help for reduce loading time

2009-01-13 Thread
If your images are skins of your component try adding it as a CSS skin while compilation rather adding it directly using embed. Also use CSS precisely external CSS. Try adding/removing listeners and use weak references. Also make sure you are defining proper type to every variable. Anand On J

[flex_india:18199] Re: Help please

2009-01-13 Thread Jitendra Jain
Hi coders, Please use conventional message subject . Thanks, JJain --~--~-~--~~~---~--~~ 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@googlegroups.com To u

[flex_india:18198] Re: How to insert data from a database to a datagrid printed to a pdf file using flex?

2009-01-13 Thread Jitendra Jain
Hi Kudan, Hmm. Please pick the latest IReport version and compile it in the latest .jasper. Might this will be helpful. Thanks, Regards, JJain --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community

[flex_india:18197] Re: Create Multiple Canvas depend on user need

2009-01-13 Thread
use repeater and set your XMLData as the repeater property. Create canvas inside that repeater. This will improve your app performance. Anand On Jan 13, 3:48 pm, Yogesh Gaur wrote: > yes u can ... get the xml data using http service request and based > on that using ur own crtierion find find

[flex_india:18196] Re: adding event listener to an instance of shape class

2009-01-13 Thread
Create a canvas which holds your shape inside its graphic object. Add Listener to your canvas. HTH Anand On Jan 13, 3:38 pm, Yogesh Gaur wrote: > hi guyz... i m new to flex .I m working on an app which requires me to > draw straight line from an coordinate to another on a canvas > container .

[flex_india:18195] Re: Help please

2009-01-13 Thread
use LoacalToGlobal and GlobalToLocal for getting the points. Anand On Jan 13, 3:58 pm, Yogesh Gaur wrote: > i think u shd look at help page for using coordinates ... > localtoglobal ...globaltolocal ...localtocontent ...there are few > method where u can restrict the calculation of coordinate o

[flex_india:18193] Re: Create Multiple Canvas depend on user need

2009-01-13 Thread Yogesh Gaur
yes u can ... get the xml data using http service request and based on that using ur own crtierion find find out how many canvas user needs to display the information and then use actionscript to create a canvas and loop it many a times as required by user and in canvas u can use datagrid or list

[flex_india:18192] Re: How to insert data from a database to a datagrid printed to a pdf file using flex?

2009-01-13 Thread kundan singh
Hi jitendra U are using Jasper Reports for printing PDF. D id u work on Jasper Reports for printing it to in excel format. bcz I m also Jasper Reports and IREPORT , but when printing in excel format , the data is not comming in proper format. Regards Kundan On Mon, Jan 12, 2009 at 4:34 PM,

[flex_india:18194] adding event listener to an instance of shape class

2009-01-13 Thread Yogesh Gaur
hi guyz... i m new to flex .I m working on an app which requires me to draw straight line from an coordinate to another on a canvas container . I m able to draw the line but i cudnt add an event listener to it ...the relevent part of code is shown below : private function drawLink():void {

[flex_india:18191] Re: help for reduce loading time

2009-01-13 Thread Yogesh Gaur
there can be many reasons ..one of them ofcourse embedding images ...try to load them at run time ...its helpful cuz u can later change the image itself widout change ur code or recompiling ur swf other reason can be synchronization of function calls within the components and among them ... try to

[flex_india:18190] Re: data grid column color

2009-01-13 Thread subeesh a
Hi, Check this link http://weblogs.macromedia.com/pent/archives/2007/02/coloring_the_ba.html Hope this may help you Subeesh On Tue, Jan 13, 2009 at 4:28 PM, Gerald Anto Fernando < flex.gerald.a...@gmail.com> wrote: > hello frnds, > > i have a datagrid with 4 columns but only one row. > datagri

[flex_india:18189] Re: Help please

2009-01-13 Thread Yogesh Gaur
i think u shd look at help page for using coordinates ... localtoglobal ...globaltolocal ...localtocontent ...there are few method where u can restrict the calculation of coordinate of the added child and its placement ... hope it works for you :) On Jan 12, 5:34 pm, sudhi wrote: > Dear saravana

[flex_india:18188] Need help.

2009-01-13 Thread sudhi
I have a classA which extends from Sprite and draws a Circle. I want to add the instance of this class into other parent display objects, but when creating it, i want to draw the circle with variable radius depending on the Parent object which is adding it. Is there any way to know which Display

[flex_india:18187] Datagrid column color

2009-01-13 Thread Gerald Anto Fernando
hello frnds, i have a datagrid with 4 columns but only one row. datagrid gets display value for each column dynamically. now i want my column value is < 0 it should be in diffrent color else it should be in a diffrent color. please help me --~--~-~--~~~---~--~~ You

[flex_india:18186] Re: help for reduce loading time

2009-01-13 Thread harish
Yes, I have lot of images.But i need that neccessary. Is there any way to avoid the late time. --~--~-~--~~~---~--~~ 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_

[flex_india:18185] data grid column color

2009-01-13 Thread Gerald Anto Fernando
hello frnds, i have a datagrid with 4 columns but only one row. datagrid gets display value for each column dynamically. now i want my column value is < 0 it should be in diffrent color else it should be in a diffrent color. please help me --~--~-~--~~~---~--~~ You