I wanted to setup and F Key, which I do know how to do. Only I wanted one to load the Key-in. I know the Utilities, pull down and the top item is Key-in When I use that it is fine and the courser is blinking on the line to put in a command. Tried to show example. When I made a simple VBA to open this window the courser is not blinking. you have to use the mouse to move up and click in the space to type??
Simple VBA:
Sub KeyInOpen()' 110513 - New Test on key-in' Start a command CadInputQueue.SendCommand "DIALOG CMDBROWSE"
' Send a keyin that can be a command string CadInputQueue.SendKeyin " " ' I tried it with this line and w/o it will not seem to effect where the courser goes.
End Sub
Example of already set F Keys
Someone out there give me a little help. I did do some searches in the help files, but did not get one on this to come up?
Driving the MicroStation interface is not highly recommended for programming when using the MicroStation APIs and should only be used as a last resort work-around to missing functionality. Could you let us know a little bit more about your end goal since there may be a better or another way to accomplish the task?