Sevdamsın 1
Sevdamsın
Mt2Hizmet 1
Mt2Hizmet
Fethi Polat 1
Fethi Polat
farkmt2official 1
farkmt2official
Hikaye Ekle
Kaynak ikonu

Mavi Ruh - Renkli Sohbet Sistemi [SORUNSUZ]-[PYTHON] 1

indirmek için izniniz yok

Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!

Sorunu Çözdüm
Çözüm

Arat

Python:
chatLine.SetMax

Değiştir

Python:
chatLine.SetMax(485)

Hemen altında

Python:
chatLine.x = 0

Değiştir


Python:
#chatLine.x = 0


Arat

Python:
    def Open(self):

Bul

Python:
self.chatLine.SetPosition


değiştir

Python:
self.chatLine.SetPosition (84, 5)


[CODE lang="python" title="Bende böyleydi" highlight="2"] self.btnSend.Show()
self.Show()[/CODE]

Sildim


Arat

Python:
self.btnSend.SetPosition(self.GetWidth()

Değiştir

Python:
self.btnSend.SetPosition(self.GetWidth()  + 3, 2)

Arat

Python:
if localeInfo.IsARABIC():

Değiştir


[CODE lang="python" highlight="2,4"] if localeInfo.IsARABIC():
chat.SetPosition(self.chatID, x + width - 10, y + height)
else:
chat.SetPosition(self.chatID, x + 10, y + height)[/CODE]


Son Olarak

Arat

Python:
chatLine = ChatLine()

Altına ekle


[CODE lang="python" title="Bu kısım Yoktu Bende"] self.chatLine = chatLine

btnColor = ChatColorButton()
btnColor.SetParent(self)
btnColor.SetSize(20, 18)
btnColor.SetText("N")
btnColor.SetPosition(54, 2)
btnColor.SAFE_SetEvent(self.OnChangeChatColor)
self.btnColor = btnColor
[/CODE]
 
Unutmadan Kanıt

0204_232510.jpg


NOT: Winmerge ile karşılaştırdım da yaptım
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst