Python Forum
[WxPython] Return code when closing the dialog
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[WxPython] Return code when closing the dialog
#2
Respond to the EVT_CLOSE event and SetReturnCode(wx.ID_CANCEL) in that event handler. Also, return codes are usually associated with a modal dialog so for best behavior call the dialog with ShowModal()
Reply


Messages In This Thread
Return code when closing the dialog - by ioprst - Aug-13-2019, 06:50 AM
RE: Return code when closing the dialog - by jefsummers - Aug-13-2019, 11:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Smile [Tkinter] Trying to make Fond Dialog box TheTiger 11 2,632 Oct-16-2024, 01:56 AM
Last Post: menator01
  How a QMainWindow can open a dialog? panoss 4 5,787 Feb-03-2022, 04:33 PM
Last Post: panoss
  [Tkinter] question for a tkinter dialog box RobertAlvarez424 2 3,100 Aug-25-2021, 03:08 PM
Last Post: RobertAlvarez424
  [Tkinter] cancelling open dialog gives empty string rwahdan 2 5,074 Jul-17-2021, 09:17 PM
Last Post: steve_shambles
  [PyQt] Received RunTimeError after script concludes, closing Dialog Window (clicking x-out) skipper0802 0 3,351 Oct-09-2020, 09:23 PM
Last Post: skipper0802
  PyQT5 : Unable to Create Another Dialog While One is Open iMuny 3 5,363 Jul-17-2019, 11:40 AM
Last Post: iMuny
  [WxPython] Any dialog that allow user to select file OR folder? buran 3 5,647 Apr-03-2019, 06:33 PM
Last Post: Yoriz
  [WxPython] how to run the dialog from another py file royer14 0 3,264 Jul-02-2018, 05:33 AM
Last Post: royer14
  FileBrowser dialog reverendfuzzy 5 6,215 May-06-2018, 01:56 PM
Last Post: reverendfuzzy
  I'm trying to create a simple yes/no dialog box RedSkeleton007 15 24,579 Apr-25-2018, 05:10 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020