popup

Pop up Kivy displaying while a process is running in background

孤街醉人 提交于 2020-08-09 09:09:33
问题 In my kivy project, I have a button allowing me to generate a matplotlib graph in .png format. Generating this image takes time (around 20 seconds), and I would like to display a pop-up window to warn the user. What i tried : <MyPopup@Popup>: auto_dismiss: False Button: text: 'This could take time, please wait :) ' on_release: root.dismiss() and : ActionButton: text: 'generate graph' on_release: Factory.MyPopup().open() #on_release: root.generate_graph() Unfortunately, if I uncomment the

How to stop embed video in Model Popup in Javascript (WooCommerce)?

╄→гoц情女王★ 提交于 2020-07-30 11:45:34
问题 UPDATED I have used javascript to create a popup and it's working fine. The issue is that i am using iframe embed video code (Facebook) in the model. the model is working fine and on pressing cross button the popup diappears. but the issue is that when used opens popup and play video and then press cross button the video continues to play. The video must stop on pressing cross button. the popup is disappearing but the video plays in background. Another issue is that the FEATURED VIDEO BUTTON

How to stop embed video in Model Popup in Javascript (WooCommerce)?

孤街浪徒 提交于 2020-07-30 11:44:50
问题 UPDATED I have used javascript to create a popup and it's working fine. The issue is that i am using iframe embed video code (Facebook) in the model. the model is working fine and on pressing cross button the popup diappears. but the issue is that when used opens popup and play video and then press cross button the video continues to play. The video must stop on pressing cross button. the popup is disappearing but the video plays in background. Another issue is that the FEATURED VIDEO BUTTON