Re: [flexcoders] Trouble with try/catch for loader error

2008-01-16 Thread Maciek Sakrejda
Ben, Try registering with loader.contentLoaderInfo for the various load events (especially IOErrorEvent.IO_ERROR) to see what could be going wrong. Since the load is asynchronous, Flash may not be able to throw an error immediately, so it has to dispatch an error event. -- Maciek Sakrejda

Re: [flexcoders] Flex Charting chart updated event?

2008-01-16 Thread Maciek Sakrejda
that the binding event is not fired (I have confirmed that the bindings are firing correctly, just not when the actual minimum and maximum is established) ... Any suggestions as to how to work around this? Thanks, Maciek Sakrejda -Original Message- From: Maciek [EMAIL PROTECTED] Reply

Re: [flexcoders] Move effect

2008-01-16 Thread Maciek Sakrejda
Moving the component by an amount equal to its stage x-coordinate plus its width (if moving left) or its stage y-coordinate plus its height (if moving down) should do it, no? -Original Message- From: jovialrandor [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To:

[flexcoders] Flex Charting chart updated event?

2008-01-15 Thread Maciek
listen for? Thanks, Maciek Sakrejda

Re: [flexcoders] Dash symbol on xml tag

2008-01-14 Thread Maciek Sakrejda
Assuming you have a variable called styles that references this file, you can use styles.style.[font-family] to access the XMLList with the single element font-family, or styles.style.[font-family][0] to access the actual font-family element itself. -- Maciek Sakrejda Truviso, Inc. http

Re: [flexcoders] LCDS AMF call not firing result events, busy cursor does not go away

2008-01-14 Thread Maciek Sakrejda
would the busy cursor stay? Any suggestions? Thanks, -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Maciek Sakrejda [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] LCDS AMF call not firing result

RE: [flexcoders] LCDS AMF call not firing result events, busycursor does not go away

2008-01-14 Thread Maciek Sakrejda
Thanks a lot, Seth. Given that most of the time, this does work correctly, it's most likely a network issue (for one reason or another), right? Or can you think of other possible causes? Thanks, -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Seth

Re: [flexcoders] Re: How do I set and get the date of a DateField?

2008-01-13 Thread Maciek Sakrejda
2008 21:56:40 - thanks! that seems to work as long as I have dd/mm/ or mm/dd/ as the formatString, otherwise it fails to parse and I seem to get a zero date. --- In flexcoders@yahoogroups.com, Maciek Sakrejda [EMAIL PROTECTED] wrote: DateField.selectedDate? -Original Message

[flexcoders] LCDS AMF call not firing result events, busy cursor does not go away

2008-01-11 Thread Maciek Sakrejda
) Apache Tomcat 5.5.23 LCDS 2.5.1 Any thoughts? Thanks, -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com

Re: [flexcoders] How do I set and get the date of a DateField?

2008-01-11 Thread Maciek Sakrejda
DateField.selectedDate? -Original Message- From: simonjpalmer [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] How do I set and get the date of a DateField? Date: Fri, 11 Jan 2008 21:28:32 - not normally stumped, but I can't

[flexcoders] Problem with loading xml file using HTTPService or URLLoader

2007-05-29 Thread Maciek Malaszuk
Hi, I'm struggling with strange problem. I'm trying to load XML file in my code which containst data about images but thats nor really relevant. Lets assume i have remote server where i run my code (domain x.net). When i point both httpservice or urlloader to http://mydomain.net/

Re: [flexcoders] Getting a Sprite into a Flex Container?

2006-12-31 Thread Maciek Wciślik
maciek

[flexcoders] AccordionHeader

2006-10-12 Thread Maciek Wciślik
Hi list, I want to have custom Accordion header (found Waldo Smith old implementation - doesn't work in new Flex2) with two controls in it - Button which controls Accordion behavior (as normal AccordionHeader), and CheckBox to do something else. Does anybody did somethinglike that? br maciek

<    1   2   3   4