[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 A

[flexcoders] Capturing TabClick in

2008-01-08 Thread Dharmendran A
Hi, I need to capture TabClick event in 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 A Looking

[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
agrid_ 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,

[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
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 :))) - Or

[flexcoders] Drawing an Arrow in Flex

2007-05-24 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 on

[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; i<3; i++) { Alert.show(i.toString()); } Prints 2,1,0 ?? Could anyone help pls... Dharmendra

[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 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. for(var i:Nu

[flexcoders] HttpFlexSession Register in web.xml

2007-06-04 Thread Dharmendran A
do...further Dharmendran A Shape Yahoo! in your own image. Join our Network Research Panel today! http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7

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] Throwing DataSyncException Error - Flex Data Management

2007-06-05 Thread Dharmendran A
Hi, I have built a sample .MXML application for testing Flex Data Management. In client iam using DataService to connect to the destination like, Iam able to view all the records using ds.fill(). Iam able to add a new employee record using addItem() of the ArrayCollection and by calling ds.co

[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] 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 Sent: Wednesday, June 6, 2007 10:59:32 AM Subject: Throwing DataSyncException Error - Flex Data Management H

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]