Location of Serial Code on UltraSharp Monitors

February 23, 2011
Tags: , ,

Can’t seem to find your serial number on your new-ish Dell UltraSharp monitor? On older versions of the UltraSharp line (and probably other Dell monitors), the serial number could always be found on the back of the panel. As it turns out, Dell got fancy with newer models and is now placing the serial on [...]

0

Changing Mouse Cursor for Flex mx:Label

July 3, 2008
Tags: ,

In my current Flex-based project, I am creating several labels that act like hyperlinks but was having trouble changing the cursor type to the traditional “hand.”  After some moderate searching, I found out that you have to declare three properties: useHandCursor = true; buttonMode = true; mouseChildren = false; With these properties set, the mouse [...]

0