Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - FaSe

#1
Thanks a lot  :)

your Idea with Showscreen was the solution...
in my case I used "gui_pump()" because of the native gui library but that worked fine

Tank you guys for your fast response!

;)
#2
Hey guys,

I'm developing an acoustic simulation software, which uses loudspeaker measurements to simulate the interaction of different loudspeakers in a simple venue. So far everything is working fine. It's still in it's infancy so I have some bugs to fix. One of those is the following problem:

Everytime I activate the simulation and I click on my software's window, it says "window is not responding" but in the background my calculation runs fine. When I wait a little it gives me the right results.

(If you need a picture of it: http://fase-acoustic.com/dBCalc/debug.bmp)

The calculation is based on a few FOR - NEXT Loops and it calculates every pixel for every loudspeaker. Sure that it takes some time but I have no Idea why windows always thinks that my software is not responding.

Do you have any Ideas??

Thanks in anticipation