November 2005 Archive
MAX Day 1 & Day 2 Keynote Videos
The MAX 2005 conference Day 1 and Day 2 keynote videos are now online:
http://www.macromedia.com/macromedia/events/max/max2005/video/
Posted by Niklas Richardson on 01 Nov 2005
Charlie Arehart presents BlueDragon at UKCFUG on Thursday 17 Nov
Charlie Arehart, CTO of New Atlanta Communications will be giving an introduction to BlueDragon and will demonstrate how to deploy ColdFusion apps on .NET using BlueDragon. Also, New Atlanta are putting some money behind the bar for after meeting drinks!
Meeting Details: New Atlanta’s Charlie Arehart presents on BlueDragon
Posted by Niklas Richardson on 16 Nov 2005
How do I display a hand cursor over a component in Flex?
Displaying a hand cursor over a component in Flex 1.5 is fairly straightforward however you need to perform two things to get it to work. Use the following code on your component to make it work:
[code lang=“as3”]
mouseOver=“event.target.onRelease=null;event.target.useHandCursor=true;”
[/code]
Unfortunately, you can’t just get away with using the useHandCursor=true, you must first specify event.target.onRelease=null.
Here it is in action:
And, here is the code:
[code lang=“xml”]
<?xml version=“1.0” encoding=“utf-8”?>
[/code]
Posted by Niklas Richardson on 28 Nov 2005
| www.flickr.com |
Archives
Posted by Neil Middleton on 01 Jan 1910
From our portfolio
| www.flickr.com |