[flex_india:23926] Re: Flex3 Error #1502: A script has executed for longer than the default timeout period of 15 seconds.

2009-07-22 Thread Neeraj
I think your xmllist is too long . you solve this error bye two way . one by increasing default time out or other by breaking for loop.. Neeraj On Jul 22, 6:51 am, Liang Ma wrote: > Hi,guys: > I got Flex #1502 error upon the Flex "ColumnChart" after r

[flex_india:23712] Re: how to configure tomcat

2009-07-13 Thread Neeraj
default your project name click on finish button . Thanks Neeraj On Jul 10, 6:27 pm, Gerald Anto > Hello Friends, > I am using Flex Builder 3. > I need to get a data from jsp file which is running in tomcat. > how can i configure tomcat(which is in c:\) in Flex builder. > i need t

[flex_india:23711] Re: Message event is not triggerred - Flex messaging using BlazeDS

2009-07-13 Thread Neeraj
Hi paromita, while compiling flex application , did you add compile time "services" argument . in this argument you need to give path of service_conf.xml file . just search on net services arg of flex . you can find out Thanks Neeraj On Jul 8, 1:52 pm, Paromita Dey wrote: >

[flex_india:23710] Re: Flex Builder? Eclipse help needed urgent

2009-07-13 Thread Neeraj
use flex builder pluin for eclips. On Jul 13, 4:11 pm, Gerald Anto wrote: > Hello Friends, > my maxl page calls to JSP page(HTTPService). > Shall we write a JSP code in Flex Builder instead of Eclipse (or) > Shall we write mxml code in Eclipse. > > I mean shall we use one Ide for both(mxml and j

[flex_india:23635] Re: Row color datagrid

2009-07-09 Thread Neeraj
Hi, I think you should use styleFunction() ; by itemRender you can give color to particular colom. Neeraj On Jul 9, 9:07 am, neelu wrote: > Hi all, >      Can any one plz suggest me how to get the color to the row  in > datagrid using itemrenderers.i had customrowcolordatagrid,b

[flex_india:23420] Re: save datagrid to sql lite

2009-07-01 Thread Neeraj
Hi Jeroen , I am not able to understand your problem , can please explore more . Thanks Neeraj On Jun 30, 7:22 pm, jeroen wrote: > I know I am being pushy but I have posted this on various > sites...please can anyone just point me in some direction > > My largest issue is t

[flex_india:23405] ImaHima (Tokyo) looking for freelance Flex developer for Colabolo

2009-06-30 Thread Neeraj Jhanji
Hello, We are looking for freelance Flex developer(s) to help with the ongoing development of Colabolo, an AIR application. Colabolo is a team task management tool developed by ImaHima, a company based in Tokyo, founded by an Indian Neeraj Jhanji. For more information about Colabolo, please see

[flex_india:23391] Not able to drag invisible row from data grid

2009-06-30 Thread neeraj
drag row which is not visible .? please suggest if any one know . Thanks & Regards Neeraj --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email

[flex_india:23372] Re: flex integration with jsp

2009-06-29 Thread Neeraj
Hi Sharma , There is some way some way to integrate flex application with java . you can use http services , web services or RMI . http://www.theserverside.com/tt/articles/content/Flex/Flex_Chapter20.pdf Thanks Neeraj On Jun 29, 12:22 pm, Ravi Mishra wrote: > Hi Sarma, > > Can y

[flex_india:21980] Re: Drag and Drop Doubt?

2009-05-03 Thread Neeraj
i think you have to dispatch event while entering text in data grid .. try with change event ... Neeraj On Apr 28, 7:42 pm, ganaraj p r wrote: > Cant you fix this using the data binding? > > > > On Tue, Apr 28, 2009 at 3:32 PM, Karthik K wrote: > > > Hi guys > &

[flex_india:21979] Re: subtract one day from from give date

2009-05-03 Thread Neeraj
Hi , convert date into millisecond then subtract on day . virat already given code. Neeraj On Apr 30, 12:19 pm, "v...@t" wrote: > Hello > > var MILLISECONDS_PER_DAY : Number = 1000 * 60 * 60 * 24; > var currentDate : Date = new Date(); // in youe case it's giv

[flex_india:21460] Re: Need Some Samples

2009-04-13 Thread Neeraj
Hi , http://neerajonsky.blogspot.com/2009/04/adobe-flex-3-with-air-certification-kit.html Neeraj On Apr 13, 9:18 pm, Jagadish M wrote: > *Practice Exam* > Try out these practice questions to get a feel for the types of questions on > the ACE exam. Please > note that your perf

[flex_india:21292] How to improve performance using ItemRender

2009-04-07 Thread neeraj
component like Datagrid , List , ComboBox ? Thanks Neeraj --~--~-~--~~~---~--~~ 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 unsubs

[flex_india:21003] Re: DoubleClick disable in datagrid

2009-03-30 Thread Neeraj
Hi , write event handler on itemdoubleclick and call event.stopImmediatePropogation() method. Hope this will work for you . Neeraj On Mar 30, 1:20 pm, Karthik K wrote: > hi *anand* > > but still it is worling > > doubleClickEnabled="false" but i don have any idea

[flex_india:20756] Re: How to Open Flex Project

2009-03-23 Thread Neeraj
go to window and inside show view you can open flex navigation. Neeraj On Mar 23, 8:25 am, Rosegarden wrote: > Hi Guys, > > I just began to use flex, and i have a kind of silly question. Every > time i open my Adobe Flex Builder 3 , i was able to see all my folders > on the left

[flex_india:20702] Re: How to Search in Flex

2009-03-22 Thread Neeraj
use ctr+f key and search in code ...use your common seance also ... On Mar 21, 5:13 am, Rosegarden wrote: > I am trying to fix errors on a project coded by someone else.How i can > find what i am looking for very easily. For example i am looking for " > if cancel button is enabled or

[flex_india:20063] Re: selected Item or selected Index for List

2009-03-04 Thread Neeraj
ya you can get , use mouse over event On Mar 4, 4:47 pm, Carvalhar wrote: > well, i think you can in mousevor first define the item as selected > then pass it... > > On Mar 4, 3:53 am, Sankar wrote: > > > Hi , > > > am using the List control to display the data and it has a > > itemRenderer als

[flex_india:19821] Re: Tree Control Expand and Collapse

2009-03-01 Thread Neeraj
one method , open tree node based one sate which you save in array collection using expandItem . I have implemented this in my project . it working fine .. Thanks Neeraj On Feb 28, 12:06 pm, Bhaskar wrote: > Hi All, > > i have created tree with Custom icons with one mxml, and i

[flex_india:19652] Re: doubt in rollOut event

2009-02-24 Thread Neeraj
Hi , Use rollOver event Neeraj On Feb 24, 5:34 pm, Ravi wrote: > On the rollOut event of the grid just write the following method: > > public function removeBtn():void{ >     parentOfButton.removeChild('IDofButton'); > > } > > this should help. > > -