[flexcoders] Flex application that consumes excess memory.

2009-10-12 Thread srikanth_reddy_007
We developed and application in flex which can show graphs with nodes and edges. the node is represented by an SVG image. We are seeing that the browser memory consumption for the application with a graph that has 2000 nodes goes to 500MB and the browser becomes un-responsive. when the graph with

[flexcoders] Change event doesn't get fired when I Update selected state for toggle button.

2009-10-12 Thread srikanth_reddy_007
Hi, when I use the click on the button then the change event gets fired for toggle button. But when I update the selected property of the button, then the change event doesn't get fired. How to make this work. Thanks, Srikanth

[flexcoders] How to make a Runtime Shared Library (RSL)?

2009-02-16 Thread srikanth_reddy_007
Hi, I Created an application in Flex Builder 3 and I used the Flex Properties - Library Path - Framework Linkage as Runtime Shared Library(RSL). The It created a framework_3.1.0.2710.swf. I have a question; if I use the library cairngorm.swc and if I want to externalize that too into RSL, What

[flexcoders] Ant property for compiler option Copy non-embedded files to output folder

2008-09-16 Thread srikanth_reddy_007
Hi, I am using the Ant script to compile my mxml files and Using the Flex Builder in the compiler options Properties-Flex Compiler there is an option with a check-box Copy non-embedded files to output folder which will copy all the non embedded resources to a folder outside the generated swf.

[flexcoders] SWF Loader is not repainting when I make the with to 0 and again expand it.

2008-09-04 Thread srikanth_reddy_007
Hi, SWF loader is loading the swf file and when I minimize the swf loader by setting its width to 0 and expand it then it is not repainting. Here is the code snippet i am using mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; x=0 y=0 width=100% height=100%

[flexcoders] How can we destroy the childs in the State before moving to the new state

2008-02-03 Thread srikanth_reddy_007
I have an application which has two states - 1. Login state 2. Application state. First the application has no child elements but has two states as above. once the user types the url I authenticate the user from the active directory and if the authentication fails login state is displayed

[flexcoders] How can we destroy the chaild in the other state before moving to the new state.

2008-01-31 Thread srikanth_reddy_007
Hi, I have an application which has two states - one Login state and Application state. Once the login is authenticated i move it to application state and it initializes itself with the init method() call. After working on the application state when once the session expires i reset the

[flexcoders] Re: How can we destroy the chaild in the other state before moving to the new st

2008-01-31 Thread srikanth_reddy_007
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of srikanth_reddy_007 Sent: Thursday, January 31, 2008 11:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How can we destroy the chaild in the other state before moving to the new state. Hi, I have an application which has two

[flexcoders] Contest menu text doesn't change if i set the caption property

2008-01-23 Thread srikanth_reddy_007
Code snippet: var statusBarItem:ContextMenuItem = new ContextMenuItem(show me, false, true, true); showMeItem.addEventListener( ContextMenuEvent.MENU_ITEM_SELECT, showMeListener ); cm.customItems.push(showMeItem); Context menu doesn't change the label if it reset the caption property. it shows

[flexcoders] Contest menu text doesn't change if i set the caption property

