[flexcoders] TextInput to allow compact text content

2008-10-29 Thread Chua Chee Seng
Hi all, With reference to https://bugs.adobe.com/jira/browse/SDK-17426 Any idea to have a workaround to make TextInput to allow compact text content? Best Regards, Chee Seng

[flexcoders] Re: FW: FileReference.upload()

2007-10-24 Thread Chua Chee Seng
Hi all, Can anyone from Adobe gives us a guide on where this is going? This seems to me a bug in Firefox Flash Player plugin, not Flex. Thanks. Best Regards, Chee Seng --- In flexcoders@yahoogroups.com, Seth Caldwell [EMAIL PROTECTED] wrote: Correct. Got an egg in my face as well, as I was

[flexcoders] Re: FW: FileReference.upload()

2007-10-23 Thread Chua Chee Seng
Hi Matt, I am developing application with Flex 2 and I am having problem with FileReference.upload() using Mozilla Firefox too. I use form authentication which unauthenticated users will be redirect to a login HTML page. After login to the application, IE user can upload file successfully, but

[flexcoders] Web Service Error Handling Problem

2007-03-04 Thread Chua Chee Seng
by the URL. Does anyone have better idea to achieve exception handling of web service? Thanks. Best Regards, Chua Chee Seng

[flexcoders] Leading spaces for text data trimmed?

2007-02-28 Thread Chua Chee Seng
Hi all, I have a web service call which return text data from the server side. I use e4x for the resultFormat, but to my surprise when read the data from actionscript I get leading spaces trimmed. For example ' Hello' will be read as 'Hello'. I checked the soap message the leading space (s)

[flexcoders] Re: Propogating exception info from Web Service to Flex

2007-02-14 Thread Chua Chee Seng
How about Axis? Is it possible for me to get the custom application exception info thrown? I check the wsdl it is well describe by 'fault', any idea how flex web service handle the custom 'fault' complex type describe in wsdl? Thanks Chee Seng --- In flexcoders@yahoogroups.com, lepusmars

[flexcoders] Custom Component Render Problem

2007-01-23 Thread Chua Chee Seng
Hi, I am trying to go through the Button source code to examine how it is written, I have copied the original Button.as into a new package, and I rename the package. I copy the styles folder, Version.as and Button.png into my relative folder too. It compiles, and exist in the Component panel of