[flexcoders] Re: Issues debugging on Windows 7?

2009-11-17 Thread brian.raymes
I have the same problem with Windows Vista and IE 8 (fairly certain it happened with IE 7 as well). Terminating or Terminate/Relaunch leaves behind an instance of IE... Lame! I ended up downloading KillProcess from http://www.beyondlogic.org/consulting/processutil/processutil.htm and wrote

[flexcoders] Re: Show and Hide using delay

2007-12-26 Thread brian.raymes
The problem I see is that you never tell the label to be visible after you hide it. Once it disappears, it never comes back. You also might want to assign the setTimeout call to a variable, so you can clear your setTimeout method in the case you need to cancel it. Here is your code, modified

[flexcoders] SuperImage and Complete Event??

2007-12-11 Thread brian.raymes
Does Ely's SuperImage have a secret content loading complete event? It doesn't have a complete even as far as MXML goes, and if I add an event listener for Event.COMPLETE, it never runs... Anyone find a workaround to this? Thanks!

[flexcoders] How do you get the Event.COMPLETE to work with Ely's SuperImage?

2007-12-11 Thread brian.raymes
I am trying to add reflections to a SuperImage, but I don't want to embed them to do it. I am using this reflection component: http://www.wietseveenstra.nl/blog/2007/05/29/reflection-manager-10/ If you don't embed the image, an InvalidBitmap error gets thrown. When/how does SuperImage fire its

[flexcoders] Re: How to change the Alert Window colors

2007-12-11 Thread brian.raymes
Give this link a try: http://blog.flexexamples.com/2007/10/23/adding-a-status-message-to-a-flex-alert-control/ You can style the Alert: mx:Style Alert { statusStyleName: myStatus; roundedBottomCorners: false; dropShadowEnabled: false; cornerRadius: 10; }

[flexcoders] Re: Image with rounded corners

2007-11-15 Thread brian.raymes
Check out my post here on the Flex Cookbook: http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailspostid=6502loc=en_USproductid=2 You could probably extend any component and use a mask to round the corners. Brian --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL