Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!
SetOutline bu fonksiyonu bulamıyor
def __LoadWindow(soi) :Voyons la ligne pertinente.
self.AddFlag('float')
soi.SetSize(300, 105)
soi.SetCenterPosition()
self.TextLine = ui.TextLine()
soi.TextLine.SetParent(soi)
self.TextLine.SetPosition(0, -22)
self.TextLine.SetWindowVerticalAlignCenter()
self.TextLine.SetWindowHorizontalAlignCenter()
self.TextLine.SetHorizontalAlignCenter()
self.TextLine.SetOutline()
soi.TextLine.Show()
self.Button = ui.Button()
soi.Button.SetParent(soi)
self.Button.SetUpVisual(IMG_PATH+"button_2_normal.sub")
self.Button.SetOverVisual(IMG_PATH+"button_2_hover.sub")
self.Button.SetDownVisual(IMG_PATH+"button_2_down.sub")
soi.Button.SetPosition(0, 22)
self.Button.SetWindowVerticalAlignCenter()
self.Button.SetWindowHorizontalAlignCenter()
soi.Button.SetText("OK")
self.Button.SetOutline()
self.Button.SetEvent(ui.__mem_func__(self.Close))
soi.Button.Show()

[/Spoilers]
ui.py dosyasını aç
class TextLine(Window): bu classın altında
şu blok var mı kontrol et
class TextLine(Window): bu classın altında
Python:
def SetOutline(self, Value=True):
wndMgr.SetOutline(self.hWnd, Value)
Son düzenleme:
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 1
- Görüntüleme
- 215
- Cevaplar
- 14
- Görüntüleme
- 1K
- 5.00 yıldız(lar) 1 Değerlendirme
- Cevaplar
- 3
- Görüntüleme
- 108