Re: Remove Title Bar in a wxPython window? Programming Software Development by jaafit FlashPanel is defined in my first post. It derives from wxPanel. Re: Remove Title Bar in a wxPython window? Programming Software Development by jaafit … File Viewer", size=(1024, 768), style=wxMINIMIZE_BOX,) self.flashPanel = FlashPanel(self, movieFilename) self.flashPanel.Flash.OnFSCommand = self.OnFSCommand self.timer = wxTimer(self… Remove Title Bar in a wxPython window? Programming Software Development by jaafit … entire screen. I have a wxPanel defined as follows: class FlashPanel(wxPanel): *def __init__(self, parent, flashFile): **wxPanel.__init__(self, parent… Re: Remove Title Bar in a wxPython window? Programming Software Development by vegaseat Do you mean ... [CODE]class FlashPanel(wxPanel): def __init__(self, parent, flashFile): wxPanel.__init__(self, parent, -… Re: Remove Title Bar in a wxPython window? Programming Software Development by vegaseat Where does FlashPanel() come from? Can you specify its position and size? Re: Google Contacts Digital Media Digital Marketing by almuniz …-on that will solve your problem. It's called "FlashPanel" for google apps. Best part is they offer EDU… look at the "[How it Works](http://www.flashpanel.com/resource/intro-flashpanel-work/)" videos to get an idea. I… Re: Google Contacts Digital Media Digital Marketing by Jonathan Adrien Thanks almuniz . I appreciate this comment. I am looking forward in giving flashpanel a tryout. Re: Remove Title Bar in a wxPython window? Programming Software Development by jaafit turns out the answer was myFrame.ShowFullScreen(True,wxFULLSCREEN_ALL)