xranzei 1
xranzei
zendor2 1
zendor2
Bvural41 1
Bvural41
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Almira2 1
Almira2
romegames 1
romegames
D 1
delimuratt
melankolıa18 1
melankolıa18
shrpnl 1
shrpnl
Fethi Polat 1
Fethi Polat
kralhakan2009 1
kralhakan2009
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