U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » RichText,QTF,RTF... » RichTextView::GetData() Method
RichTextView::GetData() Method [message #57511] Tue, 14 September 2021 20:46 Go to previous message
mubeta is currently offline  mubeta
Messages: 77
Registered: October 2006
Member
If the qtf code in the viewer don't contain any text, the GetData method return an empty string, losing all the others qtf data: paragraph format and what else. I think that is not the best, and for my developing app, I had remove this feature.

Value RichTextView::GetData() const
{
	//if(text.IsEmpty()) return Value();
	return GetQTF();
}
 
Read Message
Read Message
Read Message
Previous Topic: Change proposal: line break in RichType / fieldparts
Next Topic: Remove empty paragraphs
Goto Forum:
  


Current Time: Fri Aug 28 06:43:42 GMT+2 2026

Total time taken to generate the page: 0.03831 seconds