NetTalk Central
The Rest Of NetTalk => The Rest - Ask For Help => Topic started by: Alberto on March 19, 2021, 12:28:55 PM
-
Hi , using
net.InfoBorderColor = Color:Transparent
net.InfoBackgroundColor = Color:Transparent
net.InfoTitleFontColor = color:black
net.InfoDescriptionFontColor = color:blue
The description background goes black, see pic
How to? thanks
-
You are using layers here right?
Which "layer method" are you using? Index transparency or layer transparency?
Cheers
Bruce
-
No, in this case Im using the original NetMaps.clw and just changing the colors variables.
-
then here is no transparent color.
I think in that case what you want to do is draw the labels, but without doing the background box.
-
You mean derive the entire DrawDescription method deleting the box drawing?
My only problem of doing this is that in a next template upgrade Ill miss your changes to the code.
But I dont know other way to do this.
-
have you tried setting InfoBackgroundColor to color:none?
I'm not sure if that will help but it's worth a try.
Let me know.
-
Yes, it works, thanks