I've been working on an app that lets you add pre-made phrases from a listview to a textbox, while also adding your own text in between. The difficult part has been setting it up so that the pre-made phrases can be inserted between the text already in the textbox.
I have it mostly working, but for some reason, it subtracts a character from the end each time and I can't figure out why.
I'm using a Taifun textbox extension. I'm wondering if it's recognizing the last space as a character...?