RE: [flexcoders] Serious corruption in Flex-generated SWF

2005-05-18 Thread Brian Deitte
If you are using custom components and this only occurs when recompiling, then try setting cache-swos in flex-config.xml to false. Setting this to false will degrade compilation performance a bit, but this setting has been known to cause a problem or two like this in the past. I don't know of any

RE: [flexcoders] Serious corruption in Flex-generated SWF

2005-05-18 Thread Tim Blair
If this is not a compile-time problem but rather a runtime problem, as it is for other people in the thread, then this setting won't help and unfortunately I don't know the solution. -Brian Thanks Brian, but unfortunately it's a runtime issue. The problem only seems to occur on

RE: [flexcoders] Serious corruption in Flex-generated SWF

2005-05-18 Thread Tracy Spratt
, 2005 12:23 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Serious corruption in Flex-generated SWF If this is not a compile-time problem but rather a runtime problem, as it is for other people in the thread, then this setting won't help and unfortunately I don't know

Re: [flexcoders] Serious corruption in Flex-generated SWF

2005-05-17 Thread JesterXL
I've seen it with Canvas containers, but that was because the author didn't specific x and y positions for the controls. Are you using an event to redraw/reposition elements in the containers of the Accordion? - Original Message - From: Tim Blair [EMAIL PROTECTED] To:

RE: [flexcoders] Serious corruption in Flex-generated SWF

2005-05-17 Thread Tracy Spratt
Yes, actually, I get this behavior every week or so, and it is also with an accordion container and standard VBox and HBoxes. I don't have any idea what causes it however. For me, simply refreshing the app corrects the problem so mine is a rendereing issue and not a compile issue. Tracy

RE: [flexcoders] Serious corruption in Flex-generated SWF

2005-05-17 Thread Tracy Spratt
] Serious corruption in Flex-generated SWF Yes, actually, I get this behavior every week or so, and it is also with an accordion container and standard VBox and HBoxes. I don't have any idea what causes it however. For me, simply refreshing the app corrects the problem so mine is a rendereing issue

RE: [flexcoders] Serious corruption in Flex-generated SWF

2005-05-17 Thread Tracy Spratt
Yes, actually, I get this behavior every week or so, and it is also with an accordion container and standard VBox and HBox. I don't have any idea what causes it however. For me, simply refreshing the app corrects the problem so mine is a rendering issue and not a compile issue. Tracy

Re: [flexcoders] Serious corruption in Flex-generated SWF

2005-05-17 Thread Sjors Pals
I got a similar problem a few months ago when i changed the width of a h-slider programmatically. I did try everything but in the end i made 2 sliders with corresponding values and instead of resizing i did a show/hide trick. Will try or i can setup a sample which reproduces it. Greets, Sjors

RE: [flexcoders] Serious corruption in Flex-generated SWF

2005-05-17 Thread Tim Blair
Are you using an event to redraw/reposition elements in the containers of the Accordion? On some of the views that are effected I'm using events to clear out what's shown, but others are simply displayed. I'm also having the same problem with components in a TabNavigator component, so it's