Message 1 of 9
object events do not fire

Not applicable
05-18-2005
04:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Using a VB DLL, I'm creating a class array of acad documents
to be able to have documents level events for multiple drawings
I know this is a kludge, but for what I'm doing is working fine
If the user opens a document, I redim the array and add
the opened document to the array. This works fine also.
All the events for this drawing fire when they should.
The only problem I'm having is when a New document is created
I add it to the array, and it fires the document_activate event
as soon as I add it to the class array.
But other events like object_modified are not being fired.
If I close and open the document, then all events fire just fine.
Any idea why this could be happening ?
--
Saludos, Ing. Jorge Jimenez, SICAD S.A., Costa Rica
to be able to have documents level events for multiple drawings
I know this is a kludge, but for what I'm doing is working fine
If the user opens a document, I redim the array and add
the opened document to the array. This works fine also.
All the events for this drawing fire when they should.
The only problem I'm having is when a New document is created
I add it to the array, and it fires the document_activate event
as soon as I add it to the class array.
But other events like object_modified are not being fired.
If I close and open the document, then all events fire just fine.
Any idea why this could be happening ?
--
Saludos, Ing. Jorge Jimenez, SICAD S.A., Costa Rica