Hi, i'm trying to create a chat log system but, can't get exactly what I'm after.
Check out the example: https://www.dropbox.com/s/r6i41clvz7s64zm/testchat.capx?dl=0
I have it either working in an advanced textbox https://www.scirra.com/forum/plugin-advanced-textbox_t82223 which has the scrollbars for browsing but, no custom font colors etc, or using tag text https://www.scirra.com/forum/plugin-tag-text_t92363 which I cannot for the life of me work out how to add scroll bars but has the pretty text.
Is there anyway that you can think of to either add text formatting to the advanced textbox or scroll bars to the tag text?
OK attempt 2, this time using the div plugin by pode: plugins-pode-html-pack_t69356
example: https://www.dropbox.com/s/qjpws9a2n5965 ... .capx?dl=0
have formatting which is very cool but, I'm having some issues getting the div to auto scroll to the bottom of the div each time a new entry is added. is there anyway to do this that you can think of which does not include editing the exported files and adding js for it there?
Develop games in your browser. Powerful, performant & highly capable.
sorted it, took the scroll to bottom code from the official textbox plugin and added it to the pode div plugin, seems to work fine now