[flexcoders] Re: Rendering Problem

2008-12-21 Thread Rafael Faria
Any other idea why the rendering problem is happening? I have heaps of
components running at the same time and i have no clue how to debug
what could be wrong that makes the screen flicks.

anyone had problems like that and found a workaround!?

thanks
rafael

--- In flexcoders@yahoogroups.com, valdhor steved...@... wrote:

 Check out this video from Chet Haase:
 
 http://graphics-geek.blogspot.com/2008/09/video-sorted-details.html
 
 He talks about turning off autoLayout which can cause flickering.
 
 --- In flexcoders@yahoogroups.com, Rafael Faria
 rafaelfaria.grupos@ wrote:
 
  Hello All,
  
  I have a very important question.
  
  What could be causing problems with rendering?! I have this
  application that every now and than flicks, the background goes white
  for a second than get back to normal. Its not really something in
  particular because that happens in a couple of components i create.
  
  One in particular that do pretty much the same as the date, opening a
  popup on the side, but everytime i open that i get this flickering
  problem.
  
  Any clue what could be causing that? i know its a very empty qustion
  but maybe someone might give me an idea what often causes flex to
flick.
  
  thanks
  raf
 





Re: [flexcoders] Re: Rendering Problem

2008-12-21 Thread Michael Prescott
That's interesting that Steve mentioned autoLayout.  We had a similar
problem with a bunch of image rollovers that were all flickering as a group,
and it turned out to be that because we hadn't told them their height or
width, they were having to lay themselves out to find out - hence the
flicker while it figured all that out.

But your problem is so broad that I encourage you not to apply possible
cures until you understand it better.  A basic plan is to cut stuff out
until you don't see the problem any more.

Michael

On Sun, Dec 21, 2008 at 6:01 PM, Rafael Faria
rafaelfaria.gru...@gmail.comwrote:

   Any other idea why the rendering problem is happening? I have heaps of
 components running at the same time and i have no clue how to debug
 what could be wrong that makes the screen flicks.

 anyone had problems like that and found a workaround!?

 thanks
 rafael

 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 valdhor steved...@... wrote:
 
  Check out this video from Chet Haase:
 
  http://graphics-geek.blogspot.com/2008/09/video-sorted-details.html
 
  He talks about turning off autoLayout which can cause flickering.
 
  --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 Rafael Faria
  rafaelfaria.grupos@ wrote:
  
   Hello All,
  
   I have a very important question.
  
   What could be causing problems with rendering?! I have this
   application that every now and than flicks, the background goes white
   for a second than get back to normal. Its not really something in
   particular because that happens in a couple of components i create.
  
   One in particular that do pretty much the same as the date, opening a
   popup on the side, but everytime i open that i get this flickering
   problem.
  
   Any clue what could be causing that? i know its a very empty qustion
   but maybe someone might give me an idea what often causes flex to
 flick.
  
   thanks
   raf
  
 

  



[flexcoders] Re: Rendering Problem

2008-12-01 Thread valdhor
Check out this video from Chet Haase:

http://graphics-geek.blogspot.com/2008/09/video-sorted-details.html

He talks about turning off autoLayout which can cause flickering.

--- In flexcoders@yahoogroups.com, Rafael Faria
[EMAIL PROTECTED] wrote:

 Hello All,
 
 I have a very important question.
 
 What could be causing problems with rendering?! I have this
 application that every now and than flicks, the background goes white
 for a second than get back to normal. Its not really something in
 particular because that happens in a couple of components i create.
 
 One in particular that do pretty much the same as the date, opening a
 popup on the side, but everytime i open that i get this flickering
 problem.
 
 Any clue what could be causing that? i know its a very empty qustion
 but maybe someone might give me an idea what often causes flex to flick.
 
 thanks
 raf





[flexcoders] Re: rendering problem

2008-08-01 Thread Rafael Faria
I can't post the app sorry but any reason why the UI could be
deforming while you scroll?! anyone else had this problem before?

raf


