Hello Guys,

Can please someone explain to me next thing, let's review the code:

<mx:Script>
   function showSize() {
        mx.controls.Alert.show(String(cv._width) + "  " + String  (cv._height));
   }
</mx:Script>                            
        
<mx:Canvas id="cv"
                   width="100%"
                   height="100%"
                   backgroundColor="#000066"
                   creationComplete="showSize();"/>

It shows some numbers > 0. That's ok.

But if we just remove backgroundColor property, then it shows 0,0.

Best regards
Stanislav


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to