glscene

 

FAQ CadencerDontWork

Page history last edited by skinhat 4 yrs ago

My cadencer don't update the viewer. Why?

Sometime you may notice that your cadencer don't seem to refresh your viewer, except when an object is explicitly moving. It's not a bad thing, but in some situations, you could want to have this cadencer running all the time. So to make it happen, do the following :

  1. Check if your cadencer really has its ''Scene' property assigned.
  2. Check if your cadencer is not in Manual mode, if yes, make sure you have a timer or something else that will fire the OnProgress event continuously.
  3. Check if there is a OnProgress event assigned to the cadencer.
  4. Add the following to the OnProgress event assigned to your cadencer : MyGLSceneViewer.Invalidate;
  5. If it still don't work, make sure you don't have a second cadencer in ASAP mode on your form, because if it was created first it won't let any message reach the application and the other cadencer (and controls) won't update.
  6. Then, if you're really stuck, ask on the newsgroup, I can't tell you another solution to your problem!

Comments (0)

You don't have permission to comment on this page.