[flex_india:23321] Re: Part time jobs in Adobe flex tools development

2009-06-27 Thread Jagadish M
Hi Ganesh, After finishing your requirement u can just keep a mail like "REQUIREMENT FULLFILLED" it's a matter of just a single line.. On Sat, Jun 27, 2009 at 9:33 PM, sree ganesh wrote: > > Dear Arul, > We hired some one from this group only. Thats why we didn't send any > sample tasks. > Than

[flex_india:23319] Re: Execute some function till mouse down

2009-06-27 Thread sankar swaroop
Try using Repeters Thanks On Sat, Jun 27, 2009 at 5:49 PM, HISSAM wrote: > make a global var as true > > call the function recursivley(where u rotate the image) while this var is > true > as soon as mouseup event is fired, make this var as false > > will work I beleive > try it out > ---

[flex_india:23317] Re: doubt in xml?

2009-06-27 Thread sankar swaroop
Hi karthik, If ur xml is like above both xml field data will be displayed in same cell with cama seperator so there should be atleast one character difference so give like Thanks On Sat, Jun 27, 2009 at 4:02 PM, Karthik K wrote: > hi guys > > Below is my xml > > > > column_1_row_1_value > c

[flex_india:23318] Re: Using Call Responders

2009-06-27 Thread sankar swaroop
Here when u click the LoginBtn the flex connects to PHP page and then after click the event finished and u cannot again get access inside it. So outside of this click event u can access data. So u must use result event for the service u r using to connect to PHP page. Thanks On Sun, Jun 28, 200

[flex_india:23320] Re: doubt in xml?

2009-06-27 Thread sankar swaroop
Hi shen, we can convert xml to arraycollection. Use this link http://nsdevaraj.wordpress.com/2009/03/05/convert-data-types-arraycollection-xml-object-string/ After u convert into arraycollection use it's property like ArrColl.getItemAt(0).Books as text to tabs Try this Thanks On Sat, Jun 27, 2

[flex_india:23314] Using Call Responders

2009-06-27 Thread Shreyas
Hi, I was trying to create a simple login form using Flash Builder by connecting to a PHP script. For the clickHandler of the Login Button, I have the code as- checkLoginResult.token = myPHPLogin.checkLogin (username.text,password.text); where checkLoginResult is the Call Responder and myPH

[flex_india:23312] Re: Part time jobs in Adobe flex tools development

2009-06-27 Thread sree ganesh
Dear Arul, We hired some one from this group only. Thats why we didn't send any sample tasks. Thanks Ganesh On Fri, Jun 26, 2009 at 8:43 PM, Arul.Fx wrote: > > Dear Folks, > > Don't waste your time for reading this mail thread. Till now I not yet > receive any sample task from this ppl > > arul >

[flex_india:23311] Re: Execute some function till mouse down

2009-06-27 Thread Shen
I have following XMLLIst I want to get books and Songs as tabnavigator tabs(dataprovider),Is there way to get XMLLIst to dataprovider or array collection.because under the dynamic properties always change books,songs sometimes it may books,films,songs. so I want to appear tabnavigator tabs books,f

[flex_india:23313] Re: doubt in xml?

2009-06-27 Thread Shen
I have following XMLLIst I want to get books and Songs as tabnavigator tabs(dataprovider),Is there way to get XMLLIst to dataprovider or array collection.because under the dynamic properties always change books,songs sometimes it may books,films,songs. so I want to appear tabnavigator tabs books,f

[flex_india:23310] Re: Need a Cairngorm Architect from Bangalore

2009-06-27 Thread Shen
I have following XMLLIst I want to get books and Songs as tabnavigator tabs(dataprovider),Is there way to get XMLLIst to dataprovider or array collection.because under the dynamic properties always change books,songs sometimes it may books,films,songs. so I want to appear tabnavigator tabs books,f

[flex_india:23316] Help me to identify Memory Leak

2009-06-27 Thread Dharmendra Chouhan
Hi All, I have very basic application which uses DataSerives over RTMP channel to populate dataGrid , I have not used any user defined component. This application has got LOAD data and Remove data Button just to simulate the actual application What happens , when I click on LOAD data

[flex_india:23315] certification

2009-06-27 Thread suresh
Hi guys can any one help me in completing AdobeFlex certification. What are the ways and books we need to refer for clearing certification... thanks in advance --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex I

[flex_india:23309] Urgen Help XMLLIST

2009-06-27 Thread Shen
I have following XMLLIst I want to get books and Songs as tabnavigator tabs(dataprovider),Is there way to get XMLLIst to dataprovider or array collection.because under the dynamic properties always change books,songs sometimes it may books,films,songs. so I want to appear tabnavigator tabs books,f

[flex_india:23306] Re: Google Analytic "referrer" using Flex/AS3

2009-06-27 Thread Chanaka Mannapperuma
I have following XMLLIst I want to get books and Songs as tabnavigator tabs(dataprovider),Is there way to get XMLLIst to dataprovider or array collection.because under the dynamic properties always change books,songs sometimes it may books,films,songs. so I want to appear tabnavigator tabs books,fi

[flex_india:23305] Re: Need a Cairngorm Architect from Bangalore

2009-06-27 Thread Renu
Hi, I am having 2 yr exp in Flex, AS 3.0. I am comfortable with Cairngorm. Have understanding of Adobe AIR. Like saurabh, I am also based out of Bangalore. If you think, the work can be executed from different location other than Bangalore. Do let me know, I am interested to work with you. Thanks,

[flex_india:23304] Re: Execute some function till mouse down

2009-06-27 Thread HISSAM
make a global var as true call the function recursivley(where u rotate the image) while this var is true as soon as mouseup event is fired, make this var as false will work I beleive try it out - Regards, HISSAM, -- On Sat, Jun 27, 2009 a

[flex_india:23302] Re: How to get the value of column header on clicking

2009-06-27 Thread itonflex team
Hi Friend, Thanks a lot for sending me the solution . I got the solution for this! Buy the way this is kishore from Andhra pradesh. Nice meeting you thankyou. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

[flex_india:23303] Re: Need a Cairngorm Architect from Bangalore

2009-06-27 Thread saurabh goel
Hi, I have 2 year experience in the field of Flex and Cairngorm. Overall i have 4 year experience it include Java, Jsp, servelet, struts and Sql. Currently i m in Noida. If u think that i can manage work from Noida than i m ready to work with u sincerely. Regards Saurabh On 6/27/09, bluezeal

[flex_india:23301] doubt in xml?

2009-06-27 Thread Karthik K
hi guys Below is my xml column_1_row_1_value column_2_row_1_value can we display like the below in datagrid column_1_name column_1_name(Header text) column_1_row_1_valuecolumn_2_row_1_value (Field data) any idea -- Karthik.k M

[flex_india:23296] Re: Part time jobs in Adobe flex tools development

2009-06-27 Thread Arul.Fx
Dear Folks, Don't waste your time for reading this mail thread. Till now I not yet receive any sample task from this ppl arul On Jun 26, 7:54 pm, Renu wrote: > Hi, I am having 2 yr experience in Flex. I am also interested to join it. > Can you pls forward me the details. > > Thanks, > Renu > >

[flex_india:23298] AIR Application Performance Testing

2009-06-27 Thread Veena
What would be the BEST performance monitoring tool that can be used for AIR/Flex based application. I am seeing something like NeoLoad and LoadRunner. Are they good ones??? Anyone has anything to comment on this? I would like to suggest something for my company.. --~--~-~--~~

[flex_india:23297] Execute some function till mouse down

2009-06-27 Thread Ravi
Hello frnds, I want to rotate an image after mouse down,and image should be rotate continuously till mouse down, but when i pressed mouse down it rotate only once.. can anyone plz help me in this.. thanks ravi --~--~-~--~~~---~--~~ You received this message because

[flex_india:23299] Need a Cairngorm Architect from Bangalore

2009-06-27 Thread bluezeal
Are you a passionate Web UI Designer & Developer? Are you driven by overcoming challenges and by being accountable to deliver team results? Are you looking to join a team of motivated and talented developers? If so, consider this… We are looking for a Freelancer RIA developer from banglaore who

[flex_india:23295] Re: graph error

2009-06-27 Thread Akhil Agrawal
this error occur if there is only one data item in dataprovider. On Jun 27, 1:41 pm, Akhil Agrawal wrote: > some times while displaying the graph shows the following error even > graph is displayed correctly why it is so how to fix it. It is in any > case bargraph,pie,line ,, > > Error #1010: A

[flex_india:23294] graph error

2009-06-27 Thread Akhil Agrawal
some times while displaying the graph shows the following error even graph is displayed correctly why it is so how to fix it. It is in any case bargraph,pie,line ,, Error #1010: A term is undefined and has no properties. at mx.charts.chartClasses::GraphicsUtilities$/drawPolyLine()[C:\work