Ah, thanks a lot, your workaround works for me. -> Maximilian Tyrtania | [EMAIL PROTECTED] fischerAppelt Kommunikation GmbH Tucholskystr. 18 | D-10117 Berlin | Germany Tel. ++49-30-726146-728 | Fax ++49-30-726146-710 www.fischerAppelt.de _______________________________________________________________ +++mamamoto, die Initiative von Ligalux für ein neues Familienbild, ist am 10. März in Hamburg gestartet. Damit Familie wieder sichtbar Spaß macht http://www.mamamoto.de+++ --
> > Am 20.04.2006 um 10:41 schrieb Maximilian Tyrtania: > >> 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. > > From my experience and with no internal knowledge: > > You can't subclass the mouse cursor property of an editfield. It is > the iBeamCursor, if the field has no focus, or the blinking cursor, > if the field has the focus. > > But you can the change the applications global cursor. In the > mouseenter event you can the change the cursor > > App.MouseCursor = System.Cursors.FingerPointer > > and restore it in the mouseexit event > > App.MouseCursor = System.Cursors.StandardPointer > > Hans-Georg _______________________________________________ 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>
