Jump to content

Hein

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Hein

  1. The menus I used were all written by me. I worked around this by using {$INCLUDE}

    files.

    However, the include texts have problems of their own. Spacing and formatting is lost after exiting the editor.

    Individual lines all appear on the same line and often the script will not function after this.

    For example:

    Begin

    message('Hello');

    End;

    becomes

    Beginmessage('Hello');End;

    this obviously generates an error message.

  2. I am unable to make DoMenuTextByName work. I do not have the space issue like poster above.

    I recently upgraded to VW14 and my scripts that previously ran this command, are now just skipping over this line (in the debugger).

    I have moved the files to the main Plug-Ins folder.

    Added .vsm to the file name

    and also tried to use whole path and filename.

    all to no avail

    At this point I have stripped down my script to one message line with no variables.

    It is clear that the menu script does not run from the calling script.

    what am I doing wrong?

×
×
  • Create New...