RE: [flexcoders] Re: How to show the Hand Cursor on the Close Button?

2008-08-05 Thread nirav . gosalia
@yahoogroups.com Subject: [flexcoders] Re: How to show the Hand Cursor on the Close Button? var btn:Button = this.mx_internal::closeButton; btn.useHandCursor = true; However the mx:internal might change in the future so this is not bullet proof. --- In flexcoders@yahoogroups.com mailto:flexcoders

Re: [flexcoders] Re: How to show the Hand Cursor on the Close Button?

2008-08-05 Thread Laurent Cozic
@yahoogroups.com Sent: Tuesday, August 5, 2008 3:33:56 PM Subject: [flexcoders] Re: How to show the Hand Cursor on the Close Button? The button is at the TOP/LEFT corner in the TitleWindow. it shows the error msg below... any suggestions? 1120: Access of undefined property mx_internal. --- In [EMAIL

RE: [flexcoders] Re: How to show the Hand Cursor on the Close Button?

2008-08-05 Thread Alex Harui
@ To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Sent: Tuesday, August 5, 2008 3:33:56 PM Subject: [flexcoders] Re: How to show the Hand Cursor on the Close Button? The button is at the TOP/LEFT corner in the TitleWindow. it shows the error msg below... any suggestions