[flexcoders] Re: Warning: CheckVisibility is not a function ?

2009-01-20 Thread tom93438
Thanks Tracy and Clumpywheel (it's good to know I'm not alone..)

Is this causing you any problems?
Only in so much as I have gone from a situation where my flashlog is
100% useful trace statements and critical errors to a situation where
it is now 90% noise (and flash tracer's Display warnings control
seems not to work). :(

Call me a stickler maybe, but I like my warnings to be real and
noteworthy..:) If we ignore warnings then don't we just invite future
problems? (I'm an electronic engineer by training, and fairly new to
SW, so maybe I'm taking the wrong approach?)

Most importantly: is this the sort of thing that warrants a bug report
to Adobe? If so, I'll put one in.

cheers

tom
 

--- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote:

 Is this causing you any problems?  Warnings can often be ignored, and 
 this sounds like an issue in the framework.  In past versions of 
 flex, I have seen dozens of warnings from internal objects, but not 
 seen any of them result in a problem for my app.
 
 Tracy Spratt 
 Lariat Services 
 Flex development bandwidth available
 
 
 --- In flexcoders@yahoogroups.com, clumpywheel clumpywheel@ 
 wrote:
 
  I tried to reply to this earlier but it didn't show up.
  
  I have the exact same warnings in my flashlog and it's very 
 annoying.
   Flex 3, Flash 10, and it happens when I hit allow on the 
 microphone
  access box.
  
  --- In flexcoders@yahoogroups.com, tom93438 tcs2201@ wrote:
  
   Hi Erik, 
   
   That is the problem. I don't define or call it anywhere in my 
 code (to
   the best of my knowledge). I have searched my entire codebase for
   'CheckVisibilty' and it doesn't show up anywhere.
   
   I know this makes it a hard problem to diagnose..
   
   Any idea what might be wrong?
   
   thanks
   
   tom

   
   --- In flexcoders@yahoogroups.com, Thomas, Erik erik_thomas@ 
 wrote:
   
Can you share some source code where you define/call 
 CheckVisibilty?



From: flexcoders@yahoogroups.com
  [mailto:flexcod...@yahoogroups.com] On
Behalf Of tom93438
Sent: Friday, January 16, 2009 10:16 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Warning: CheckVisibility is not a 
 function ?



A few more bits of information to add:

This warning starts being generated immediately after 
 the 'Adobe Flash
Player Settings' box is closed (once the user selects 'Allow' OR
'Deny') for microphone / camera access. 
The warning is written continuously and indefinitely (or at 
 least,
until Flash Tracer reaches its warning limit). 

Any ideas how to make this warning go away?

thanks

tom

--- In flexcoders@yahoogroups.com
  mailto:flexcoders%40yahoogroups.com
, tom s tcs2201@ wrote:

 Hi,
 I have an application running in Flash Debug Player 10.0 r12 
 for
Firefox.
 It keeps writing 'Warning: CheckVisibility is not a function' 
 to the
 flashlog.txt
 I am running FF 3.0.5 and Flash Switcher.
 
 Any ideas what might be causing this?
 
 thanks
 
 tom

   
  
 





[flexcoders] Re: Warning: CheckVisibility is not a function ?

2009-01-20 Thread Lasse Simonen
Flash Player 9.0.124 doesn't write Warning: CheckVisibility is not a
function in to the flashlog.txt, so it seems this is related to FP 10
(tested with 10.0.12.36).



[flexcoders] Re: Warning: CheckVisibility is not a function ?

2009-01-17 Thread clumpywheel
I tried to reply to this earlier but it didn't show up.

I have the exact same warnings in my flashlog and it's very annoying.
 Flex 3, Flash 10, and it happens when I hit allow on the microphone
access box.

--- In flexcoders@yahoogroups.com, tom93438 tcs2...@... wrote:

 Hi Erik, 
 
 That is the problem. I don't define or call it anywhere in my code (to
 the best of my knowledge). I have searched my entire codebase for
 'CheckVisibilty' and it doesn't show up anywhere.
 
 I know this makes it a hard problem to diagnose..
 
 Any idea what might be wrong?
 
 thanks
 
 tom
  
 
 --- In flexcoders@yahoogroups.com, Thomas, Erik erik_thomas@ wrote:
 
  Can you share some source code where you define/call CheckVisibilty?
  
  
  
  From: flexcoders@yahoogroups.com
[mailto:flexcod...@yahoogroups.com] On
  Behalf Of tom93438
  Sent: Friday, January 16, 2009 10:16 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Re: Warning: CheckVisibility is not a function ?
  
  
  
  A few more bits of information to add:
  
  This warning starts being generated immediately after the 'Adobe Flash
  Player Settings' box is closed (once the user selects 'Allow' OR
  'Deny') for microphone / camera access. 
  The warning is written continuously and indefinitely (or at least,
  until Flash Tracer reaches its warning limit). 
  
  Any ideas how to make this warning go away?
  
  thanks
  
  tom
  
  --- In flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com
  , tom s tcs2201@ wrote:
  
   Hi,
   I have an application running in Flash Debug Player 10.0 r12 for
  Firefox.
   It keeps writing 'Warning: CheckVisibility is not a function' to the
   flashlog.txt
   I am running FF 3.0.5 and Flash Switcher.
   
   Any ideas what might be causing this?
   
   thanks
   
   tom
  
 





[flexcoders] Re: Warning: CheckVisibility is not a function ?

