T.R | Title | User | Personal Name | Date | Lines |
---|
1521.1 | pointer to two locator programs | FOOBAR::KABEL | doryphore | Tue Oct 03 1989 15:17 | 3 |
| see decwindows examples conference, notes 34 and 130 (two different
programs).
|
1521.2 | Executable Missing - Where? | TECH22::JERRY | Oh Captain, my captain - I shall seize the day! | Wed Oct 04 1989 11:40 | 7 |
| I look under DW_EXAMPLE and found the sources, but when I tried
to get the executable no luck. Can someone point me to an
executable image?
Thanks - Jerry
|
1521.3 | | VANISH::BAILEY | focus? _what_ focus | Wed Oct 04 1989 12:16 | 10 |
| > I look under DW_EXAMPLE and found the sources, but when I tried
> to get the executable no luck. Can someone point me to an
> executable image?
A .EXE of the one in note 130 in EXAMPLES is VANITY""::MOUSE_TRACK.EXE
|
1521.4 | What is it? | DELNI::MHARRIS | Netwrk Integ'n Projects | Wed Oct 04 1989 13:48 | 4 |
| Just curious, WHat is MOUSE_TRACK.EXE ??
|
1521.5 | | VANISH::BAILEY | focus? _what_ focus | Wed Oct 04 1989 15:02 | 34 |
| <<< ELKTRA::NOTESPUBLIC:[NOTES$LIBRARY]DW_EXAMPLES.NOTE;1 >>>
-< "DECwindows examples" >-
================================================================================
Note 130.0 LOCATOR 3 replies
BOOTIS::BAILEY "Clock Running, 37 Days Left" 27 lines 12-APR-1989 05:20
--------------------------------------------------------------------------------
(Should this really be called YAMLP Yet Another Mouse Locator Program??) ;-)
This program will put up a small window (located where the pointer is)
and report in it (in real time) the pointer X,Y
The mouse button functions are...
MB1 report the width/height of a section of screen. Move the pointer
to a location and press MB1, move to another location
and press MB1 and the program will report the width/height
of the 'marked' area (useful for laying out displays)
MB2 Exit the program, but save the last pointer X,Y values
in the DCL symbols Pointer_X & Pointer_Y. IE move the pointer
to a location, press MB2 then move a window to that location
by SETWIN <display> -Pos 'Pointer_X' 'Pointer_Y'
MB3 Exit the program
Written in (yes you guessed it!!!!!)
MACRO !!!!
|