--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

 Can you post the app?  I probably won't be able to look until tomorrow
 (for me).  Add view source if you can.  It isn't clear what you are
 scrolling or how you've set up the UI.
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Rafael Faria
 Sent: Wednesday, July 23, 2008 9:50 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: rendering problem
 
  
 
 Well.. in the first one it's easy to see the difference. There is a
 separator between 2 screens, one is when i load it, the second is when
 i scroll down the page and than come back to the document. It repeats
 the dropdowns, some times textinputs gets crazy and disapear but when
 you mouse over them it back up.
 
 The second one its the datagrids.
 
 http://www.enilsson.com/assets/examples/rendering2.png
 http://www.enilsson.com/assets/examples/rendering2.png 
 
 i circled this time so you can notice.
 
 It happens when i have a big scroll and scroll up and down.
 
 Any idea?
 
 Rafael
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 , Alex Harui aharui@ wrote:
 
  I can't tell from the pictures what is wrong.
  
  
  
  
  
  From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 ] On
  Behalf Of Rafael Faria
  Sent: Wednesday, July 23, 2008 5:37 PM
  To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
  Subject: [flexcoders] Re: rendering problem
  
  
  
  Alex,
  
  Because i knew you would say to check your blog i had done this before
  write it here. I couldn't find anything about rendering problems. The
  only thing i found there was about item renderered and i don't use any
  on this case.
  
  Any other suggestion?
  
  Rafael
  
  --- In flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com
 mailto:flexcoders%40yahoogroups.com
  , Alex Harui aharui@ wrote:
  
   I don't have time to look, but usually, there are issues with
 renderer
   recycling and/or rendering measurement. Have you read through the
  posts
   on my blog?
   
   
   
   
   
   From: flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com
 mailto:flexcoders%40yahoogroups.com
  [mailto:flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com
 mailto:flexcoders%40yahoogroups.com
  ] On
   Behalf Of Rafael Faria
   Sent: Tuesday, July 22, 2008 8:35 PM
   To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 mailto:flexcoders%40yahoogroups.com 
   Subject: [flexcoders] rendering problem
   
   
   
   I'm not sure how many of you guys had this problem before but for
 some
   reason im getting a rendering problem with forms and datagrid and i
   have no ideia how to solve it.
   
   Check this example
   the first part is the right one, after i scroll up and down, it gets
   all mess up.
   http://www.enilsson.com/assets/examples/rendering.png
 http://www.enilsson.com/assets/examples/rendering.png 
  http://www.enilsson.com/assets/examples/rendering.png
 http://www.enilsson.com/assets/examples/rendering.png  
   http://www.enilsson.com/assets/examples/rendering.png
 http://www.enilsson.com/assets/examples/rendering.png 
  http://www.enilsson.com/assets/examples/rendering.png
 http://www.enilsson.com/assets/examples/rendering.png   
   
   This one is how it deformed the datagrids.
   http://www.enilsson.com/assets/examples/rendering2.png
 http://www.enilsson.com/assets/examples/rendering2.png 
  http://www.enilsson.com/assets/examples/rendering2.png
 http://www.enilsson.com/assets/examples/rendering2.png  
   http://www.enilsson.com/assets/examples/rendering2.png
 http://www.enilsson.com/assets/examples/rendering2.png 
  http://www.enilsson.com/assets/examples/rendering2.png
 http://www.enilsson.com/assets/examples/rendering2.png   
   
   Any idea how to fix that?
   it's killing me.
   
   raf
  
 





RE: [flexcoders] Re: rendering problem

2008-08-01 Thread Alex Harui
Hard to say w/o more information.  I would try to see if the number of
children matches what you see on screen.  Maybe write some code that
shows you what is on the display list and then try to find out how
duplicates are getting created if there are any.

 

For the DG problem, make sure the renderers aren't doing things with
masks.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rafael Faria
Sent: Thursday, July 31, 2008 11:23 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: rendering problem

 

I can't post the app sorry but any reason why the UI could be
deforming while you scroll?! anyone else had this problem before?

raf

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Alex Harui [EMAIL PROTECTED] wrote:

 Can you post the app? I probably won't be able to look until tomorrow
 (for me). Add view source if you can. It isn't clear what you are
 scrolling or how you've set up the UI.
 
 
 
 
 
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] On
 Behalf Of Rafael Faria
 Sent: Wednesday, July 23, 2008 9:50 PM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
 Subject: [flexcoders] Re: rendering problem
 
 
 
 Well.. in the first one it's easy to see the difference. There is a
 separator between 2 screens, one is when i load it, the second is when
 i scroll down the page and than come back to the document. It repeats
 the dropdowns, some times textinputs gets crazy and disapear but when
 you mouse over them it back up.
 
 The second one its the datagrids.
 
 http://www.enilsson.com/assets/examples/rendering2.png
