Hey all,

I am having problem for the buttonMode in TitleWindow, I am going to
show mouse cursor to "hand" when user rollOver mouse to close button ONLY!

It looks show the "hand" all the way, is there any suggestion for that?

Cheers

========================================

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
        layout="vertical"
        verticalAlign="middle"
        backgroundColor="white">
        
        <mx:TitleWindow width="250" height="200" layout="absolute" 
                showCloseButton="true" buttonMode="true"/>

</mx:Application>
========================================

Reply via email to