 |
If you want your module-program to be launched under Joe application, it
MUST:
- have the *.PRG filename extension
- be in directory declared in the options of Joe
- have a text file besides the *.PRG file. This texte file has the same
filename of the module and has the *.JXM extension. The text must contain:
- in the first line: a text (30 caracters) which will be integrated
in the modules launching pop-up.
- in the second line: a number (WORD, INT). Only the first bit is used
now, but the others bits may be used in the future with next versions of
Joe.
Bit 0 at 1 : ability to be called in the pop-up.
if at 0 : the module doesn't appear in the pop-up.
|