http://www.enilsson.com/assets/examples/rendering2.png 
 http://www.enilsson.com/assets/examples/rendering2.png
http://www.enilsson.com/assets/examples/rendering2.png  
 
 i circled this time so you can notice.
 
 It happens when i have a big scroll and scroll up and down.
 
 Any idea?
 
 Rafael
 
 --- In flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.com
 , Alex Harui aharui@ wrote:
 
  I can't tell from the pictures what is wrong.
  
  
  
  
  
  From: flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.com
 [mailto:flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.com
 ] On
  Behalf Of Rafael Faria
  Sent: Wednesday, July 23, 2008 5:37 PM
  To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.com 
  Subject: [flexcoders] Re: rendering problem
  
  
  
  Alex,
  
  Because i knew you would say to check your blog i had done this
before
  write it here. I couldn't find anything about rendering problems.
The
  only thing i found there was about item renderered and i don't use
any
  on this case.
  
  Any other suggestion?
  
  Rafael
  
  --- In flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com
 mailto:flexcoders%40yahoogroups.com
  , Alex Harui aharui@ wrote:
  
   I don't have time to look, but usually, there are issues with
 renderer
   recycling and/or rendering measurement. Have you read through the
  posts
   on my blog?
   
   
   
   
   
   From: flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com
 mailto:flexcoders%40yahoogroups.com
  [mailto:flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com
 mailto:flexcoders%40yahoogroups.com
  ] On
   Behalf Of Rafael Faria
   Sent: Tuesday, July 22, 2008 8:35 PM
   To: flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.com
 mailto:flexcoders%40yahoogroups.com 
   Subject: [flexcoders] rendering problem
   
   
   
   I'm not sure how many of you guys had this problem before but for
 some
   reason im getting a rendering problem with forms and datagrid and
i
   have no ideia how to solve it.
   
   Check this example
   the first part is the right one, after i scroll up and down, it
gets
   all mess up.
   http://www.enilsson.com/assets/examples/rendering.png
http://www.enilsson.com/assets/examples/rendering.png 
 http://www.enilsson.com/assets/examples/rendering.png
http://www.enilsson.com/assets/examples/rendering.png  
  http://www.enilsson.com/assets/examples/rendering.png
http://www.enilsson.com/assets/examples/rendering.png 
 http://www.enilsson.com/assets/examples/rendering.png
http://www.enilsson.com/assets/examples/rendering.png   
   http://www.enilsson.com/assets/examples/rendering.png
http://www.enilsson.com/assets/examples/rendering.png 
 http://www.enilsson.com/assets/examples/rendering.png
http://www.enilsson.com/assets/examples/rendering.png  
  http

[flexcoders] Re: rendering problem

2008-07-23 Thread Rafael Faria
Alex,

Because i knew you would say to check your blog i had done this before
write it here. I couldn't find anything about rendering problems. The
only thing i found there was about item renderered and i don't use any
on this case.

Any other suggestion?

Rafael


--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

 I don't have time to look, but usually, there are issues with renderer
 recycling and/or rendering measurement.  Have you read through the posts
 on my blog?
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Rafael Faria
 Sent: Tuesday, July 22, 2008 8:35 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] rendering problem
 
  
 
 I'm not sure how many of you guys had this problem before but for some
 reason im getting a rendering problem with forms and datagrid and i
 have no ideia how to solve it.
 
 Check this example
 the first part is the right one, after i scroll up and down, it gets
 all mess up.
 http://www.enilsson.com/assets/examples/rendering.png
 http://www.enilsson.com/assets/examples/rendering.png 
 
 This one is how it deformed the datagrids.
 http://www.enilsson.com/assets/examples/rendering2.png
 http://www.enilsson.com/assets/examples/rendering2.png 
 
 Any idea how to fix that?
 it's killing me.
 
 raf





RE: [flexcoders] Re: rendering problem

2008-07-23 Thread Alex Harui
I can't tell from the pictures what is wrong.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rafael Faria
Sent: Wednesday, July 23, 2008 5:37 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: rendering problem

 

Alex,

Because i knew you would say to check your blog i had done this before
write it here. I couldn't find anything about rendering problems. The
only thing i found there was about item renderered and i don't use any
on this case.

Any other suggestion?

Rafael

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Alex Harui [EMAIL PROTECTED] wrote:

 I don't have time to look, but usually, there are issues with renderer
 recycling and/or rendering measurement. Have you read through the
posts
 on my blog?
 
 
 
 
 
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] On
 Behalf Of Rafael Faria
 Sent: Tuesday, July 22, 2008 8:35 PM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
 Subject: [flexcoders] rendering problem
 
 
 
 I'm not sure how many of you guys had this problem before but for some
 reason im getting a rendering problem with forms and datagrid and i
 have no ideia how to solve it.
 
 Check this example
 the first part is the right one, after i scroll up and down, it gets
 all mess up.
 http://www.enilsson.com/assets/examples/rendering.png
http://www.enilsson.com/assets/examples/rendering.png 
 http://www.enilsson.com/assets/examples/rendering.png
http://www.enilsson.com/assets/examples/rendering.png  
 
 This one is how it deformed the datagrids.
 http://www.enilsson.com/assets/examples/rendering2.png
http://www.enilsson.com/assets/examples/rendering2.png 
 http://www.enilsson.com/assets/examples/rendering2.png
http://www.enilsson.com/assets/examples/rendering2.png  
 
 Any idea how to fix that?
 it's killing me.
 
 raf


 



[flexcoders] Re: rendering problem

2008-07-23 Thread Rafael Faria
Well.. in the first one it's easy to see the difference. There is a
separator between 2 screens, one is when i load it, the second is when
i scroll down the page and than come back to the document. It repeats
the dropdowns, some times textinputs gets crazy and disapear but when
you mouse over them it back up.

The second one its the datagrids.

http://www.enilsson.com/assets/examples/rendering2.png

i circled this time so you can notice.

It happens when i have a big scroll and scroll up and down.


Any idea?


Rafael


--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

 I can't tell from the pictures what is wrong.
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Rafael Faria
 Sent: Wednesday, July 23, 2008 5:37 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: rendering problem
 
  
 
 Alex,
 
 Because i knew you would say to check your blog i had done this before
 write it here. I couldn't find anything about rendering problems. The
 only thing i found there was about item renderered and i don't use any
 on this case.
 
 Any other suggestion?
 
 Rafael
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 , Alex Harui aharui@ wrote:
 
  I don't have time to look, but usually, there are issues with renderer
  recycling and/or rendering measurement. Have you read through the
 posts
  on my blog?
  
  
  
  
  
  From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 ] On
  Behalf Of Rafael Faria
  Sent: Tuesday, July 22, 2008 8:35 PM
  To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
  Subject: [flexcoders] rendering problem
  
  
  
  I'm not sure how many of you guys had this problem before but for some
  reason im getting a rendering problem with forms and datagrid and i
  have no ideia how to solve it.
  
  Check this example
  the first part is the right one, after i scroll up and down, it gets
  all mess up.
  http://www.enilsson.com/assets/examples/rendering.png
 http://www.enilsson.com/assets/examples/rendering.png 
  http://www.enilsson.com/assets/examples/rendering.png
 http://www.enilsson.com/assets/examples/rendering.png  
  
  This one is how it deformed the datagrids.
  http://www.enilsson.com/assets/examples/rendering2.png
 http://www.enilsson.com/assets/examples/rendering2.png 
  http://www.enilsson.com/assets/examples/rendering2.png
 http://www.enilsson.com/assets/examples/rendering2.png  
  
  Any idea how to fix that?
  it's killing me.
  
  raf
 





RE: [flexcoders] Re: rendering problem

2008-07-23 Thread Alex Harui
Can you post the app?  I probably won't be able to look until tomorrow
(for me).  Add view source if you can.  It isn't clear what you are
scrolling or how you've set up the UI.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rafael Faria
Sent: Wednesday, July 23, 2008 9:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: rendering problem

 

Well.. in the first one it's easy to see the difference. There is a
separator between 2 screens, one is when i load it, the second is when
i scroll down the page and than come back to the document. It repeats
the dropdowns, some times textinputs gets crazy and disapear but when
you mouse over them it back up.

The second one its the datagrids.

http://www.enilsson.com/assets/examples/rendering2.png
http://www.enilsson.com/assets/examples/rendering2.png 

i circled this time so you can notice.

It happens when i have a big scroll and scroll up and down.

Any idea?

