The closeButton is not in the public API.  You can get to it via
mx_internal or getChildAt() and change its properties instead of for the
entire TitleWindow

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of flexawesome
Sent: Thursday, September 27, 2007 11:05 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] buttonMode in TitleWindow component



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
<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