Jump to content

Close Channelswitcher window don't works


Recommended Posts

Hi !

I have a problem with ma Channelswitcher-Window. I call the open function at the moment with the key "F5" (this works) but when I press "F5" again it should be hide but it doesn't works,  just open is working. I tryed already a bit to change sth on the def close function but I was not succesful..

 

GAME.py

	if app.ENABLE_CHANNEL_SWITCHER:
		def __ClickSwitchChannelButton(self):
			self.switchChannelDialog = uiswitchchannel.SwitchChannelDialog()
			if self.switchChannelDialog:
				self.switchChannelDialog.Show()
			else:
				self.switchChannelDialog.Close()

 

uiswitchchannel.py

https://pastebin.com/DAkHbcVD

 

thanks to everyone in advance !

Edited by MOLOCKI
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.