Rafael

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Alex Harui [EMAIL PROTECTED] wrote:

 I can't tell from the pictures what is wrong.
 
 
 
 
 
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] On
 Behalf Of Rafael Faria
 Sent: Wednesday, July 23, 2008 5:37 PM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
 Subject: [flexcoders] Re: rendering problem
 
 
 
 Alex,
 
 Because i knew you would say to check your blog i had done this before
 write it here. I couldn't find anything about rendering problems. The
 only thing i found there was about item renderered and i don't use any
 on this case.
 
 Any other suggestion?
 
 Rafael
 
 --- In flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.com
 , Alex Harui aharui@ wrote:
 
  I don't have time to look, but usually, there are issues with
renderer
  recycling and/or rendering measurement. Have you read through the
 posts
  on my blog?
  
  
  
  
  
  From: flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.com
 [mailto:flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.com
 ] On
  Behalf Of Rafael Faria
  Sent: Tuesday, July 22, 2008 8:35 PM
  To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.com 
  Subject: [flexcoders] rendering problem
  
  
  
  I'm not sure how many of you guys had this problem before but for
some
  reason im getting a rendering problem with forms and datagrid and i
  have no ideia how to solve it.
  
  Check this example
  the first part is the right one, after i scroll up and down, it gets
  all mess up.
  http://www.enilsson.com/assets/examples/rendering.png
http://www.enilsson.com/assets/examples/rendering.png 
 http://www.enilsson.com/assets/examples/rendering.png
http://www.enilsson.com/assets/examples/rendering.png  
  http://www.enilsson.com/assets/examples/rendering.png
http://www.enilsson.com/assets/examples/rendering.png 
 http://www.enilsson.com/assets/examples/rendering.png
http://www.enilsson.com/assets/examples/rendering.png   
  
  This one is how it deformed the datagrids.
  http://www.enilsson.com/assets/examples/rendering2.png
http://www.enilsson.com/assets/examples/rendering2.png 
 http://www.enilsson.com/assets/examples/rendering2.png
http://www.enilsson.com/assets/examples/rendering2.png  
  http://www.enilsson.com/assets/examples/rendering2.png
http://www.enilsson.com/assets/examples/rendering2.png 
 http://www.enilsson.com/assets/examples/rendering2.png
http://www.enilsson.com/assets/examples/rendering2.png   
  
  Any idea how to fix that?
  it's killing me.
  
  raf
 


 



[flexcoders] Re: Rendering problem

2007-11-27 Thread karunyanamuduri
Hi Josh,

Thanks for the help. The FTP tool I am using changing all the
javascript and mxml filenames to all lowercases.

Thanks,
Karunya 

--- In flexcoders@yahoogroups.com, Josh VanderBerg [EMAIL PROTECTED] wrote:

 You don't provide a lot of information, but I can say the only
 problems I've ever experienced when moving a Flex app from a Windows
 server to a Unix server were relate to the case sensitivity of the
 file system.  For example in windows you will be able to get away with:
 
[Embed(source=assets/LOGO.png)]
 
 When the actual file name is logo.png, but in Unix the file name and
 the Embed tag must have the exact same case.
 
 __
 Josh Vanderberg -- vanderblog.typepad.com
 
 --- In flexcoders@yahoogroups.com, karunyanamuduri knamuduri@
 wrote:
 
  Hi All,
  
  I am a newbie in Flex. I am trying to do a simple Flex page deployment
  on our servers. It worked just fine when I deployed on a windows
  server. But I am getting error when I deployed on Sun - Unix ( Sun One
  Webserver) in the html wrapper saying that object not found.
  
  
  Any help is highly appreciated.
  
  
  Thanks,
  Karunya
 





[flexcoders] Re: Rendering problem

2007-11-19 Thread Josh VanderBerg
You don't provide a lot of information, but I can say the only
problems I've ever experienced when moving a Flex app from a Windows
server to a Unix server were relate to the case sensitivity of the
file system.  For example in windows you will be able to get away with:

   [Embed(source=assets/LOGO.png)]

When the actual file name is logo.png, but in Unix the file name and
the Embed tag must have the exact same case.

__
Josh Vanderberg -- vanderblog.typepad.com

--- In flexcoders@yahoogroups.com, karunyanamuduri [EMAIL PROTECTED]
wrote:

 Hi All,
 
 I am a newbie in Flex. I am trying to do a simple Flex page deployment
 on our servers. It worked just fine when I deployed on a windows
 server. But I am getting error when I deployed on Sun - Unix ( Sun One
 Webserver) in the html wrapper saying that object not found.
 
 
 Any help is highly appreciated.
 
 
 Thanks,
 Karunya