Microstation V8i (SELECTseries 4)
Version 08.11.09.829
Hi All,
please can someone quickly hint me on how to retrieve keyin from a command you have just used. I have this custom command placed in my menu bar I use very often and I intend to define a function key (F10) for it
unfortunately, to define a function key, I need a keyin
thank you
regards
Unknown said: how to retrieve keyin from a command you have just used
Open the command key-in window. Then try the Up Arrow key.
Regards, Jon Summers LA Solutions
Pull the lower edge of the KeyIn window as far down as possible.
Ivo Blaauw= = = = = = = = = = = = =Look what the CAD dragged in...
Unless you actually do key it in it wouldn't appear in the Key in history list.
Start recording a VBA and then excute the command from the menu bar, stop recording the vba. Now edit the VBA, you will see a line like CadInputQueue.SendKeyin "PLACE ARC ICON ", this is the command keyin.
HTH
~HTH
John.
yep
why not go to the customised option and read whats in your custom menus bar, you may even be able to copy it to you clipboard or notepad and paste it into your custom F key later...
Lorys
Started msnt work 1990 - Retired Nov 2022 ( oh boy am I old )
But was long time user V8iss10 (8.11.09.919) dabbler CE update 16 (10.16.00.80)
MicroStation user since 1990 Melbourne Australia.click link to PM me
Lorys,
unfortunately the keyin information is not included as you suggest. I think that was done on purpose to avoid any tampering