Jump to content

Problem uimessenger.py


Recommended Posts

0816 20:44:17524 :: Traceback (most recent call last):

0816 20:44:17524 :: File "ui.py", line 1409, in CallEvent

0816 20:44:17525 :: File "ui.py", line 90, in __call__

0816 20:44:17525 :: File "ui.py", line 72, in __call__

0816 20:44:17525 :: File "interfaceModule.py", line 1266, in ToggleMessenger

0816 20:44:17525 :: File "uiMessenger.py", line 384, in Show

0816 20:44:17525 :: File "uiMessenger.py", line 415, in __LoadWindow

0816 20:44:17525 :: AttributeError
0816 20:44:17525 :: :
0816 20:44:17525 :: 'module' object has no attribute 'MOBILE'
0816 20:44:17525 ::

 

Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

6 minutes ago, Vaynz said:

0818 15:59:16482 :: Traceback (most recent call last):

0818 15:59:16482 ::   File "ui.py", line 1409, in CallEvent

0818 15:59:16482 ::   File "ui.py", line 90, in __call__

0818 15:59:16483 ::   File "ui.py", line 72, in __call__

0818 15:59:16483 ::   File "interfaceModule.py", line 1266, in ToggleMessenger

0818 15:59:16483 ::   File "uiMessenger.py", line 349, in Show

0818 15:59:16483 ::   File "uiMessenger.py", line 378, in __LoadWindow

0818 15:59:16483 :: AttributeError
0818 15:59:16483 :: :
0818 15:59:16483 :: 'module' object has no attribute 'MOBILE'
0818 15:59:16483 ::

Link to comment
Share on other sites

  • Active Member
Search 		if not uiGameOption.MOBILE:
			width = self.GetWidth()
			height = self.GetHeight()
			self.addFriendButton.SetPosition(-60, 30)
			self.whisperButton.SetPosition(-20, 30)
			self.removeButton.SetPosition(20, 30)
			self.guildButton.SetPosition(60, 30)

Change with

		width = self.GetWidth()
		height = self.GetHeight()
		self.addFriendButton.SetPosition(-60, 30)
		self.whisperButton.SetPosition(-20, 30)
		self.removeButton.SetPosition(20, 30)
		self.guildButton.SetPosition(60, 30)

Care to tabs

Link to comment
Share on other sites

8 minutes ago, Vaynz said:
Search 		if not uiGameOption.MOBILE:
			width = self.GetWidth()
			height = self.GetHeight()
			self.addFriendButton.SetPosition(-60, 30)
			self.whisperButton.SetPosition(-20, 30)
			self.removeButton.SetPosition(20, 30)
			self.guildButton.SetPosition(60, 30)

Change with

		width = self.GetWidth()
		height = self.GetHeight()
		self.addFriendButton.SetPosition(-60, 30)
		self.whisperButton.SetPosition(-20, 30)
		self.removeButton.SetPosition(20, 30)
		self.guildButton.SetPosition(60, 30)

Care to tabs

solved, thanks

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

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.