Page 2 of 2

Re: Tooltips stop working

PostPosted: Thu Jan 09, 2020 5:30 am
by jffortier
haaaa OK :oops:

Now I get it !!

Can we create more tags in the DBk_WebViewerSource ?

sc_location = Location ;
sc_tags = DBk_Tags ;
sc_PopOver = DBk_EventPopOverText ;


Plus the calculation at the end

Quote ( Substitute ( sc_PopOver ; [ "ΒΆ" ; "\n" ] ; [Char(10) ; "\n"] ; [Char(8232) ; "\n"] ; [Char(8233) ; "\n"] ) ) ;

And use them as event.PopOver ? Because I tried and it's not working :lol:


As always, thanks for you help !!

Re: Tooltips stop working

PostPosted: Thu Jan 09, 2020 6:43 am
by kcembrey
Hi Jean-Francois,

You can't add fields exactly like that, but part of adding additional fields to your source is adding to the calculation at the end of DBk_WebViewerSource. Anything that's not a default DayBack field will need to be setup as an additional field and referenced in an event action as an additional field, like '[[fieldname]]'.

Step-by-step instructions on setting up additional fields can be found in the docs here: https://www.seedcode.com/pmwiki/index.p ... onalFields

If you'd like help setting up additional fields in your file, or creating the tooltip calculations, we'd be happy to set up some time as part of an implementation package. Packages can be used for consulting, coaching, or modifications like these and start at blocks of 5 hrs for $190/hr. When the time comes, you can use this link and with a day or two notice we can schedule our first screen-sharing session:

http://sites.fastspring.com/seedcode/pr ... onpackages

Regards,

KC