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 » Slider&ProgressIndicator » ProcessMessages question
Re: ProcessMessages question [message #3827 is a reply to message #3821] Wed, 28 June 2006 19:30 Go to previous messageGo to previous message
brianE is currently offline  brianE
Messages: 13
Registered: June 2006
Promising Member
Ah-ha, ProcessEvents! That's *exactly* what I needed! So now I can do what I want:

while(!in.IsEof()) {
    p <<= in.GetLine();
    num++;
    eNumLines <<= AsString(num);
    ProcessEvents();
}

or

while(num<100000) {
    p <<= in.GetLine();
    num++;
    PI.Set(num, 100000);
    ProcessEvents();
}


I'm sure you can see what I'm trying to do - but is there a better way?

BrianE
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Slider verticality bug or underdevelopment? [ADDED]
Next Topic: Use slider from layout designer?
Goto Forum:
  


Current Time: Mon Aug 25 02:55:03 CEST 2025

Total time taken to generate the page: 0.07788 seconds