Show button only when mouseover, Hide when mouse out

//Add the following code to the open event of a button. This code hides a button but keeps the button text visible when the mouse is not over the button area. declare sub setShowsBorderOnlyWhileMouseInside lib "Cocoa" selector "setShowsBorderOnlyWhileMouseInside:" ( handle as integer, value as boolean ) setShowsBorderOnlyWhileMouseInside( me.handle, true )

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.