i have developed one graphical application where i am concatinating a 24 bit bmp file and labview polor plot in a picture box where a line is rotating continiously with 0.5 degree resolution by changing the data in polor vi.Now i have placed one boolean button in the centre of the polor plot.when the program is running the button is also moving along the radius of the circle(following the line)by changing the data in the top and left property of the boolean button.
The problem is that when i am removing the bmp file the bollean button runs very fast but when bmp file is there the program anyway running slow as a result boolean button also running slow.
what is the solution.i want both,the picture(bmp) as well as fast movement of the button. i am attaching the application program.it is developed in 6.1. tanu
Since the bmp file never changes, there is no need to plot it every time. Plot the bmp image into a separate image control and then align it beneath the polar plot. In your loop, just updating the ploar plot.