1
DotNet / Help with Events
« on: October 24, 2010, 02:51:20 pm »
ok, thanks for the reply.
Am unfortunately probably going to be unable to proceed with SFML, which is a real pity as I think it has great potential.
My big problem, from lots of tests I can see that LabVIEW really does not play nicely with SFML. LabVIEW code always runs with a GUI (there is not really an easy way to make a console application), and I have seen from lots of experimentation that this GUI interferes with SFML.
The results are quite unpredictable, but really manifest themselves when I use LabVIEW's native multithreading (parallel loops). Using the SFML FramerateLimit causes the app to behave very inconsistently (crashes, sometimes nothing being displayed etc).
I could perhaps work around this, but am still left with the problem of strange jerks in the framerate. Everything can be going butter smooth and then I get an annoying pause for a fraction of a second which is very noticeable. I have removed events and everything else suspicision from my code, but no joy here :-(
Am unfortunately probably going to be unable to proceed with SFML, which is a real pity as I think it has great potential.
My big problem, from lots of tests I can see that LabVIEW really does not play nicely with SFML. LabVIEW code always runs with a GUI (there is not really an easy way to make a console application), and I have seen from lots of experimentation that this GUI interferes with SFML.
The results are quite unpredictable, but really manifest themselves when I use LabVIEW's native multithreading (parallel loops). Using the SFML FramerateLimit causes the app to behave very inconsistently (crashes, sometimes nothing being displayed etc).
I could perhaps work around this, but am still left with the problem of strange jerks in the framerate. Everything can be going butter smooth and then I get an annoying pause for a fraction of a second which is very noticeable. I have removed events and everything else suspicision from my code, but no joy here :-(