2009-01-17 Thread Tracy Spratt
Is this causing you any problems?  Warnings can often be ignored, and 
this sounds like an issue in the framework.  In past versions of 
flex, I have seen dozens of warnings from internal objects, but not 
seen any of them result in a problem for my app.

Tracy Spratt 
Lariat Services 
Flex development bandwidth available


--- In flexcoders@yahoogroups.com, clumpywheel clumpywh...@... 
wrote:

 I tried to reply to this earlier but it didn't show up.
 
 I have the exact same warnings in my flashlog and it's very 
annoying.
  Flex 3, Flash 10, and it happens when I hit allow on the 
microphone
 access box.
 
 --- In flexcoders@yahoogroups.com, tom93438 tcs2201@ wrote:
 
  Hi Erik, 
  
  That is the problem. I don't define or call it anywhere in my 
code (to
  the best of my knowledge). I have searched my entire codebase for
  'CheckVisibilty' and it doesn't show up anywhere.
  
  I know this makes it a hard problem to diagnose..
  
  Any idea what might be wrong?
  
  thanks
  
  tom
   
  
  --- In flexcoders@yahoogroups.com, Thomas, Erik erik_thomas@ 
wrote:
  
   Can you share some source code where you define/call 
CheckVisibilty?
   
   
   
   From: flexcoders@yahoogroups.com
 [mailto:flexcod...@yahoogroups.com] On
   Behalf Of tom93438
   Sent: Friday, January 16, 2009 10:16 AM
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] Re: Warning: CheckVisibility is not a 
function ?
   
   
   
   A few more bits of information to add:
   
   This warning starts being generated immediately after 
the 'Adobe Flash
   Player Settings' box is closed (once the user selects 'Allow' OR
   'Deny') for microphone / camera access. 
   The warning is written continuously and indefinitely (or at 
least,
   until Flash Tracer reaches its warning limit). 
   
   Any ideas how to make this warning go away?
   
   thanks
   
   tom
   
   --- In flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com
   , tom s tcs2201@ wrote:
   
Hi,
I have an application running in Flash Debug Player 10.0 r12 
for
   Firefox.
It keeps writing 'Warning: CheckVisibility is not a function' 
to the
flashlog.txt
I am running FF 3.0.5 and Flash Switcher.

Any ideas what might be causing this?

thanks

tom
   
  
 





[flexcoders] Re: Warning: CheckVisibility is not a function ?

2009-01-16 Thread tom93438
A few more bits of information to add:

This warning starts being generated immediately after the 'Adobe Flash
Player Settings' box is closed (once the user selects 'Allow' OR
'Deny') for microphone / camera access.  
The warning is written continuously and indefinitely (or at least,
until Flash Tracer reaches its warning limit). 

Any ideas how to make this warning go away?

thanks

tom



--- In flexcoders@yahoogroups.com, tom s tcs2...@... wrote:

 Hi,
 I have an application running in Flash Debug Player 10.0 r12 for
Firefox.
 It keeps writing 'Warning: CheckVisibility is not a function' to the
 flashlog.txt
 I am running FF 3.0.5 and Flash Switcher.
 
 Any ideas what might be causing this?
 
 thanks
 
 tom





RE: [flexcoders] Re: Warning: CheckVisibility is not a function ?

2009-01-16 Thread Thomas, Erik
Can you share some source code where you define/call CheckVisibilty?



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of tom93438
Sent: Friday, January 16, 2009 10:16 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Warning: CheckVisibility is not a function ?



A few more bits of information to add:

This warning starts being generated immediately after the 'Adobe Flash
Player Settings' box is closed (once the user selects 'Allow' OR
'Deny') for microphone / camera access. 
The warning is written continuously and indefinitely (or at least,
until Flash Tracer reaches its warning limit). 

Any ideas how to make this warning go away?

thanks

tom

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, tom s tcs2...@... wrote:

 Hi,
 I have an application running in Flash Debug Player 10.0 r12 for
Firefox.
 It keeps writing 'Warning: CheckVisibility is not a function' to the
 flashlog.txt
 I am running FF 3.0.5 and Flash Switcher.
 
 Any ideas what might be causing this?
 
 thanks
 
 tom




 


[flexcoders] Re: Warning: CheckVisibility is not a function ?

2009-01-16 Thread tom93438
Hi Erik, 

That is the problem. I don't define or call it anywhere in my code (to
the best of my knowledge). I have searched my entire codebase for
'CheckVisibilty' and it doesn't show up anywhere.

I know this makes it a hard problem to diagnose..

Any idea what might be wrong?

thanks

tom
 

--- In flexcoders@yahoogroups.com, Thomas, Erik erik_tho...@... wrote:

 Can you share some source code where you define/call CheckVisibilty?
 
 
 
 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of tom93438
 Sent: Friday, January 16, 2009 10:16 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Warning: CheckVisibility is not a function ?
 
 
 
 A few more bits of information to add:
 
 This warning starts being generated immediately after the 'Adobe Flash
 Player Settings' box is closed (once the user selects 'Allow' OR
 'Deny') for microphone / camera access. 
 The warning is written continuously and indefinitely (or at least,
 until Flash Tracer reaches its warning limit). 
 
 Any ideas how to make this warning go away?
 
 thanks
 
 tom
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 , tom s tcs2201@ wrote:
 
  Hi,
  I have an application running in Flash Debug Player 10.0 r12 for
 Firefox.
  It keeps writing 'Warning: CheckVisibility is not a function' to the
  flashlog.txt
  I am running FF 3.0.5 and Flash Switcher.
  
  Any ideas what might be causing this?
  
  thanks
  
  tom