Roger,
I tried modifying my code so that I have
def OnBeforeClick(self, Button, Shift, X, Y, Cancel):
print "click"
Cancel = True
return Cancel
But this doesn't seem to have changed anything. Am I doing this wrong?
OLIVER
Roger Upole wrote:
> Oliver Nelson wrote:
>
>>
James,
I was getting an error everytime so I thought I had a setup problem...
Sorry everybody...
OLIVER
James Stroud wrote:
> Oliver, wait a while before you panic about your post not getting through!
>
> James
>
--
http://mail.python.org/mailman/listinfo/python-list
Oliver Nelson wrote:
>I have MapPoint working in Python, and I'm trying to cancel events on the map,
>but I can't seem to make that happen. I'm
>responding to the events successfully in my panel object. My code is like
>this:
>
> global MapPointMod
> MapPointMod =
> win32com.client.gencache.
Oliver, wait a while before you panic about your post not getting through!
James
--
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095
http://www.jamesstroud.com/
--
http://mail.python.org/mailman/listinfo/python-list
I have MapPoint working in Python, and I'm trying to cancel events on
the map, but I can't seem to make that happen. I'm responding to the
events successfully in my panel object. My code is like this:
global MapPointMod
MapPointMod =
win32com.client.gencache.EnsureModule("{51C0A9CA-F7B7-4F5A-