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++ Widgets - General questions or Mixed problems » how to force ImageView snippet to update in RT
Re: how to force ImageView snippet to update in RT [message #9395 is a reply to message #9386] Fri, 04 May 2007 20:02 Go to previous message
mirek is currently offline  mirek
Messages: 14261
Registered: November 2005
Ultimate Member
ebojd wrote on Thu, 03 May 2007 11:47


		sprintf (fname,"%s%02d.dat","./gauss_test",i%32);




String fname = Format("%s%02d.dat","./gauss_test",i%32);


(Could not resist).

As for updates: Yes, to get window repainted, it needs to recieve events. Call ProcessEvents() is exactly what you need here.... (no need to supply quit IMO).

Mirek
 
Read Message
Read Message
Read Message
Previous Topic: Private members in Switch used in Paint
Next Topic: CursorImage in RectTracker
Goto Forum:
  


Current Time: Sat Jun 07 12:11:05 CEST 2025

Total time taken to generate the page: 0.03775 seconds