I have included two comboBox components in my file. After clicking on either of them then my other buttons do not work properly.
For example,
1) I have a view_cb that lists different viewing ratios such as 200, 150, 100, and 50. (The movie then scales by the number selected).
2) I also have two buttons (dec_btn and inc_btn) that also control the scaling of the movie. Each time one of these buttons is pushed then the movie's x/y scale decrements/increments by 10.
These two functions work fine seperately, but if I manipulate the combobox first, and then try the buttons --> After I press the buttons, I must move the mouse to another location on the buttons before I press them again.
This has to be a bug...does anyone know how to work around this? What should I do to solve this? Any suggestions are greatly appreciated as this has stumped me for some time now. Thank you -
Frank
For example,
1) I have a view_cb that lists different viewing ratios such as 200, 150, 100, and 50. (The movie then scales by the number selected).
2) I also have two buttons (dec_btn and inc_btn) that also control the scaling of the movie. Each time one of these buttons is pushed then the movie's x/y scale decrements/increments by 10.
These two functions work fine seperately, but if I manipulate the combobox first, and then try the buttons --> After I press the buttons, I must move the mouse to another location on the buttons before I press them again.
This has to be a bug...does anyone know how to work around this? What should I do to solve this? Any suggestions are greatly appreciated as this has stumped me for some time now. Thank you -
Frank