2008-01-22 Thread srikanth_reddy_007
Code snippet: var statusBarItem:ContextMenuItem = new ContextMenuItem(show me, false, true, true); showMeItem.addEventListener( ContextMenuEvent.MENU_ITEM_SELECT, showMeListener ); cm.customItems.push(showMeItem); public function showMeListener(event:ContextMenuEvent):void {

[flexcoders] Hi

2008-01-11 Thread srikanth_reddy_007
I am sending a HTTPService request to the server and from the server in a servlet i am getting the locale of the request. Its always en_US reggardless of the browser locale. can some one help to send browser locale to the server?

[flexcoders] Getting locale of the browser at server from the HTTPService Request

2008-01-11 Thread srikanth_reddy_007
I am sending a HTTPService request to the server and from the server in a servlet i am getting the locale of the request. Its always en_US reggardless of the browser locale. can some one help to send browser locale to the server?

[flexcoders] NO Selction change when i click on the list rendererer button item

2007-12-26 Thread srikanth_reddy_007
I have a combo box item renderer and inside the renderer i have a button which represents modify the item which pops up a window to edit the item. when i click on the button inside the list renderer item, the item gets selected as well which is the default behaviour of flex. can some one tell

[flexcoders] Converting the Loader info to Class

2007-12-26 Thread srikanth_reddy_007
I have a Dictionary of Image objects which is implemented as below public class IconMap { [Bindable] public var images:Dictionary = new Dictionary (); [Embed(source=/resources/app_extx_32.svg)] public

[flexcoders] Loading Image dynamically

2007-12-12 Thread srikanth_reddy_007
I have an Item renderer which has an image and it displays the images depending on the type of the item What i want is to load the images dynamically from the server at run time and keep them in a Dictionary Type,Class at the begining of the app and the item renderer takes the images from the

[flexcoders] Re: Loading Image dynamically

2007-12-12 Thread srikanth_reddy_007
; this.albumPic.source = selectedPic.src_big; } --- srikanth_reddy_007 [EMAIL PROTECTED] wrote: I have an Item renderer which has an image and it displays the images depending on the type of the item What i want is to load the images dynamically from the server at run time and keep

[flexcoders] Sorting XML

2007-12-03 Thread srikanth_reddy_007
var FiltersXML:XML = Filters Filter id=102 NameImpact Analysis/Name Category0/Category DerivedFrom2/DerivedFrom /Filter Filter id=100 NameNo Filter/Name Category0/Category DerivedFrom0/DerivedFrom

[flexcoders] Re: Combobox ItemRenderer is now working as expected

2007-11-15 Thread srikanth_reddy_007
On Nov 14, 2007 11:45 PM, srikanth_reddy_007 [EMAIL PROTECTED] wrote: Tried XML(data)[EMAIL PROTECTED] but no luck !!! --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Alex Harui aharui@ wrote: Are you getting binding warnings? Try XML(data)[EMAIL PROTECTED

[flexcoders] Re: Vertical scrolling without horizontal scrolling? How do I make 100% == 100%

2007-11-15 Thread srikanth_reddy_007
Try Setting the horizontalSrollPolicy=off --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: As long as it is small enough to not cause the hbar to come on From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] About Combobox filling up the first item by default when we databinding

2007-11-14 Thread srikanth_reddy_007
Hi, When i attach data to the combo box with the dataprovider property in run time it automatically populates the first item into the text field. I don't want the first item to be populated by default? Does anybody help me in achieve this ? and second thing it expands the combo box to the size of

[flexcoders] how to Avoid - Compbo box fills up the first item when databinding is used

2007-11-14 Thread srikanth_reddy_007
About Combobox filling up the first item by default when we databinding I don't get what you mean to say ... I have the code like this mx:ComboBox id=txtFamilyName y=24 left=10 right=10 editable=true focusIn=fetchAutoCompleteData(event, 'Family') dataProvider={modelLocator.searchModel.family}

[flexcoders] Combobox ItemRenderer is now working as expected

2007-11-14 Thread srikanth_reddy_007
Can some one rectify my problem -- I have a ItemRenderer for combobox FilterListRenderer.mxml ?xml version=1.0 encoding=utf-8? mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml; width=100% height=20 paddingLeft=0 paddingRight=0 paddingTop=0 paddingBottom=0

[flexcoders] Re: About Combobox filling up the first item by default when we databinding

2007-11-14 Thread srikanth_reddy_007
can i avoid that too. Thanks, Srikanth --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 14 Nov 2007, srikanth_reddy_007 wrote: field. I don't want the first item to be populated by default? Does anybody help me in achieve this ? If only some sort

[flexcoders] Re: Combobox ItemRenderer is now working as expected

2007-11-14 Thread srikanth_reddy_007
Of srikanth_reddy_007 Sent: Wednesday, November 14, 2007 8:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Combobox ItemRenderer is now working as expected Can some one rectify my problem -- I have a ItemRenderer for combobox FilterListRenderer.mxml ?xml version=1.0 encoding

[flexcoders] Re: Programmatic control over a (H|V)Box gap width?

2007-11-14 Thread srikanth_reddy_007
use horizontalGap and verticalGap properties of the component. --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Is it possible? I can't find any mention of it in the API documentation. Cheers, -Josh -- This is crazy! Why are we talking about going to bed with

[flexcoders] Re: Combobox ItemRenderer is now working as expected

2007-11-14 Thread srikanth_reddy_007
] On Behalf Of srikanth_reddy_007 Sent: Wednesday, November 14, 2007 8:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Combobox ItemRenderer is now working as expected Can some one rectify my problem -- I have a ItemRenderer for combobox FilterListRenderer.mxml ?xml version

[flexcoders] How to have a seperator in the list renderer of the combobox

2007-10-30 Thread srikanth_reddy_007
Hi All, I want a seperator in the list combo box list control. can some body help!!!.

[flexcoders] Problem with Scroll bar

2007-10-30 Thread srikanth_reddy_007
?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Canvas x=54 y=54 width=223 height=294 mx:Button x=39 y=366 label=Ok/ mx:Button x=112 y=366 label=Cancel/ mx:TextInput x=27 y=10/