ValuePopupData has a border, even though set to transparent color and 0 border size
-
this still displays a tiny black border... what am I doing wrong?
Content.setValuePopupData({ "itemColour": Colours.withAlpha(0xAAAAAAAA, 0), "itemColour2": Colours.withAlpha(0xAAAAAAAA, 0), "bgColour": Colours.withAlpha(0xAAAAAAAA, 0), "textColour": Colours.withAlpha(0xffefdfff, 0.7), "borderSize": 0, "borderRadius": 0, "margin": 0, "fontSize": 18, "fontName": "Oxygen" });
-
I just had a look in the source code and it seems the background and border are hardcoded.
-
@d-healey pity. but I'm diggint the solution you posted a while ago, so that's probably the way I'll be going. It's a brilliant idea you had there.