[flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Ben Marchbanks
Okay I give up. How you you make the close button ALWAYS visible for a
titleWindow ? I have defined the custom icon for all states yet the
button only appears on mouseOver. The user needs to know there's a
close button there without having to mouseOver don't you think ?



Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Jurgen Beck

Have you looked at the following property for the TitleWindow?

   showCloseButton=true


Jurgen

Ben Marchbanks wrote:


Okay I give up. How you you make the close button ALWAYS visible for a
titleWindow ? I have defined the custom icon for all states yet the
button only appears on mouseOver. The user needs to know there's a
close button there without having to mouseOver don't you think ?

 


RE: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Alex Harui
Did you try your skins on a regular button?

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ben Marchbanks
Sent: Tuesday, August 28, 2007 11:57 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] What's the secret - close button TitleWindow

 

Okay I give up. How you you make the close button ALWAYS visible for a
titleWindow ? I have defined the custom icon for all states yet the
button only appears on mouseOver. The user needs to know there's a
close button there without having to mouseOver don't you think ?

 



Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Jurgen Beck
Also, make sure that when you use your own icon for the close button 
that you include all the states of the button in your skin. If the 
button only shows up when the mouse is over it, there may be an issue 
with your 'up' state skin.


Ben Marchbanks wrote:


Okay I give up. How you you make the close button ALWAYS visible for a
titleWindow ? I have defined the custom icon for all states yet the
button only appears on mouseOver. The user needs to know there's a
close button there without having to mouseOver don't you think ?

 


Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread desigaine pereanen
there is a propertyin titlewindow called showclosedbutton, just set this to
true and the problem is solved.

On 8/28/07, Ben Marchbanks [EMAIL PROTECTED] wrote:

   Okay I give up. How you you make the close button ALWAYS visible for a
 titleWindow ? I have defined the custom icon for all states yet the
 button only appears on mouseOver. The user needs to know there's a
 close button there without having to mouseOver don't you think ?

 



Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Ben Marchbanks
Okay - here's a clue - I was using swf as skins for the button - when I changed 
to png as skins it works as expected.

Ben Marchbanks

::: alQemy ::: transforming information into intelligence
http://www.alQemy.com

::: magazooms ::: digital magazines
http://www.magazooms.com

Greenville, SC
864.284.9918

Alex Harui wrote:
 
 
 Did you try your skins on a regular button?
 
  
 
 
 
 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 *On Behalf Of *Ben Marchbanks
 *Sent:* Tuesday, August 28, 2007 11:57 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] What's the secret - close button TitleWindow
 
  
 
 Okay I give up. How you you make the close button ALWAYS visible for a
 titleWindow ? I have defined the custom icon for all states yet the
 button only appears on mouseOver. The user needs to know there's a
 close button there without having to mouseOver don't you think ?
 
 

-- 
Ben Marchbanks

::: alQemy ::: transforming information into intelligence
http://www.alQemy.com

::: magazooms ::: digital magazines
http://www.magazooms.com

Greenville, SC
864.284.9918


RE: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Alex Harui
You've probably got a timing issue.  Swf skins can take an extra frame
to establish their size.  The TW code probably measures too soon and
ends up at zero or causes the swf to render funny.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ben Marchbanks
Sent: Tuesday, August 28, 2007 12:22 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] What's the secret - close button TitleWindow

 

Okay - here's a clue - I was using swf as skins for the button - when I
changed 
to png as skins it works as expected.

Ben Marchbanks

::: alQemy ::: transforming information into intelligence
http://www.alQemy.com

::: magazooms ::: digital magazines
http://www.magazooms.com

Greenville, SC
864.284.9918

Alex Harui wrote:
 
 
 Did you try your skins on a regular button?
 
 
 
 --
 
 *From:* flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] 
 *On Behalf Of *Ben Marchbanks
 *Sent:* Tuesday, August 28, 2007 11:57 AM
 *To:* flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com

 *Subject:* [flexcoders] What's the secret - close button TitleWindow
 
 
 
 Okay I give up. How you you make the close button ALWAYS visible for a
 titleWindow ? I have defined the custom icon for all states yet the
 button only appears on mouseOver. The user needs to know there's a
 close button there without having to mouseOver don't you think ?
 
 

-- 
Ben Marchbanks

::: alQemy ::: transforming information into intelligence
http://www.alQemy.com

::: magazooms ::: digital magazines
http://www.magazooms.com

Greenville, SC
864.284.9918

 



Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Ben Marchbanks
You are probably right because once it renders after a mouseOver it remains 
during all states.

Alex Harui wrote:
 
 
 You’ve probably got a timing issue.  Swf skins can take an extra frame 
 to establish their size.  The TW code probably measures too soon and 
 ends up at zero or causes the swf to render funny.
 
  
 
 
 
 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 *On Behalf Of *Ben Marchbanks
 *Sent:* Tuesday, August 28, 2007 12:22 PM
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders] What's the secret - close button TitleWindow
 
  
 
 Okay - here's a clue - I was using swf as skins for the button - when I 
 changed
 to png as skins it works as expected.
 
 Ben Marchbanks
 
 ::: alQemy ::: transforming information into intelligence
 http://www.alQemy.com http://www.alQemy.com
 
 ::: magazooms ::: digital magazines
 http://www.magazooms.com http://www.magazooms.com
 
 Greenville, SC
 864.284.9918
 
 Alex Harui wrote:


  Did you try your skins on a regular button?



  --

  *From:* flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com [mailto:flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com]
  *On Behalf Of *Ben Marchbanks
  *Sent:* Tuesday, August 28, 2007 11:57 AM
  *To:* flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
  *Subject:* [flexcoders] What's the secret - close button TitleWindow



  Okay I give up. How you you make the close button ALWAYS visible for a
  titleWindow ? I have defined the custom icon for all states yet the
  button only appears on mouseOver. The user needs to know there's a
  close button there without having to mouseOver don't you think ?


 
 -- 
 Ben Marchbanks
 
 ::: alQemy ::: transforming information into intelligence
 http://www.alQemy.com http://www.alQemy.com
 
 ::: magazooms ::: digital magazines
 http://www.magazooms.com http://www.magazooms.com
 
 Greenville, SC
 864.284.9918
 
 

-- 
Ben Marchbanks

::: alQemy ::: transforming information into intelligence
http://www.alQemy.com

::: magazooms ::: digital magazines
http://www.magazooms.com

Greenville, SC
864.284.9918


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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

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