SyntaxMemo and debugging

OleOle
edited 3:49PM in FastScript
I have downloaded the trial version and have some questions related to
building applications.

Q1:

I have tried to use the events OnMouseDown, OnMouseMove and OnMouseUp
in the component tfsSyntaxMemo. No one of these events are triggered
when I do the corresponding mouse actions. OnClick works ok.

Is this a bug?


Q2:

How do I visualize the bookmarks of the SyntaxMemo in the gutter?


Q3:

I want to build a simple debugger that can visualize the values of the
variables as I step the script line by line.

How do I do that?

Any code examples or documentation available?


Regards


Comments

  • edited 3:49PM
    1: yes, it is.
    2: use shift+ctrl+1..9
    3: look at demos\main, also read the documentation.
  • OleOle
    edited 3:49PM
    More questions:

    When are the bugs fixed and the new version available?


    I have installed the helpfile into D6.
    After having selected the tfsScript component and pressed F1
    I get context sensitive help as expected.

    When selecting tfsSyntaxMemo and pressing F1 the context
    sensitive help for the memo does not show up.

    Why?
  • edited February 2004
    Very soon.
    There is no help topics for SynMemo, it is just bonus component.
  • OleOle
    edited 3:49PM
    I have downloaded version 1.4 and the problem with
    MouseDown, MouseMove and MouseUp in SyntaxMemo still remains.

    It seems that the word 'Inherited' is missing in the respective procedure.



Leave a Comment