Best Studio 1
Best Studio
Agora Metin2 1
Agora Metin2
raderde 1
raderde
Cannn6161 1
Cannn6161
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Mt2Hizmet 1
Mt2Hizmet
melankolıa18 1
melankolıa18
romegames 1
romegames
Krutzo 1
Krutzo
shrpnl 1
shrpnl
Hikaye Ekle
Reklam vermek için turkmmo@gmail.com
Kaynak ikonu

c++ battlepass 1.0

indirmek için izniniz yok

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!

I have. look.

0327 01:23:19466 ::
uibattlepass.py(line:72) LoadWindow
ui.py(line:4036) LoadScriptFile
ui.py(line:4267) LoadChildren
ui.py(line:4221) LoadChildren
ui.py(line:3029) __init__
ui.py(line:3064) CreateScrollBar
ui.py(line:3016) SetSize

battlepass.LoadWindow.LoadObject - <type 'exceptions.AttributeError'>:'ExpandedImageBox' object has no attribute 'GetBottom'
 
I have. look.

0327 01:23:19466 ::
uibattlepass.py(line:72) LoadWindow
ui.py(line:4036) LoadScriptFile
ui.py(line:4267) LoadChildren
ui.py(line:4221) LoadChildren
ui.py(line:3029) __init__
ui.py(line:3064) CreateScrollBar
ui.py(line:3016) SetSize

battlepass.LoadWindow.LoadObject - <type 'exceptions.AttributeError'>:'ExpandedImageBox' object has no attribute 'GetBottom'

PythonSystemModule.cpp open and Search the function

PyObject * systemGetWidth(PyObject* poSelf, PyObject* poArgs)
{
return Py_BuildValue("i", CPythonSystem::Instance().GetWidth());
}

Add lower

PyObject * systemGetBottom(PyObject* poSelf, PyObject* poArgs)
{
return Py_BuildValue("i", CPythonSystem::Instance().GetBottom());
}

Find

void initsystem()
{
static PyMethodDef s_methods[] =
{

Find ;

{ "GetWidth", systemGetWidth, METH_VARARGS },

And add below

{ "GetBottom", systemGetBottom, METH_VARARGS },

PythonSystem.h open and find this function

DWORD GetWidth();

And add below

DWORD GetBottom();

PythonSystem.cpp on bottom add this function

DWORD CPythonSystem::GetBottom()
{
return m_Config.width;
}

PythonApplication.h open and search

int GetWidth();

add below

int GetBottom();

Finally, follow the ui.py instructions given in the system. Good bye
 
in ui.py ExpandedImageBox add this code?

def GetBottom(self):
return wndMgr.GetWindowBottom(self.hWnd)
 

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

Geri
Üst