Hi, thanks for the kind word!
Multiple chat would be a bit more involved. As you said, the simplest way would be to clear the nvl text; but this way you can't see previous message from past conversation.
I have done something more complexe for a client, but it's a solution that would be hard to make generic enough to fit most people needs. The trick is that the nvl conversation are stored in the nvl_list variable, as a simple list. So you could copy the list before doing the clear, and then restore this list with your copy when you want to open the conversation again.
If I can make something easy to use and generic enough with this principle I'll make it public, but for now this is just the basic idea in case you or someone else want to do it :)
For something even more complexe it's best to not use the nvl screen directly.
And good idea for the transparent images! It would require some tweaks but when I have time to make a V2 that will definitely be on it!
Have a very nice day 🌺