Hello Mark, hello everyone,
I just wanted to report that the following error occurs:
Traceback (most recent call last):
File
"C:\Python27\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py",
line 326, in RunScript
exec codeObject in __main__.__dict__
File "C:\Users\jmfra_000\Docum
me a hand on how to supply a patch I'll be glad do this.
Now it runs, but the behaviour didn't change: No events without focus. I am
starting to run out of ideas. :-(
Kind regards
Johannes Frank
2013/2/6 Johannes Frank
> Hello Newsgroup,
>
> I am currently programming
I am free to use either python2 or python 3 as long as I do get all events.
Thank you for your audience.
Kind regards
Johannes Frank
2013/2/6 Johannes Frank
> Hello Newsgroup,
>
> I am currently programming ProgeCAD an AutoCAD Clone and having
> difficulties catching all events.
&
is ok.
Neither root.mainloop() nor pythoncom.PumpMessages() work. I also tried a
different implementation of the events:
icad = IntelliCAD.Application()
WSClass = ClassType("COMEventClass", (icad.__class__, icad.default_source,
WorkspaceEvents), {'__setattr__': win32com
Hello,
I am currently working with win32com to access ProgeCAD (an AutoCAD Clone)
Excel and PDFCreator.
Using
comobj = win32com.client.Dispatch('xxx')
gives me an object through which I can access the COM interface and thus
the underlying program.
Within my program I have to pass this object ar
Hello everybody,
I am trying to do some eventhandling with win32com and Intellicad in python.
I did write:
import win32com.client
import win32api
import pythoncom,pywintypes
import IntelliCAD
import time
from eventhandler import *
icad_CLSID = '{77E49E57-976B-11CF-8CCB-00A0245B09EB}'
defaultN
Thank you Dan, it works like a charm.
2012/10/12 Johannes Frank
> Hello,
>
> I am trying to access an AutoCAD clone, intellicad, via win32com. I
> managed to access, but now I am stuck.
> AutoCAD as well as Intellicad want
>
> filterType=VARIANT(
Hello,
I am trying to access an AutoCAD clone, intellicad, via win32com. I managed
to access, but now I am stuck.
AutoCAD as well as Intellicad want
filterType=VARIANT(pythoncom.VT_ARRAY,[0])
filterData=VARIANT(pythoncom.VT_ARRAY,['LINE'])
dwg.ActiveSpace = cnsts.vicModelS