Fethi Polat 1
Fethi Polat
TuZaKK 1
TuZaKK
xranzei 1
xranzei
Agresifizm 1
Agresifizm
Bvural41 1
Bvural41
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Hikaye Ekle

SYSERR

  • Konuyu başlatan Konuyu başlatan trasop
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 4
  • Görüntüleme Görüntüleme 541
  • Etiketler Etiketler
    metin2 sys

Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!

1206 20:53:00620 :: Traceback (most recent call last):
1206 20:53:00620 :: File "mouseModule.py", line 152, in ChangeCursor
1206 20:53:00621 :: AttributeError
1206 20:53:00621 :: :
1206 20:53:00621 :: 'CMouseController' object has no attribute 'cursorDict'

------

mouseModule.py ( link )

------

Çözümünü bilen var mı ?
 
Çözüm
If you add a fix to the camera when you minimize the client, open the PythonApplicationProcedure.cpp file and it should look like this.

[CODE = cpp]
case WM_ACTIVATEAPP:
{
m_isActivateWnd = (wParam == WA_ACTIVE) || (wParam == WA_CLICKACTIVE);

if (m_isActivateWnd)
{
m_soundmanager.restorevolu to ();

//////////////////

if (m_isWindowFullScreenEnable)
__MinimizeFullScreenWindow (hWnd, m_dwWidth, m_dwHeight);
}
else
{
m_soundmanager.savevolu to ();

//////////////////

if...
If you add a fix to the camera when you minimize the client, open the PythonApplicationProcedure.cpp file and it should look like this.

[CODE = cpp]
case WM_ACTIVATEAPP:
{
m_isActivateWnd = (wParam == WA_ACTIVE) || (wParam == WA_CLICKACTIVE);

if (m_isActivateWnd)
{
m_soundmanager.restorevolu to ();

//////////////////

if (m_isWindowFullScreenEnable)
__MinimizeFullScreenWindow (hWnd, m_dwWidth, m_dwHeight);
}
else
{
m_soundmanager.savevolu to ();

//////////////////

if (m_isWindowFullScreenEnable)
{
__MinimizeFullScreenWindow (hWnd, m_dwWidth, m_dwHeight);
Our __resetcamerawhenmini ();
}
else
{
Our __resetcamerawhenmini ();
}
}
}
break;
[/ CODE]
 
Çözüm

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

Geri
Üst