[flexcoders] Tree Structure in advanced data grid

2009-05-26 Thread senthilkumarirtt
hi all,I need to expand the tree structure (in advanced datagrid)automatically when application loaded Give some ideas to implement this... Thanks in advance, S.Senthilkumar

[flexcoders] PDF and XL

2009-05-18 Thread senthilkumarirtt
Hi all i need to export my advanced datagrid data as PDF and XL format.. Thanks in advance S.Senthilkumar

[flexcoders] Designing Flex application

2009-05-06 Thread senthilkumarirtt
Hi all, i need to design my flex application.I need free flash editable template for this purpose.how to get this flash template. Or any other idea ,to design flex application... Thanks Regards, S.Senthilkumar

[flexcoders] Re: Advanced Datagrid

2009-04-28 Thread senthilkumarirtt
Of senthilkumarirtt Sent: Tuesday, April 28, 2009 12:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Advanced Datagrid Hi all, I want to get the values from Advanced datagrid without using SelectedItem. NOTE: My application contains Tree structure(By grouping

[flexcoders] Advanced Datagrid

2009-04-28 Thread senthilkumarirtt
hi...i have tree in advanced datagrid like this +NewAccount +Account Updates +IncomingAccountTransfer If i click '+' symbol,it wil expand like -NewAccount opened Inprogress Completed -Account Updates Inprogress Rejected -IncomingAccountTransfer Inprogress Rejected this tree

[flexcoders] Advanced Datagrid

2009-04-27 Thread senthilkumarirtt
Hi all, I want to get the values from Advanced datagrid without using SelectedItem. NOTE: My application contains Tree structure(By grouping column) in Advanced datagrid... Need some help regarding this...

[flexcoders] Dictionary vs Arraycollection

2009-04-25 Thread senthilkumarirtt
hi all, i want to collect data from Arraycollection to Dictinary(as map)...how to implement this...

[flexcoders] Tree Structure in advanced datagrid

2009-04-24 Thread senthilkumarirtt
hi all, i need to select tree structure(index) values dynamically... depends on combobox value(work as Filter)..any way to implement???

[flexcoders] IE8 problem

2009-04-24 Thread senthilkumarirtt
hi all ,i develop dashboard using Flex3...But ouput is working in all browsers other than Internet Explorer 8... i cant understand What is the problem...Give some suggestion...

[flexcoders] Tree structure in Advanced data grid

2009-04-24 Thread senthilkumarirtt
hi all, i need to select tree structure(in advanced datagrid) values parent or child depends on Combobox values Note: one combo box has parent values... Another one has corresponding child values... When i select these values ,it must be reflected in Tree (in Advanced datagrid) how to

[flexcoders] Re: IE8 problem

2009-04-24 Thread senthilkumarirtt
the problem, w/o information is impossible to help you. PS On Fri, Apr 24, 2009 at 6:55 AM, senthilkumarirtt senthilkumari...@... wrote: hi all ,i develop dashboard using Flex3...But ouput is working in all browsers other than Internet Explorer 8... i cant understand What is the problem

[flexcoders] Maximize Minimize

2009-04-20 Thread senthilkumarirtt
hi all, i want to implement maximization minimization in layout like window. Any layout have this option? or any othe way to implement??? Thanks, S.Senthilkumar

[flexcoders] Tooltip in advanced datagrid

2009-04-17 Thread senthilkumarirtt
hi all, I need to create tooltip for advanced datagrid's data by custom itemrenderer

[flexcoders] Tooltip in Advanced datagrid

2009-04-16 Thread senthilkumarirtt
hi all,i need to create tooltip for Advanced datagrid column by make CustomDataGridItemRenderer extends Label Action class. i use this code to implement tooltip,but its not working.. package { import mx.controls.Label; public class CustomDataGridItemRenderer extends

[flexcoders] Advanced datagrid vs Textarea

2009-04-14 Thread senthilkumarirtt
hi all,i want to copy the entire selected row's data from datagrid to textarea.

[flexcoders] dynamic number of column in Advanced datagrid

2009-04-14 Thread senthilkumarirtt
hi all, i need to create dynamic number of column in Advanced datagrid.

[flexcoders] Google in text area

2009-04-12 Thread senthilkumarirtt
Hi all, i want to load google page in text area(in flex application) using External interface(concept called as Iframe).. give some idea to explore it..

[flexcoders] Iframe in RichTextEditor

2009-04-08 Thread senthilkumarirtt
hi i want to load Html page in RichTextEditor in flex application using iframe

[flexcoders] Example for External Interface to call Javascript in html

2009-04-08 Thread senthilkumarirtt
i want to call Javascript in html via external interface in flex. give some real example to explore it.

[flexcoders] Advanced datagrid vs Remote object

2009-04-07 Thread senthilkumarirtt
hi i want to call two function in java via remote object from flex when advanced datagrid row selected. also want to know about , give the priority to which function call at first and then next

[flexcoders] Iframe in RichTextEditor(flex 3)

2009-04-06 Thread senthilkumarirtt
hi i need to implement iframe in RichTextEditor in flex application.

[flexcoders] truncateToFit in flex

2009-04-02 Thread senthilkumarirtt
hi,i want to know about use of truncateToFit in advanced datagrid.

[flexcoders] Ellipses in Advanced datagrid's data

2009-04-01 Thread senthilkumarirtt
hi i need to implement ellipses(to avoid truncation of long name of data in column) concept in Advanced datagrid in flex. Ellipses concept: If name(Ex:Senthilkumar) exceed its length,it will show like Senthi..

[flexcoders] Ellipsis in Advanced datagrid(in flex)

2009-04-01 Thread senthilkumarirtt
hi i want to implement the ellipsis concept in Advanced datagrid in flex to avoid truncation of lengthy name of data.

[flexcoders] Hashmap vs Datagrid

2009-03-27 Thread senthilkumarirtt
i need to retrive hashmap return from java class to datagrid in mxml.

[flexcoders] Advanced datagrid vs Hashmap in java

2009-03-27 Thread senthilkumarirtt
I want feed the data into Advanced datagrid by data return from Hashmap in java class