[flexcoders] Re: What would cause a Canvas subclass to not clip its content?

2008-04-15 Thread esaltelli
Let's make sure that the clipContent property is deprecated when that enhancement is added ;) --- In flexcoders@yahoogroups.com, "Doug McCune" <[EMAIL PROTECTED]> wrote: > > But then what would I do with these arcane bits of framework knowledge > I have stored up? My life would lack meaning. >

[flexcoders] Adding a UITextField to a UIComponent

2008-04-07 Thread esaltelli
I have a component that extends UIComponent. I am adding several display objects to it--a FlexShape, Image, and UITextField. I've overridden createChildren() to construct each of the component objects. However at run-time the addChild call for the UITextField is throwing an RTE indicating that

[flexcoders] Re: Preserving Whitespace when parsing text into XML

2007-11-08 Thread esaltelli
Have you tried using xml.normalize()? This should condense all of your text nodes into a single text node. Ed --- In flexcoders@yahoogroups.com, "reflexactions" <[EMAIL PROTECTED]> wrote: > > I have some xml text that was saved to the server and then reloaded > back into the application. > >

[flexcoders] Memory Leak Queries

2007-10-30 Thread esaltelli
Somewhat of a long post, but bear with me. I've run into some abnormal memory usage that is very hard to explain; wondering if anyone has suggestions...Here's my observations/comments/questions Thanks to the whoever it was that (finally) decided that Flex 3 should have a profiler! The profiler--

[flexcoders] Re: Image scaling problem

2007-06-09 Thread esaltelli
You hitting the max defaults of 1? --- In flexcoders@yahoogroups.com, Charles Galpin <[EMAIL PROTECTED]> wrote: > > I have found that at some point while zooming in on an image > (scaling), the image mysteriously no longer displays portions of the > image, almost like it's getting truncate

[flexcoders] Re: An odd problem with the 'width' and 'height' of Sprite

2007-06-01 Thread esaltelli
Troy, One thing to note in my trial and error, changing the height and width then resetting the scales properly displays the content...until you want to do a scaling operation. The very next scaling (i.e. via scaleX = blah) operation uses the height and width computed from 'resetting' the scale.

[flexcoders] Re: flex and j2ee session

2007-01-20 Thread esaltelli
Several web containers require more than just the session id. When using basic authentication, user name and password must be sent on each and every request. Can you verify that the headers include authorization credentials? --- In flexcoders@yahoogroups.com, "Douglas Knudsen" <[EMAIL PROTECTED]