Re: [flexcoders] event.fault.faultString

2007-09-20 Thread Tom Chiverton
On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: > that returns everything before the colon. string.split(':')[1] then. -- Tom Chiverton Helping to enthusiastically scale interdependent e-business on: http://thefalken.livejournal.com This

Re: [flexcoders] event.fault.faultString

2007-09-20 Thread Matthew Ganz
[EMAIL PROTECTED]> To: Sent: Thursday, September 20, 2007 10:52 AM Subject: Re: [flexcoders] event.fault.faultString > On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: >> Flex will always do it that way, so what you have to do is create a >> method >> that will get everyt

Re: [flexcoders] event.fault.faultString

2007-09-20 Thread Tom Chiverton
On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: > Flex will always do it that way, so what you have to do is create a method > that will get everything after the colon and display it to the user. You > should put this method in some utility classpersonally I have created a > StringUtils class

Re: [flexcoders] event.fault.faultString

2007-09-20 Thread Matthew Ganz
that did the trick (and thanks for the StringUtils tip). matt. - Original Message - From: Dimitrios Gianninas To: flexcoders@yahoogroups.com Sent: Thursday, September 20, 2007 6:36 AM Subject: RE: [flexcoders] event.fault.faultString Flex will always do it that way, so

RE: [flexcoders] event.fault.faultString

2007-09-20 Thread Dimitrios Gianninas
Flex will always do it that way, so what you have to do is create a method that will get everything after the colon and display it to the user. You should put this method in some utility classpersonally I have created a StringUtils class that this type of method and then some. Dimitrios Gia