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 » LineEdit, EditFields, DocEdit » DocEdit appned, highlight, mouse events
Re: DocEdit appned, highlight, mouse events [message #26669 is a reply to message #26663] Tue, 18 May 2010 20:06 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
1. mydocedit << "text"; - No. At least in the version I have.
To check if a Ctrl has that kind of ability you should check ("Search in files" CtrlLib "operator<<" )if its class declaration has something like
void operator<<=(const String& s) { Set(s); }
If not:
a) make your own derived class and put the above line inside;
b) ask Mirek to add this feature.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: DropList bug when compiling with SPEED option
Next Topic: Scan an timestamp
Goto Forum:
  


Current Time: Sat Jun 14 13:58:56 CEST 2025

Total time taken to generate the page: 0.38219 seconds