Hi everyone! Can anyone help me with this problem that has me stumped?
Why is it, that when ComputeOnClose() is set, that I loose wave file sounds on buttons?? I have written a simple code for a few buttons with wave files. By clickling on the buttons they play wave files, but only when commenting out "computeonclose()" in preMain().
Being new to code writing , I still get stumped on the obvious...
one of which is the ComputeOnClose() feature. I usually loose the color bars of my graphs or loose sound files, esp. when I use if(getCurrentBarIndex == 0) in conjunction with computeonclose().
Any help would be appreciated. Thanks !
angelo
Why is it, that when ComputeOnClose() is set, that I loose wave file sounds on buttons?? I have written a simple code for a few buttons with wave files. By clickling on the buttons they play wave files, but only when commenting out "computeonclose()" in preMain().
Being new to code writing , I still get stumped on the obvious...
one of which is the ComputeOnClose() feature. I usually loose the color bars of my graphs or loose sound files, esp. when I use if(getCurrentBarIndex == 0) in conjunction with computeonclose().
Any help would be appreciated. Thanks !
angelo
Comment