Jump to content

Shisui

Former Staff
  • Posts

    977
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Posts posted by Shisui

  1. I have problem.. my syserr:

     

    0412 11:04:42958 ::   File "

    0412 11:04:42958 :: <string>

    0412 11:04:42958 :: ", line 

    0412 11:04:42958 :: 99

    0412 11:04:42958 :: 

    0412 11:04:42958 ::     

    0412 11:04:42958 :: self.wiki = uiwiki.AgeofPlatonWiki()

    0412 11:04:42958 :: ^

    0412 11:04:42958 :: IndentationError

    0412 11:04:42958 :: : 

    0412 11:04:42958 :: unindent does not match any outer indentation level

    0412 11:04:42958 ::

    Do it again, this time carefuly.

    The last piece of code its suposed to be like this

    	def __OnWiki(self):
    		if self.wiki.IsShow():
    			self.wiki.Hide()
    		else:
    			self.wiki.Show()
  2. How can I put color in here

     

    		self.Teleporter = ui.Button()
    		self.Teleporter.SetParent(self.menu_bg) 
    		self.Teleporter.SetPosition(9, 135)
    		self.Teleporter.SetToolTipText("Warp Ring", -38, 6)
    		self.Teleporter.SetUpVisual("zeta/9.tga")
    		self.Teleporter.SetOverVisual("zeta/10.tga")
    		self.Teleporter.SetDownVisual("zeta/9.tga")
    		self.Teleporter.SetEvent(self.__activare_teleporter)
    		self.Teleporter.Show()
    Thanks.
×
×
  • 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.