T.R | Title | User | Personal Name | Date | Lines |
---|
3225.1 | wrong resource name | DECWIN::BROUILLETTE | | Fri Aug 17 1990 18:43 | 3 |
|
try sm.pointer_shape
|
3225.2 | | DEMON3::CLEVELAND | Notes - fun or satanic cult? | Mon Aug 20 1990 10:17 | 6 |
| See note 3180.
Also, you don't need to reboot, just change the file and select "use
last saved settings" from the Session Manager Customize menu.
Tim
|
3225.3 | nothing really magical here... | GSRC::WEST | SCARY : A programmer with a screwdriver. | Wed Aug 22 1990 16:30 | 29 |
|
To be a bit more specific about the pointer shapes...there are 76 predefined
pointer shapes or X Font Cursors as some call them. These are defined by
MIT (and company).
I'm not sure that I've ever seen them in any of the Digital documentation
but you have a copy of 'the red book' then they are show in appendix B.
Some of the more interesting shapes are:
XC_coffee_mug 28
XC_gobbler 54
XC_gumby 56 (Which doesn't work anymore...hmmm)
XC_pirate 88
XC_spraycan 124
XC_umbrella 146
When you use these you do need to put the minus sign in front of the
number for the session manager to know about which shape your looking
for.
Try some...and have fun. ;^)
-=> Jim <=-
|
3225.4 | Pointer_Shapes? nyah nyah... hmmm... cute... | HOO78C::APPELS | Caroline on 558kHz | Fri Aug 24 1990 10:00 | 38 |
|
Okay, Here are some more pointer_shapes
finger_up 2
waiting_watch 4
no_entry_sign 6
open_square 8
boat -8 (Yes, - or + differs)
star +20
square_labyrinth -20
white_donut -24
junction -34
circle_white -38
arrow_up_down -42
hand_back_north +42
hand_back_north_east +44
finger_pointing_west +45
circle_arrows -50
a_bird -54
hand_pointing_left_1 -55
hand_pointing_left_2 -60 (Similar as -55)
little_man -80
skull_&_crossbones -88
rectangle_mouse -100
yet_another_square -102
little_ship -104
various_arrows -105 up to -110
starship_enterprise_top -142
umbrella_4_white_backgr -146
chimney_4_black_backgr -147
wrist_watch -150
Okay, I'll quit. Who's next.
Regards,
Eddy & Floris :-D
|
3225.5 | some invalid numbers maybe ?? | GSRC::WEST | SCARY : A programmer with a screwdriver. | Fri Aug 24 1990 17:32 | 13 |
|
RE: .-1
I noticed that you posted some cursor ID's as odd (147). I can't
recall offhand where I read it (maybe Ollie's book) but if you use
these numbers you need to use the even number.
Cursors are built with two pixmaps, a source and a mask. So all you need
to give is the even number associated with the cursor so X knows which source
and which mask pixmap to get to set the cursor.
-=> Jim <=-
|