[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 libra.mali...@gmail.com wrote: Hi,guys: I got Flex #1502 error upon the Flex ColumnChart after

[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 paromita...@gmail.com wrote

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

2009-07-01 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: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 jerdeb...@gmail.com 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

[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 to flex_india

[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 ravi.achi...@gmail.com wrote: Hi Sarma

[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 vira...@gmail.com wrote: Hello var MILLISECONDS_PER_DAY : Number = 1000 * 60 * 60 * 24; var currentDate : Date = new Date(); // in youe case it's given date var time

[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 jagan.f...@gmail.com 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

[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 unsubscribe from

[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 cse.k.kart...@gmail.com wrote: hi *anand* but still it is worling doubleClickEnabled=false but i don have any idea how

[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 gkucukdal...@gmail.com 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

[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 carloscarval...@ig.com.br wrote: well, i think you can in mousevor first define the item as selected then pass it... On Mar 4, 3:53 am, Sankar sankar.kethin...@gmail.com wrote: Hi , am using the List control to display

[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 vijayabhaskarreddy.pe...@gmail.com wrote: Hi All, i have created tree with Custom icons

[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 ravi.achi...@gmail.com wrote: On the rollOut event of the grid just write the following method: public function removeBtn():void{     parentOfButton.removeChild('IDofButton'); } this should help. -Ravi On Feb 24, 4:05 pm