[futurebasic] Re: [FB] custom cursor

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 2009 : Group Archive : Group : All Groups

From: Robert Purves <listrp@...>
Date: Wed, 23 Sep 2009 18:51:56 +1200
Waverly Edwards wrote:

> Has anyone created a custom cursor.  In days gone by, you would  
> create a 'crsr' resource with a hotspot.
> Today, I don't know how you do it, since resource files are frowned  
> upon these days.

Resource files are not frowned upon. The FB editor has a resource file  
containing a 'crsr' 1000 resource (you can see it via a contextual  
Show Package Contents command in the Finder). The freeware Rezilla.app  
can create and edit cursors. The entire code required to display a  
resource cursor consists of two words, for example:
cursor _lineSelCursor

Robert P.