Maptitude - http://research.umbc.edu/~roswell/maptitude.html

--------------------------- ListBot Sponsor --------------------------
Dial 800-555-TELL for FREE long-distance calls.
   Tell your friends -- forward this message!

http://on.linkexchange.com/?ATID=27&AID=2144
----------------------------------------------------------------------

Marjorie,

>The shortcut key I'm looking for is for "redraw."  I especially need this
>because for whatever reason, the screen display appears to delete active
>segments when they're being edited. Redraw makes them show up again. This
>is a major 2-pronged inconvenience (the apparent disappearance, and the
>lack of a keyboard shortcut)

Here's a little redraw toolbox button (see below) for you.  Just compile it
and add it to your addins with the name "redraw" and the dialog box radio
button checked.  Notice the Key option allows you to use ALT R to execute it
so you don't even have to click on it!

Hope this helps.  Use this as a model to add a bunch more buttons and tools.
We'll make a DK programmer out of you yet!<g>

Larry Manire

----------------------------------------

dbox 'redraw' right, bottom toolbox
  // provides a redraw map button in a toolbox
  close do
    return()  // allows you to click on X to close it
  enditem
  Button "Redraw" 0,0,8,1 Key: Alt_R
    do
      redrawmap()
    endItem
enddbox

------------------------------------------------


______________________________________________________________________
To unsubscribe, write to [EMAIL PROTECTED]

Reply via email to