Page 1 of 1

Custom column

Posted: Thu Apr 01, 2021 8:39 am
by DGDario
Is it possible to create a custom column add-on like the SVP?

 

Re: Custom column

Posted: Thu Apr 01, 2021 9:13 am
by Andry API support
It's possible to make a custom notes column (customized column cells: values, font, background color etc). You'll need to:
- create a strategy that will prepare all values for the column
- run a server at (ip address:port) that will process queries from the column
- add a column (CloudNotes type) and configure it to update from the (ip address:port). Download interval set in Bookmap does not really matter in this case because you can configure it from the server. The least is 100 millis.
An example is here.
Stuff like bars can be painted with a screen space painter.