How signals are handled

New in v2html 6.0 is a popup window that appears when you click on a signal name.

The old way of linking signals

If v2html is run with the -nsigpopup option then the signal popup window code is not generated. In this case signals are linked to enable you to follow a signal back to find the code that is driving it (even across module boundaries).

You might be better off following the example first, but if you're the theoretical type you might want to read what it is doing first!

If that seemed easy it probably won't do after you've read this explanation! What v2html does with signals is: The main thing to remember is that clicking on a signal either takes you to its definition or to what drives it.

Here are a couple few more examples of things you can do:

 

Previous Next

© 1999-2009 Costas Calamvokis