U++ framework
Do not panic. Ask here before giving up.

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: 14291
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: Fri Jul 31 18:03:01 GMT+2 2026

Total time taken to generate the page: 0.00709 seconds