Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

cursor shape

29 views
Skip to first unread message

Zhang Juan

unread,
Sep 8, 1998, 3:00:00 AM9/8/98
to
Hi, friends!
In Setpointer help file, it says "The available shapes
include the stock pointers listed above, as well as any
custom cursor files you have." The problem is how can I use
custom cursors?


Rick Seeley

unread,
Sep 8, 1998, 3:00:00 AM9/8/98
to
Hi Zhang,

Custom cursors end in .cur. If you are running Windows 95, you should have
some in C:\Windows\Cursors. You can also create cursors using the Image
editor that comes with powerbuilder. To use a custom cursor, simply supply
the path to where the cursor may be found.

Rick

Zhang Juan wrote in message ...

Zhang Juan

unread,
Sep 9, 1998, 3:00:00 AM9/9/98
to
Hi Rick,
Thanks very much! I created some cursors as you told,
but the problem is how can I use it? In the datawindow I
let the column's "pointer" to be my own cursor,but it had
no effect when it run and I put the mouse within it. I
write script in pbm_dwnmousemove event:
if row > 0 then
if dwo.name = "name" then
SetPointer(cross!)
end if
end if

it's all right. but the argument of setpointer() is
pointer type, how can get pointer type?

zhang juan

Rick Seeley wrote in message ...

Devang Shah

unread,
Sep 9, 1998, 3:00:00 AM9/9/98
to
I think mouse pointer and cursor are two different things. SetPointer may
change the appearance of the pointer but not the cursor.

Devang Shah
Mumbai, India

Zhang Juan

unread,
Sep 9, 1998, 3:00:00 AM9/9/98
to
Hi Devang:
Then I mean pointer. How can I change the appearance
of the pointer using my own file?

Zhang juan

Devang Shah wrote in message ...

0 new messages