Hi,
We using tooltips in our datawindows, but for translation, we need to set them with modify. When run as desktop application, this works perfect, but deployed to the powerserver, no tooltip is showed. With describe, I see the properties are set, but no tooltip is popping up. When adding the properties on the datawindow on design time, this tooltip is working well. A setredraw(true) is not helping. Does anyone have an idea to fix this(workaround)?
dw_1.modify("login_t.tooltip.enabled=true")
dw_1.modify("login_t.tooltip.tip='Please add your login'")
PB 2019 build 2170
Powerserver 2019
Best regards