Re: RES: [flexcoders] Flex Builder caching PNGs

2008-12-10 Thread arieljake
? De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de tom s Enviada em: terça-feira, 9 de dezembro de 2008 11:27 Para: flexcoders@yahoogroups.com Assunto: [flexcoders] Flex Builder caching PNGs I'm @Embedding some PNGs to skin some buttons. If I Run once

[flexcoders] Flex Builder caching PNGs

2008-12-09 Thread tom s
I'm @Embedding some PNGs to skin some buttons. If I Run once, then edit the PNG file, then Run again I get the old PNG (w/o the edits), not the new one. My current work-around is to rename the file after each change, but this is a pain. How do I get Flex Builder to not cache the PNGs / to check

RES: [flexcoders] Flex Builder caching PNGs

2008-12-09 Thread Luciano Manerich Junior
Clean Build Project? De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de tom s Enviada em: terça-feira, 9 de dezembro de 2008 11:27 Para: flexcoders@yahoogroups.com Assunto: [flexcoders] Flex Builder caching PNGs I'm @Embedding some PNGs

RE: [flexcoders] Flex Builder caching PNGs

2008-12-09 Thread Jim Hayes
time to time. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tom s Sent: 09 December 2008 13:27 To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Builder caching PNGs I'm @Embedding some PNGs to skin some buttons. If I Run once

Re: [flexcoders] Flex Builder caching PNGs

2008-12-09 Thread Fotis Chatzinikos
Hi Tom, I had the same problem, did not really found a good solution... It seems that flex does some kind of trancoding and this does not pick up changed... What worked is to delete all images, recompile the project, get some errors on missing resources and then paste the new images and

Re: [flexcoders] Flex Builder caching PNGs

2008-12-09 Thread Jon Bradley
On Dec 9, 2008, at 8:26 AM, tom s wrote: How do I get Flex Builder to not cache the PNGs / to check for changes on each compile? I think there's a bug there somewhere. What I do is go into the class where the embed tag is and make a change to the embed tag, then save, then make the