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 » U++ Library : Other (not classified elsewhere) » "DoEvents" or "wxSafeYield" equivalent in Upp++
Re: "DoEvents" or "wxSafeYield" equivalent in Upp++ [message #17845 is a reply to message #17844] Sun, 31 August 2008 09:17 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
You should be able to do this using:

static  Vector<Ctrl *> Ctrl::GetTopCtrls();
Vector< Ptr<Ctrl> > DisableCtrls(const Vector<Ctrl *>& ctrl, Ctrl *exclude = NULL);
static  void Ctrl::ProcessEvents();
void EnableCtrls(const Vector< Ptr<Ctrl> >& ctrl);


Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: selected text in other application
Next Topic: U++ suggestions
Goto Forum:
  


Current Time: Mon Aug 25 04:38:22 CEST 2025

Total time taken to generate the page: 0.10636 seconds