It looks like it's some time related bug creating new events:

ValueError: Must be visible on the calendar

Traceback (innermost last):

File "d:\John\osaf\chandler\Chandler.py", line 1, in ?
 """
File "d:\John\osaf\chandler\Chandler.py", line 124, in ?
 main()
File "d:\John\osaf\chandler\Chandler.py", line 66, in main
 realMain()
File "d:\John\osaf\chandler\Chandler.py", line 62, in realMain
 app.MainLoop()
File "d:\John\osaf\chandler\release\bin\Lib\site-packages\wx\_core.py", line 7258, in MainLoop
 wx.PyApp.MainLoop(self)
File "d:\John\osaf\chandler\release\bin\Lib\site-packages\wx\_core.py", line 6696, in MainLoop
 return _core_.PyApp_MainLoop(*args, **kwargs)
File "d:\John\osaf\chandler\application\Application.py", line 615, in OnCommand
 Block.post (blockEvent, arguments, block)
File "d:\John\osaf\chandler\parcels\osaf\framework\blocks\Block.py", line 172, in post
 self.dispatchEvent (event)
File "d:\John\osaf\chandler\parcels\osaf\framework\blocks\Block.py", line 1036, in dispatchEvent
 bubbleUpCallMethod (probableMainView, methodName, event)
File "d:\John\osaf\chandler\parcels\osaf\framework\blocks\Block.py", line 928, in bubbleUpCallMethod
 if callMethod (blockOrWidget, methodName, event): # method called?
File "d:\John\osaf\chandler\parcels\osaf\framework\blocks\Block.py", line 911, in callNamedMethod
 event.arguments ['results'] = member (blockOrWidget, event)
File "d:\John\osaf\chandler\parcels\osaf\framework\blocks\calendar\CalendarCanvas.py", line 1537, in onNewItemEvent
 timedEventsCanvas.ScrollToEvent(newEvent)
File "d:\John\osaf\chandler\parcels\osaf\framework\blocks\calendar\TimedCanvas.py", line 270, in ScrollToEvent
 x,y,width = self.getPositionFromDateTime(event.startTime)
File "d:\John\osaf\chandler\parcels\osaf\framework\blocks\calendar\TimedCanvas.py", line 926, in getPositionFromDateTime
 raise ValueError, "Must be visible on the calendar"
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

Reply via email to