[futurebasic] [SOLVED] Custom cursor

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

From: Brian Heibert <bheibert@...>
Date: Sat, 11 Sep 2004 16:38:10 -0500
Sorry for bugging the list, I figured it out myself

In the handlemenus fn
Underneath Select MenuID
I put CURSOR 128 and that fixed the problem.

Brian
------ Forwarded Message
From: Brian Heibert <bheibert@...>
Date: Sat, 11 Sep 2004 16:35:03 -0500
To: <futurebasic@...>
Subject: Custom cursor

I have a custom arrow cursor for my program

It works ok except when clicking on the menubar
When the user clicks on the menubar it changes back to the system arrow
cursor
How can I get it so after the menubar item is clicked on it goes back to my
cursor.   I don't think I can get it to stay as my cursor even on the
menubar and that's ok, I can accept that.

Brian

------ End of Forwarded Message