- Katılım
- 13 Ocak 2018
- Konular
- 45
- Mesajlar
- 824
- Çözüm
- 13
- Online süresi
- 28d 21h
- Reaksiyon Skoru
- 318
- Altın Konu
- 0
- TM Yaşı
- 8 Yıl 5 Ay 1 Gün
- Başarım Puanı
- 194
- Yaş
- 27
- MmoLira
- 2,018
- DevLira
- 0
ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!
Paylaşım için teşekkürler ecrina bey
- Katılım
- 25 Şub 2022
- Konular
- 14
- Mesajlar
- 224
- Çözüm
- 3
- Online süresi
- 25d 8h
- Reaksiyon Skoru
- 139
- Altın Konu
- 6
- TM Yaşı
- 4 Yıl 3 Ay 18 Gün
- Başarım Puanı
- 77
- MmoLira
- 692
- DevLira
- 27
rica ederim dostemPaylaşım için teşekkürler ecrina bey
- Katılım
- 22 Mar 2015
- Konular
- 5
- Mesajlar
- 107
- Çözüm
- 1
- Online süresi
- 15d 22h
- Reaksiyon Skoru
- 25
- Altın Konu
- 0
- TM Yaşı
- 11 Yıl 2 Ay 24 Gün
- Başarım Puanı
- 102
- MmoLira
- 3,532
- DevLira
- 0
I know the system works, i dont' say that, i mean, i don't have function "class ListBoxItems" i can't find it, i try to copy clase from uipatchnotes.py but don't work for me. i have the same problem.
- Katılım
- 25 Şub 2022
- Konular
- 14
- Mesajlar
- 224
- Çözüm
- 3
- Online süresi
- 25d 8h
- Reaksiyon Skoru
- 139
- Altın Konu
- 6
- TM Yaşı
- 4 Yıl 3 Ay 18 Gün
- Başarım Puanı
- 77
- MmoLira
- 692
- DevLira
- 27
ListBoxItems i ListBox olarak değiştir veya farklı fileslerden alabilirsin ListBox olarak yaptıgında fonksiyonlarıda eklemeyi unutma
edit:ListBoxItems zatn uipatchnotes.py dosyasının içinde var şimdi bakımda sende border_b eksik büyük ihtimal
edit:ListBoxItems zatn uipatchnotes.py dosyasının içinde var şimdi bakımda sende border_b eksik büyük ihtimal
- Katılım
- 22 Mar 2015
- Konular
- 5
- Mesajlar
- 107
- Çözüm
- 1
- Online süresi
- 15d 22h
- Reaksiyon Skoru
- 25
- Altın Konu
- 0
- TM Yaşı
- 11 Yıl 2 Ay 24 Gün
- Başarım Puanı
- 102
- MmoLira
- 3,532
- DevLira
- 0
1. Go to uiscript/patchnotes.py and replace for this:
1.1 New change is "border_b" to "thinboard"
2.Go to "ui.py" and now search : "def MakeImageBox(parent, name, x, y): " and after function add:
2.1 Like this:
3. If you have problem with "Y_Start" in "systemdialog.py" only change for Y : xx (add new cordenates)
3.1 For example this:
3.2 Note: remember add in systemwindow.py locale or uiscript (this depence your files.)
4.For the problem " UI_DEF_FONT_SLARGE " go to locale/xx/locale_game" and add on top:
5.Have fun
{
"name" : "container", "type" : "thinboard", "x" : 15, "y" : 35, "width" : WINDOW_WIDTH - 30, "height" : WINDOW_HEIGHT - 35 - 15,
"children" :
(
{ "name" : "line", "type" : "line", "x" : 636, "y" : 0, "color" : 0xff232323,"width" : 0, "height" : 498, },
{ "name" : "patch_scrollbar_area", "type" : "window", "x" : 639, "y" : 4, "width" : 7, "height" : 493, },
{ "name" : "patch_notes_area", "type" : "window", "x" : 6, "y" : 6, "width" : 627, "height" : 489, },
),
},
1.1 New change is "border_b" to "thinboard"
2.Go to "ui.py" and now search : "def MakeImageBox(parent, name, x, y): " and after function add:
def MakeExpandedImageBox(parent, name, x, y, flag = ""):
image = ExpandedImageBox()
image.SetParent(parent)
image.LoadImage(name)
image.SetPosition(x, y)
if flag != "":
image.AddFlag(flag)
image.Show()
return image
2.1 Like this:
def MakeImageBox(parent, name, x, y):
image = ImageBox()
image.SetParent(parent)
image.LoadImage(name)
image.SetPosition(x, y)
image.Show()
return image
def MakeExpandedImageBox(parent, name, x, y, flag = ""): #This is the new function
image = ExpandedImageBox()
image.SetParent(parent)
image.LoadImage(name)
image.SetPosition(x, y)
if flag != "":
image.AddFlag(flag)
image.Show()
return image
3. If you have problem with "Y_Start" in "systemdialog.py" only change for Y : xx (add new cordenates)
3.1 For example this:
"name" : "patchnotes_button",
"type" : "button",
"x" : 10,
"y" : 247+90, #New
"text_color" : 0xffF8BF24,
"text" : "Parches",
"default_image" : ROOT + "XLarge_Button_01.sub",
"over_image" : ROOT + "XLarge_Button_02.sub",
"down_image" : ROOT + "XLarge_Button_03.sub",
},
3.2 Note: remember add in systemwindow.py locale or uiscript (this depence your files.)
4.For the problem " UI_DEF_FONT_SLARGE " go to locale/xx/locale_game" and add on top:
UI_DEF_FONT_SLARGE Patchnotes
5.Have fun
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 4
- Görüntüleme
- 98
- Cevaplar
- 9
- Görüntüleme
- 756
- Cevaplar
- 28
- Görüntüleme
- 8K
- Cevaplar
- 6
- Görüntüleme
- 1K
- Cevaplar
- 37
- Görüntüleme
- 2K


