VASL contra-i

I am trying to implement and “display info” function (i.e. similar to VASL central-I function).
Basically select a piece, right click on a command, then out pop a small menu with text in it.

Looking through VASL code shed no light, is that a custom code module?

Thus spake msoong via messages:

I am trying to implement and “display info” function (i.e. similar to
VASL central-I function).
Basically select a piece, right click on a command, then out pop a small
menu with text in it.

Looking through VASL code shed no light, is that a custom code module?

The class which does this is VASL.counters.TextInfo.


J.

Where would either of these be found?

Thus spake m3tan:

Where would either of these be found?

The current version of TextInfo is here, in the VASL repository:

github.com/vasl-developers/vasl … tInfo.java

Note that this version won’t work with anything earlier than VASSAL 3.3.0,
and the previous version of TextInfo won’t work with anything later than
3.2.17.


J.