[flexcoders] FLEX defaut xml parser issue with Auto Exponential conversion issue

2009-04-07 Thread Ramabhadra Reddy
cusipvalue7898778E345/cusipvalue if you see above xml tag value, that is having E char. this E is causing the issue. above value(7898778E345) displaying as Infinite When i display this value on flex grid. the reason is this value has E. so the flex parser is implecitly convertion is faling.

[flexcoders] Re: FLEX defaut xml parser issue with Auto Exponential conversion issue

2009-04-08 Thread Ramabhadra Reddy
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Ramabhadra Reddy Sent: Tuesday, April 07, 2009 11:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] FLEX defaut xml parser issue with Auto Exponential conversion issue cusipvalue7898778E345/cusipvalue if you

[flexcoders] FLEX implicit default xml parser

2009-04-08 Thread Ramabhadra Reddy
Flex implicit xml parser is converting into Infinite value when i display below xml tag value on datagrid(here the value is having E, i.e exponential) cusipvalue745355E6017/cusipvalue The parser is trying to convert as below 745355E6017 = 745355 * 10 power of 6017 How can i instruct FLEX XML

[flexcoders] whole xml response is diaplying as tooltip when i place cursor on data cell

2009-04-14 Thread Ramabhadra Reddy
mx:HTTPService id=getXMLResponse method=GET showBusyCursor=true useProxy=false resultFormat=e4x concurrency=last result=handleResponse(event) requestTimeout=30 fault=parentApplication.showGenericError() / resultFormat=e4x is causing the issue. whole