Not sure if this is possible or not, but could text scroll if it is longer than the text area provided on screen/panel?
Scrolling text possible?
There is no way for the text to know if it's longer than the panel. Also having scrolling text would be not ideal as it would require lots of UI updates being sent to the client.
Ah yes, that makes sense. Thanks for the quick reply. :)
maybe do it like where you can choose how many entries you can have (like the max seconds to show setting)
lets say you put it to 3 or 4 or 5 or something and then everytime a new entry comes it goes to the top and the previous one goes to the bottom. Would only require to update upon a new deathnotes entry
lets say you put it to 3 or 4 or 5 or something and then everytime a new entry comes it goes to the top and the previous one goes to the bottom. Would only require to update upon a new deathnotes entry
{
"Display Duration (Seconds)": 5.0,
"Max Entries To Show": 4,
"Panel Settings": {
"Dock": "undercompass",
"Width": 0.4,
"Order": 1,
"BackgroundColor": "#fff2df08"
}, So any news on this?
This is developed and needs some testers now. If anyone would like to test add me on discord MJSU#0814
MJSUThis is developed and needs some testers now. If anyone would like to test add me on discord MJSU#0814
added you
Goldieadded you
Whats your discord?
"Max Entries To Show": 4, I only have a line that appears Delltus"Max Entries To Show": 4, I only have a line that appears
You need to increase the max height for the dock the panel is on. That controls how much verticle space this plugin is allowed to have.