[flexcoders] DataGrid Column Drag Question

2008-12-18 Thread vkc_nair
Hi All, Is it possible to drag the datagrid column header outside the grid area to set the visible property to false? Any sample code available? Thanks Vimal

[flexcoders] Re: Air question on tear off tabs into standalone windows

2008-11-07 Thread vkc_nair
Any help on this? Thanks --- In flexcoders@yahoogroups.com, vkc_nair [EMAIL PROTECTED] wrote: Hi All, Is it possible to tear off tabs into standalone windows in Air application with TabNavigator ad bring the tab back to original Air App? Like the feature in google chrome. Thanks

[flexcoders] How to create summary in GroupingCollection -- AS3

2008-09-11 Thread vkc_nair
Hi All, I have a function to create the grouping (two levels), which is the data provider for Advanceddatagrid. I want to add summary at the group node. How to do that? eg Node1(20) Node1.1(5) Node1.2(15) Node2(10) Node2.1(8) Node2.2(2) This is my function. public function

[flexcoders] How to create summary in GroupingCollection -- AS3

2008-09-10 Thread vkc_nair
Hi All, I have a function to create the grouping (two levels), which is the data provider for Advanceddatagrid. I want to add summary at the group node. How to do that? eg Node1(20) Node1.1(5) Node1.2(15) Node2(10) Node2.1(8) Node2.2(2)

[flexcoders] Re: LinkBar Question, How to get LinkBar item details programmatically?

2008-05-18 Thread vkc_nair
@yahoogroups.com, vkc_nair vkc_nair@ wrote: Hi All, How to get the data behind a LinkBar item (e.g URL) on right mouse click? I have a LinkBar with 4 different items and a ContextMenu attached to the LinkBar. When user right click on each link the contextmenu give

[flexcoders] LinkBar Question, How to get LinkBar item details programmatically?

2008-05-16 Thread vkc_nair
Hi All, How to get the data behind a LinkBar item (e.g URL) on right mouse click? I have a LinkBar with 4 different items and a ContextMenu attached to the LinkBar. When user right click on each link the contextmenu give the option to open the link in a Tab or an external Browser

[flexcoders] FLEX, IFRAME Unified application Portal -- Need Help

2008-01-23 Thread vkc_nair
Hi All, I have a flex application as a unified portal to 4 different applications developed using different tecnology (Flex,JSP,ASP,etc). I'm using Flex and IFrame (HTML IFRAME, ActionScript class) to develop the portal application. User run the flex portal application, enter login

[flexcoders] How to configure BlazeDS to use Spring?

2008-01-16 Thread vkc_nair
Hi all, Could you please provide an example on how to configure blazeds with spring? Thanks VN

[flexcoders] DataGrid Sort by Date problem -- Flex 2

2008-01-07 Thread vkc_nair
Hi All, I'm having problem with DataGrid sort by date column. My date value in the XML file is as =Mon Apr 03 15:18:59 PDT 2006. Put the value on DataGrid like mx:DataGridColumn dataField=prechecked headerText=Prechecked sortCompareFunction=date_sortCompareFunc / I have a date

[flexcoders] Re: DataGrid Sort by Date problem -- Flex 2

2008-01-07 Thread vkc_nair
Any help on this? Thanks --- In flexcoders@yahoogroups.com, vkc_nair [EMAIL PROTECTED] wrote: Hi All, I'm having problem with DataGrid sort by date column. My date value in the XML file is as =Mon Apr 03 15:18:59 PDT 2006. Put the value on DataGrid like mx:DataGridColumn

[flexcoders] How to do Dynamic DataGrid and Column Labels

2007-11-28 Thread vkc_nair
Hi All, I have a database table A defined as ID Number Type Char(10) Attribute1 Char(20). . Attribute100 Char(20) to store the data. Another table B to store the labels of Attibute1 to Attribute100 depends on the Value of Type in table A.

[flexcoders] Unable to use the source code -- Exchanging Complex Data with Back-End Systems

2007-10-18 Thread vkc_nair
http://www.adobe.com/devnet/flex/articles/complex_data.html Trying to download and use the sample code(complexdata.zip) from the above site. Getting the message Invalid archive. If any of you have a valid zip file please help. Thanks Vimal

[flexcoders] How to update Database Data using HTTPService

2007-10-16 Thread vkc_nair
Hi, I'm new to Flex. Created a flex application to retrive data from Oracle Database. 1. Created a Java class for the Object (Table) with get and set functions. 2. Created another Javaclass to get the data from Database using JDBC. 3. Used a JSP to get the data in XML format. 4. I'm able