[flexcoders] Capturing TabClick in mx:TabNavigator

2008-01-08 Thread Dharmendran A
Hi, I need to capture TabClick event in mx:TabNavigator i.e., When user clicks on the tab ( i have three tabs in my UI) each time, i need to do some validation. Can anyone help me. Thanks Dharmendran

[flexcoders] Re: Throwing DataSyncException Error - Flex Data Management

2007-06-07 Thread Dharmendran A
Hi, Any idea for this bug. I didnot get any reply.. Pls help me out.. Thanks Dharmendran A - Original Message From: Dharmendran A [EMAIL PROTECTED] To: flex coders flexcoders@yahoogroups.com Sent: Wednesday, June 6, 2007 10:59:32 AM Subject: Throwing DataSyncException Error - Flex

[flexcoders] Selecting a bunch of cells in DataGrid.

2007-06-06 Thread Dharmendran A
hi, I need to select a bunch of cells (like one in excel) in datagrid, press CTRL+C and export to Excel. Any Idea how to select cells in flex data grid?? dharmendran A Shape Yahoo! in your own image

[flexcoders] Throwing DataSyncException Error - Flex Data Management

2007-06-05 Thread Dharmendran A
when trying to delete employee id=4 The code looks like this: var emp:Employee=contacts.getItemAt(4) as Employee; ds.autoCommit=false; emp.firstName=Dharmendran; emp.lastName=Arumugam; ds.commit(); Pls help me. Thanks, Darmendran

[flexcoders] HttpFlexSession Register in web.xml

2007-06-04 Thread Dharmendran A
/listener So, pls help me what i need to do...further Dharmendran A Shape Yahoo! in your own image. Join our Network Research Panel today! http://surveylink.yahoo.com/gmrs

Re: [flexcoders] HttpFlexSession Register in web.xml

2007-06-04 Thread Dharmendran A
Hi, Thanks for your reply. I could able to resolve the problem. flex-messaging.jar, flex-messaging-common.jar, flex-messaging-opt.jar and flex-messaging-req.jar were missing in WEB-INF\lib folder. Yes Iam using FDS and Iam using Tomcat 5.5 Thanks, Dharmendran A - Original Message

[flexcoders] For Loop problem..

2007-05-27 Thread Dharmendran A
Hi, Iam facing a peculiar problem in flex. The For loop works in a reverse way. for(var i:Number=0; i3; i++) { Alert.show(i.toString()); } Prints 2,1,0 ?? Could anyone help pls... Dharmendran

[flexcoders] Re: For Loop problem..

2007-05-27 Thread Dharmendran A
Silly... Got it... Dharmendran A - Original Message From: Dharmendran A [EMAIL PROTECTED] To: flex coders flexcoders@yahoogroups.com Sent: Monday, May 28, 2007 10:05:35 AM Subject: For Loop problem.. Hi, Iam facing a peculiar problem in flex. The For loop works in a reverse way

[flexcoders] Drawing an Arrow in Flex

2007-05-25 Thread Dharmendran A
Hi, Iam working on Flex Charting components and i need to draw a KPI Tree View. The problem is how can i draw an arrow using flex 2.0?? thanks dharmendran a Looking for a deal? Find great prices

[flexcoders] KPI Tree View.

2007-05-24 Thread Dharmendran A
Hi, Does anyone know whether Flex 2.0.1 has KPI Tree View control ?? dharmendran a Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr

Re: [flexcoders] Locking Last row in a Flex Data Grid

2007-05-24 Thread Dharmendran A
to be fixed and scrollable. pls help,, dharmendran a - Original Message From: Dharmendran A [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, May 24, 2007 10:36:12 AM Subject: Re: [flexcoders] Locking Last row in a Flex Data Grid Got It !!! Thanks :))) - Original

[flexcoders] Locking Last row in a Flex Data Grid

2007-05-23 Thread Dharmendran A
dharmendran a Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. http://tv.yahoo.com/

Re: [flexcoders] Locking Last row in a Flex Data Grid

2007-05-23 Thread Dharmendran A
footers.html I suppose this is what u are looking for On 5/23/07, Flexing... [EMAIL PROTECTED] com wrote: One approach can be: http://flex- apollo.blogspot. com/2007/ 05/adding- total-row- at-end-of- datagrid. html On May 23, 2007, at 2:46 PM, Dharmendran A wrote: hi, Does anybody know

[flexcoders] 0E-8 problem in Flex 1.5

2007-01-25 Thread Dharmendran A
(actually it is .00) in the ReceivedQuantity column, then instead of getting the actual value of 0, iam getting 0E-8. If the value is greater than 0 then iam getting the correct value. It might be problem with SQL Server also. If anyone could help me pls reply.. Dharmendran

Re: [flexcoders] How to change the Link icon at run time

2006-10-09 Thread Dharmendran A
In the private scope of the class embed the icon like,[Embed(source="icons/printDown.png")] var image_printDown :String; In doPrint() event, assign the abouve icon to PrintLink like, PrintLink.icon = image_printDown;hope this helps.dharmendranAkash [EMAIL PROTECTED]