townkat wrote:please also atach the file, you made me curious
and of corse the lircserver needs to be a diffrent plugin
Hehe.. sorry! I made some last minute changes that i almost forgot..
townkat wrote:please also atach the file, you made me curious
and of corse the lircserver needs to be a diffrent plugin
jinxdone wrote:* wx.SpinCtrl to eg.SpinIntCtrl - I chose to use wx.SpinCtrl instead as it gets the job done just fine. For some reason I couldn't work out how to bind EVT_SPINCTRL (or equivalent) for the eg.SpinIntCtrl when I tried it.
jinxdone wrote:As soon as it ships out along with the next beta ....
jinxdone wrote:Ok. I just committed a new version which adds handling for suspend/resume. Basically just shut down the reader on suspend and restart it on resume
def OnComputerResume(self, suspendType):
print self.text.resumeconnection
self.InitConnection()
def OnComputerResume(self, suspendType):
print self.text.resumeconnection
time.sleep(4)
self.InitConnection()
Users browsing this forum: Google Adsense [Bot] and 4 guests