[flex_india:26890] Problem with an Item Renderer

2009-11-27 Thread Rogelio Canedo
Hi, I solicite you because I encounter a problem with an itemRenderer. I develop an application that displays data from a sensor in a DataGrid. there are several changes per second on my dataProvider (ArrayCollection) and I want to put the cell background in green if the value increases or in red

Re: [flex_india:26891] How to call the Action Script function from java Script through JSP file?

2009-11-27 Thread priya gupta
Use FABridge to comunicate between flex and javascript(HTML) On 11/26/09, surendra chowdary surendrachowdary.m...@gmail.com wrote: Hi Amit, Thanks for the reply... Here i am not in the same html which is generated by the main flex application, I am moving to outside JSP page from there

Re: [flex_india:26892] Problem with an Item Renderer

2009-11-27 Thread rishi narang
u need to override the set data method of item renderer On Fri, Nov 27, 2009 at 2:54 PM, Rogelio Canedo rogelio.can...@gmail.comwrote: Hi, I solicite you because I encounter a problem with an itemRenderer. I develop an application that displays data from a sensor in a DataGrid. there are

Re: [flex_india:26893] Extend sensibility zone of collapse/expand of an AdvancedDataGrid

2009-11-27 Thread kyopes
Thanks for replaying, its ok now, I changed click by itemClick, and in the event handling function I changed its argument mouseEvent by listEvent. flexorz group of flex corders wrote: it would be easier if you can show the code. cheers Dinukx On Thu, Nov 26, 2009 at 5:39 AM, kyopes

Re: [flex_india:26895] Problem with an Item Renderer

2009-11-27 Thread sri space hero
Hello, Im trying to profile my flex application. usually its a game in flex. I found ChildConstraintInfo took many instances almost it occupies about 75% of the memory.. how can i reduce that. ??? -- Regards, Sri Tej Golive Gaming Solutions PVT LTD -- You received this message because you

Re: [flex_india:26894] Problem with an Item Renderer

2009-11-27 Thread sathish kumar
hi resi, use the following code package { import flash.display.Graphics; import mx.controls.Alert; import mx.controls.DataGrid; import mx.controls.Label; import mx.controls.dataGridClasses.*; import mx.core.Application; public class ItemRen extends Label {

Re: [flex_india:26896] Problem with an Item Renderer

2009-11-27 Thread sathish kumar
send me the coding .. On Fri, Nov 27, 2009 at 5:08 PM, sri space hero sritejnar...@gmail.comwrote: Hello, Im trying to profile my flex application. usually its a game in flex. I found ChildConstraintInfo took many instances almost it occupies about 75% of the memory.. how can i reduce