[A89] Opening Program Editor
[Prev][Next][Index][Thread]
[A89] Opening Program Editor
Hi guys:
Is it possible to open a file in the program editor from inside a C program?
It's easy to open a text file in the text editor, but what about a program in
the program editor?
Also:
>From the documentation I found this code to open up the CHAR MENU.
EVENT ev;
...
ev.Type = CM_KEYPRESS;
ev.extra.Key.Code = KEY_CHAR;
EV_defaultHandler (&ev);
After I open up this menu, how can I automatically select a character?
Brett
Follow-Ups: