SyntaxMemo and debugging
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
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
2: use shift+ctrl+1..9
3: look at demos\main, also read the documentation.
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?
There is no help topics for SynMemo, it is just bonus component.
MouseDown, MouseMove and MouseUp in SyntaxMemo still remains.
It seems that the word 'Inherited' is missing in the respective procedure.