| Does it for any of you guys? Here is what I did: Yup.
| 1. New project | 2. new class "myeditfield" inherits from Editfield | 3. in myeditfields mouseenter event: | me.MouseCursor=System.Cursors.FingerPointer (and put a | breakpoint there) | 4. Add a myeditfield to window1 | 5. launch a debugbuild and hover with the mouse over the editfield | 6. the debugger launches, but my mousecursor does not change. Works for me. (RB2006r2 XP) | Is there any ceveat to that I might have missed? I verified | that both the | the Application class's and the Window's MouseCursor property is Nil. I didn't add a "myeditfield to window1" as you did in step 4 though, I added an EditField and changed its super to myeditfield. If that still doesn't work for you, you could try adding a "return" after your code? Hope that helps. Mark. -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.4.4/318 - Release Date: 18/04/2006 _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
