Wish for MUI Royale TextEditor.Quiet

Feature requests for future versions of Hollywood can be voiced here
Post Reply
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

Wish for MUI Royale TextEditor.Quiet

Post by lazi »

It seems that quite slow to send a large string to a TextEditor class. To spare variable memory I choosed to send smaller batches of text to the class, but it seems to be slows down after a while.
Stop refreshing could speed it up just like as a ListView class. May I ask for a Quiet function for the TextEditor class?

Bye
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Wish for MUI Royale TextEditor.Quiet

Post by airsoftsoftwair »

Sure, this can easily be added.
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

Re: Wish for MUI Royale TextEditor.Quiet

Post by lazi »

Thanks for your care!
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Wish for MUI Royale TextEditor.Quiet

Post by airsoftsoftwair »

Code: Select all

- New: Added support for Texteditor.Quiet [ISG]; this is useful in case lots of text has to be inserted
Post Reply