TIA
--
Bob Halpop E-mail: rjha...@meadhunt.com
Mead & Hunt, Inc. Web page: http://www.meadhunt.com
6501 Watts Road Phone: 608-273-6380
Madison, WI 53719
Bob,
To the best of my knowledge, there is no such list. Have you ever user the
Key-in Browser? In MicroStation 95, this can be accessed from the
Utilities-->Key-in pulldown menu. The Key-in Browser dialog box can be
resized to display all of the documented key-in's as well as a list of
previously used key-in's.
HTH,
Matt
============== One of "The People Behind MicroStation" ==============
Matt Stone Phone: (610) 458-5000
Bentley Systems Fax: (610) 458-1060
690 Pennsylvania Drive CompuServe:
Exton, PA USA 19341-1136 Internet: Matt....@Bentley.com
============= We're on the Web @ http://www.bentley.com =============
HTH,
Rob Brown
Bentley Systems
rob....@bentley.com
Mat et. al,
You may load ustation.rsc into uStn v5 sourcer (part of MDE) and dump the whole
thing along command tables to ustation.r text file....
I think, the same can be done in RDE (uStn 95).
HTH
/Chris...
*-------------------------- Chris Zakrewsky ----------------------------------*
| CAD Perfect Development Lab Co, Torpangsvagen 9, S-183 68 Taby, SWEDEN |
| Team uStation AB company, Bentley Sales Center, ISD |
| http://www.ustation.se |
*-------------- ch...@cadperf.se ---- fax: +46 8 756 1353 --------------------*
"Do your job whole-heartedly and you will succeed -
- there is so little competition..." (Elbert Hubbard)
(This message is brought to you by OS/2 Warp Connect, NR/2)
There was also a little article in the January 1996 MicroStation
Manager by Brian Gantt that provided another solution: a UCM that
displays most keyins as you identify the palette, menu, etc that
invokes each. I present a version of this UCM.
Yours, Geoff Houck
; ----------------------------------------------
; PALKEYIN.UCM - User command to display command
; keyins (ala Brian Gantt, MSM)
; ----------------------------------------------
set outflg = outflg ! 8 ;allow cmds
go get1
ermsg1:
key 'beep'
msg 'erPlease select menu option'
get1:
msg 'prSelect from menu'
msg 'cfDisplay Menu Keyins'
get m,keyin,r,exit ;wait for input
go ermsg1
keyin:
set msg = 'stKey=' + key ; display keyin (if present)
msg msg
go get1
exit:
msg 'prCmd exitted'
msg 'stCmd exitted'
end
Chris, et al:
You can also look at '...\mdl\include\cmdlist.h' file for a pretty exhaustive
list of commands. Just strip off the 'CMD_' and remove the 'underbars' and
you'll have 'em.
Yours, Geoff Houck
Lance F. Gibson
Chevron Information Technology Co. Phone: (318) 989-3154
5750 Johnston Street FAX: (318) 989-3239
Lafayette, LA 70503 E-Mail: lf...@laf.chevron.com
***********************************************************************