- Mesaj
- 135
- Çözümler
- 14
- Beğeni
- 26
- Puan
- 464
- Ticaret Puanı
- 0
Yok hocam tekrar aynı hatayı verdi. thinboard_circle yokmuş ekledim class olarakshout.py:import uiScriptLocale import item import app import localeInfo ROOT_PATH = "d:/ymir work/ui/public/" GOLD_COLOR = 0xFFFEE3AE BOARD_WIDTH = 500 BOARD_HEIGTH = 185 window = { "name" : "shout", "x" : 0, "y" : 0, "style" : ("movable", "float",), "width" : BOARD_WIDTH, "height" : BOARD_HEIGTH, "children" : ( { "name" : "board", "type" : "board_with_titlebar", "x" : 0, "y" : 0, "width" : 500, "height" : 185, "title" : "Oto bagirma", "children" : ( { "name" : "oyuncu", "type" : "thinboard_circle", "x" : 15, "y" : 35, "width" : 470, "height" : 100, "children" : ( { "name" : "bilgi", "type" : "text", "x" : 0, "y" : 5, "text" : "Gönderilecek mesaji yazin", 'horizontal_align': 'center', 'text_horizontal_align': 'center', }, { "name" : "yazibar", "type" : "slotbar", "x" : 10, "y" : 25, "width" : 450, "height" : 65, "children" : ( { "name" : "CommentValue", "type" : "editline", "x" : 2, "y" : 3, "width" : 440, "height" : 65, "input_limit" : 512, "text" : "", }, ), }, ), }, { "name" : "alttextbutton", "type" : "thinboard_circle", "x" : 15, "y" : 135, "width" : 470, "height" : 40, "children" : ( { "name" : "baslat", "type" : "button", "x" : 5, "y" : 8, "default_image" : "d:/ymir work/ui/buton/1.tga", "over_image" : "d:/ymir work/ui/buton/2.tga", "down_image" : "d:/ymir work/ui/buton/3.tga", "text" : "Baslat", }, { "name" : "durdur", "type" : "button", "x" : 5+155, "y" : 8, "default_image" : "d:/ymir work/ui/buton/1.tga", "over_image" : "d:/ymir work/ui/buton/2.tga", "down_image" : "d:/ymir work/ui/buton/3.tga", "text" : "Durdur", }, { "name" : "temizle", "type" : "button", "x" : 5+310, "y" : 8, "default_image" : "d:/ymir work/ui/buton/1.tga", "over_image" : "d:/ymir work/ui/buton/2.tga", "down_image" : "d:/ymir work/ui/buton/3.tga", "text" : "Temizle", }, ), }, ), }, ), }
shout.py bununla değiştir
Son düzenleme:

