Fethi Polat 1
Fethi Polat
Mt2Hizmet 1
Mt2Hizmet
Sevdamsın 1
Sevdamsın
Nedved35 1
Nedved35
Bvural41 1
Bvural41
Hikaye Ekle

[Python] Loading Bar Ekranına Yazı Yazma

  • Konuyu başlatan Konuyu başlatan XxZeMaHSeRxX-Turkmmo
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 21
  • Görüntüleme Görüntüleme 5K
GÖRÜNTÜ :

Kod:
Açılır,
introloading.py / root

Aratılır,
self.loadingGage=self.GetChild("FullGage")

Eklenir,
self.loadingInfo = self.GetChild("LoadingInfo_Text")

Aratılır,
self.loadingGage.SetPercentage(2, 100)

Eklenir,
self.txtLoadingProgressDict = {
            0: "Metin2Server",      10: "Mapas",      30: "Sonidos",
            40: "Efectos",       50: "Guerrero",  60: "Ninja",
            70: "Sura",         80: "Shaman",   90: "Habilidades",
            93: "Enemigos",        97: "NPC",      98: "Gremios",
            100: "Inicio el juego"
        }

Aratılır,
self.loadingGage.SetPercentage(2+98*p/100, 100)  

Eklenir,
self.loadingInfo.SetText("Cargando " + str(self.txtLoadingProgressDict[p]))

Açılır,
loadingwindows.py / locale

Aratılır,
"name" : "FullGage",

Eklenir,
https://gyazo.com/35335dd805762e836792f76550d57304 örnek kısım, burdan bakın
{
                    "name" : "LoadingInfo_Text", "type" : "text", "x" : 190, "y" : -20, "text" : "",  "vertical_align" : "center",
                },

@nyami KANIT,

rh3baI.png


 
Son düzenleme:

En Çok Reaksiyon Alan Mesajlar

GÖRÜNTÜ :

Kod:
Açılır,
introloading.py / root

Aratılır,
self.loadingGage=self.GetChild("FullGage")

Eklenir,
self.loadingInfo = self.GetChild("LoadingInfo_Text")

Aratılır,
self.loadingGage.SetPercentage(2, 100)

Eklenir,
self.txtLoadingProgressDict = {
            0: "Metin2Server",      10: "Mapas",      30: "Sonidos",
            40: "Efectos",       50: "Guerrero",  60: "Ninja",
            70: "Sura",         80: "Shaman",   90: "Habilidades",
            93: "Enemigos",        97: "NPC",      98: "Gremios",
            100: "Inicio el juego"
        }

Aratılır,
self.loadingGage.SetPercentage(2+98*p/100, 100)  

Eklenir,
self.loadingInfo.SetText("Cargando " + str(self.txtLoadingProgressDict[p]))

Açılır,
loadingwindows.py / locale

Aratılır,
"name" : "FullGage",

Eklenir,
https://gyazo.com/35335dd805762e836792f76550d57304 örnek kısım, burdan bakın
{
                    "name" : "LoadingInfo_Text", "type" : "text", "x" : 190, "y" : -20, "text" : "",  "vertical_align" : "center",
                },
TEŞEKKÜRLER :)
 

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

Geri
Üst