Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » RichText,QTF,RTF... » how to put a custom ctrl on RichTextView?
Re: how to put a custom ctrl on RichTextView? [message #28440 is a reply to message #28439] Thu, 02 September 2010 09:32 Go to previous messageGo to previous message
andrei_natanael is currently offline  andrei_natanael
Messages: 262
Registered: January 2009
Experienced Member
You have to specify control position and dimension.
I.E.
CustomCtrl cc;
RichTextView RTView;
RTView.AddChild(&cc);
cc.LeftPos(10, 80).TopPos(10, 30);


Andrei
 
Read Message icon7.gif
Read Message
Read Message icon7.gif
Previous Topic: RichEditCtrl
Next Topic: Line Break / Paragraph Break
Goto Forum:
  


Current Time: Sun Aug 03 07:30:29 CEST 2025

Total time taken to generate the page: 0.12130 seconds