November 26, 200322 yr Hi all, I hope someone can give me some advise.Here is the scenario:BmpA is visible on a panel. I want to left-click and replace bmpA with bmpB, but the problem is that I want bmpB to be visible only as long as the left-mouse click button is depressed. When the button is released, I want bmpB to disappear and bmpA to be visible again.Not sure how difficult this is.Any help appreciated!dek
November 26, 200322 yr One way to do this relies on the order of how the following is done.1. If G:var1 = 1 show bitmap b 2. If G:var1 = 0 show bitmap a3. If G:Var1 = 1 then set G:Var1 to 04. Click Repeat="Yes" 1 >G:Var1Regards,Roman FS RTWR SHRS F-111 JoinFS Little Navmap
November 27, 200322 yr For a image_while_mouse_depressed type, you could use the mouse events. See the default GPS gauge, if what the GPS does what you need. Don't have time for better explanation at this point :)
November 27, 200322 yr Thanks for the prompt and helpful responses! I think I can get it now.Don Kuhn
Create an account or sign in to comment