Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!
Paylaşım için teşekkürler
Bu hatayı alan arkadaşların ui.py de window class ında "SetOnMouseLeftButtonUpEvent" muhtemelen target info yüzünden else deEkli dosyayı görüntüle 85563
Everything added correctly from the topic, how can it happen actually that there is no attribute
if app.ENABLE_TARGET_INFO:
def SetMouseLeftButtonUpEvent(self, event, *args):
self.mouseLeftButtonUpEvent = event
self.mouseLeftButtonUpArgs = args
else:
def SetOnMouseLeftButtonUpEvent(self, event):
self.onMouseLeftButtonUpEvent = event
bu şekilde bir yapınız varsa
if app.ENABLE_TARGET_INFO:
def SetMouseLeftButtonUpEvent(self, event, *args):
self.mouseLeftButtonUpEvent = event
self.mouseLeftButtonUpArgs = args
# else:
# def SetOnMouseLeftButtonUpEvent(self, event):
# self.onMouseLeftButtonUpEvent = event
def SetOnMouseLeftButtonUpEvent(self, event):
self.onMouseLeftButtonUpEvent = event
bu şekilde değiştirin