RE: [flexcoders] Re: Unable to get trace to work...

2006-09-01 Thread Pottavathini, Sathish
This usually happens when the debug build did not complete successfully. Make sure there are no errors in "Problems" tab before you run in debug mode. Sathish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Sent: Friday, September 01, 2006 1

RE: [flexcoders] Upgradation to flex 2.0

2006-08-21 Thread Pottavathini, Sathish
I went through this conversion for my medium range application. The only issues that I faced was with events. Some of the events are changed, for example - click event to itemClick event in some controls etc. Good luck. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PR

[flexcoders] RE: Adding columns dynamically in a datagrid

2006-07-19 Thread Pottavathini, Sathish
___ From:   Pottavathini, Sathish  Sent:   Wednesday, July 19, 2006 11:48 AM To: flexcoders@yahoogroups.com Subject:    Adding columns dynamically in a datagrid I have a datagrid and the data loaded into it is dynamic. The number of columns are also different each ti

[flexcoders] Adding columns dynamically in a datagrid

2006-07-19 Thread Pottavathini, Sathish
Title: Adding columns dynamically in a datagrid I have a datagrid and the data loaded into it is dynamic. The number of columns are also different each time. So I am trying to read the xml data that is used for the datagrid and create columns at run time using 'columns' property of the data

RE: [flexcoders] ArrayCollection as datasource

2006-07-11 Thread Pottavathini, Sathish
I'm getting the data in similar way as well. A similar request for something else gave me XML but in this case i am gettting ObjectProxy, any idea why?   Sathish -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Jonas WindeySent: Monda

[flexcoders] Beta 3 to v2 upgrade and datagrid issues

2006-07-11 Thread Pottavathini, Sathish
Hi, I just upgraded from beta 3 to flex builder 2 and i have following issue that i couldn't resolve. So looking for some pointers, i'm sure some of you bumped into this issue. I have a datagrid, and i'm filling it with the data that is received through HTTPService with resultFormat "e4x". In

[flexcoders] Issues Public/Private functions

2006-07-07 Thread Pottavathini, Sathish
I have private/public functions/vars in my project and i get following errors in "Problems" console. If i change them to something(like internal etc) else then i get more errors. Even though i see these errors everything compiles correctly and works fine. Any idea why i am getting there errors?

[flexcoders] XML prefix in MXML

2006-07-05 Thread Pottavathini, Sathish
How do i reference an attribute of an XML that has prefixes for an attribute of MX XML? For example, my response is something like this... http://www.w3.org/1999/xhtml"; xmlns:a="http://www.SomeDomain.com/a";> I want to use 'a:label' as labelField on my Tree

[flexcoders] Select a Tree item on Right click

2006-06-30 Thread Pottavathini, Sathish
Hi, I have a tree control and i added custom contextual menus on that tree. I'm trying to read the value of the tree node when i right click and select a custom contaxtual menu, i did not find a way to do this because right click is not selecting the tree item. If i left-click before right-clic

RE: [flexcoders] Custom Context Menus

2006-06-30 Thread Pottavathini, Sathish
I understand #1, but i don't see any reason for not allowing icons and submenus! -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Michael SchmalleSent: Friday, June 30, 2006 1:46 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcod

[flexcoders] Contextual Menu

2006-06-30 Thread Pottavathini, Sathish
Hi, I am trying to add contextual menu for a tree control that i have in my module. I need a contextual menu on a tree item, so i added custom menu items to flash built in menu. This works fine, but i did not find a way to add submenus to the custom menus that i added to flash contextual menus.