Images
Hugues JEAN-BAPTISTE <[email protected]>
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <[email protected]> |
Hi all, We are migrating our programs from wxPython.2.8.12 to wxPython.4.0.4. We have lost images in the MessageBox, what are we doing wrong in the new version ? Code : Dlg = wx.MessageBox( "Enregistrer les modifications ?", "Question", wx.YES_NO | wx.CANCEL | wx.ICON_QUESTION, self) This code was tested under : - Windows 10, Python 2.7.12, wxPython 2.8.12 - Windows 10, Python 3.5.4, wxPython 4.0.4. - Linux Mageia 6, Python 2.7.15, wxPython 2.8.12 - Linux Mageai 6, gtk+3.0-3.22.16-1, Python 3.5.7, wxPython 4.0.4. You can see the tests in the files joined. Thanks, in advance for help, Cheers. -- AGORINFO : SILOS - LSA - LOGIVIANDE - COMPTINNOV <http://www.agorinfo.fr> *Hugues JEAN-BAPTISTE* email [email protected] <mailto:[email protected]> office +33 (0)2 35 79 84 84 www.agorinfo.fr <http://www.agorinfo.fr> Adoptez l'éco-attitude. N'imprimez ce mail que si c'est vraiment nécessaire -- You received this message because you are subscribed to the Google Groups "wxPython-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/833de61a-dfee-6ab4-8591-2386f7411296%40agorinfo.fr.
Linux_wxp404.png
(image/png, 6.7 KB) - not displayed
Linux_wxp2812.png
(image/png, 10.3 KB) - not displayed
windows_wxp404.png
(image/png, 1.7 KB) - not displayed
windows_wxp2812.png
(image/png, 2.7 KB) - not displayed