[flexcoders] Flex 2 Beta 3, j2ee FDS error

2006-05-10 Thread Chris Scott
:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425) Chris Scott

[flexcoders] BackgroundColor

2006-05-10 Thread Chris Scott
In Flex 2 Beta 3, setting the backgroundColor on the application doesn't seem to work anymore, is this really so? I am also having TONS of issues with states, adding and removing child components... Chris Scott [EMAIL PROTECTED] http://cdscott.blogspot.com/ http://www.coldspringframework.org

Re: [flexcoders] Re: BackgroundColor

2006-05-10 Thread Chris Scott
Thank you, thank you, thank you!!!Now how about go over to the ColdSpring list and help me argue that init should be treated as a real constructor in coldfusion cfcs! :) Chris Scott[EMAIL PROTECTED]http://cdscott.blogspot.com/http://www.coldspringframework.org/ On May 10, 2006, at 3:27 PM, Tim

[flexcoders] Java to AS mapping issue

2006-05-10 Thread Chris Scott
Questions are coming fast today, Beta 3 now seems to be having an issue with converting HashMaps contained in HashMaps. The outer map is converting to Object, the keys are converting, but the data is now coming up NULL, it was fine in Beta2. Anyone seen this yet? Thanks, Chris Chris Scott

Re: [flexcoders] Re: dataGrid column witdths

2006-05-01 Thread Chris Scott
Well, I'm not using any custom cell renderers on this one. Also, unfortunately with the data I am displaying, wrapping the text is no good. There are around 20+ columns of pretty small data, like dollar amounts and such. So I need to think of a solution for autosizing. Thanks though! Chris Scott

[flexcoders] dispatching an event from an itemRenderer

2006-03-29 Thread Chris Scott
, but one step at a time, perhaps! Chris Scott [EMAIL PROTECTED] http://cdscott.blogspot.com/ http://www.coldspringframework.org/ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] dispatching an event from an itemRenderer

2006-03-29 Thread Chris Scott
one have any ideas about what's going on here? I'd love to have this working much cleaner, and purdier. Thanks! Chris Scott[EMAIL PROTECTED]http://cdscott.blogspot.com/http://www.coldspringframework.org/ On Mar 29, 2006, at 2:47 PM, Tobias Patton wrote: Does your event listener listen for events di

[flexcoders] Flex 2 Beta 2 and Tomcat woes

2006-03-27 Thread Chris Scott
and build a project pointing at a JRun instance, it works. Anyone, because this is really crappy and I need to debug! Chris Scott [EMAIL PROTECTED] http://cdscott.blogspot.com/ http://www.coldspringframework.org/ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

Re: [flexcoders] Flex 2 Beta 2 and Tomcat woes

2006-03-27 Thread Chris Scott
Builder. (Flex 2 Beta 2, btw) Chris Scott[EMAIL PROTECTED]http://cdscott.blogspot.com/http://www.coldspringframework.org/ On Mar 27, 2006, at 3:44 PM, Anatole Tartakovsky wrote:One of the side notes - you need to restart eclipse every time you modify  the xml files - it seems to cache xml files

Re: [flexcoders] [Flex2 B2] Bug in Stage?

2006-03-25 Thread Chris Scott
I thoroughly have this same issue, but I've noticed it with all layout settings in mx:Application. Is this a bug in Flex 2 Beta 2? Chris Scott[EMAIL PROTECTED]http://cdscott.blogspot.com/http://www.coldspringframework.org/On Mar 25, 2006, at 2:22 PM, Carlos Rovira wrote: Hi, I was playing

[flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Chris Scott
ideas here? How do I properly attach a resultHandler to an AsyncToken in Flex 2 Beta 2? Thanks for the help! Chris Scott [EMAIL PROTECTED] http://cdscott.blogspot.com/ http://www.coldspringframework.org/ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

Re: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Chris Scott
, at 11:15 AM, Johannes Nel wrote: delegates are build into as3, so if you assign an event handler it will execute in the right scope. i cannot help you with WS implementation in AS3 yet.On 3/24/06, Chris Scott [EMAIL PROTECTED] wrote: Hi, long time reader first time poster. OK, just started

Re: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Chris Scott
thing that event.result would be null, but event is null. Anyone know what is up there?On Mar 24, 2006, at 11:26 AM, Chris Scott wrote:I didn't entirely understand your answer, but now that I tried this, it works, and your answer made more sense:var pendingCall = myService.someMehtod(arg:Type, arg2:Type

Re: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Chris Scott
Just an FYI. It was elsewhere, the mainApp var wasn't initialized. And I'm quite happy because this approach is working great!On Mar 24, 2006, at 12:05 PM, Chris Scott wrote: OK, I'm completely almost there, but something is still a little  crazy. So I'll take a step back. OK, so in my main app