Cloning Textarea

BlitzMax Forums/MaxGUI Module/Cloning Textarea

Eternal Crisis(Posted 2012) [#1]
Is there an easy method to cloning textarea's? I'm attempting to clone actions from one textarea into another (simply setting the text into the other is too performance hogging for large files) and hoping there could be a chance of an "easy" way.

Any ideas are welcome.


Grisu(Posted 2012) [#2]
Make sure you use the LockTextArea( textarea:TGadget ) / UnLockTextArea( textarea:TGadget ) commands in order to get much better performance when formatting large texts.

I would try to map the users activities (step by step) in one textarea. And when needed, apply them to the other one.