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 :
- Check if your cadencer really has its ''Scene' property assigned.
- 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.
- Check if there is a OnProgress event assigned to the cadencer.
- Add the following to the OnProgress event assigned to your cadencer : MyGLSceneViewer.Invalidate;
- 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.
- 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.