Carbon only, this is the declare call. The problem is that Rb controls the
cursor in a manner that only allows it to show momentarily. You can throw
this code in a timer, but it flickers as Rb switches it to current cursor
and is a huge hack. Perhaps someone else has an idea here in terms of
getting this declare to work.

  Declare Function SetThemeCursor lib "Carbon" (inTheme As Integer) As
Integer
  Dim OSStatus As Integer
  Const kThemeCopyArrowCursor = 1
  OSStatus = SetThemeCursor(kThemeCopyArrowCursor)


Actually, the code above works very well in this instance. Because I'm showing the cursor during (and only during) a drag, RB doesn't try to control it. So it's flicker-free. Thanks for the advice, Thomas!

Jon
_______________________________________________
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>

Reply via email to