Hi, would it be possible to implement/incorporate an "OneFileDownloadComplete" Event in the ole interface?
Thx
 
	OK. I just added the OnNewFile event. The new version is uploaded here (with the updated help file):
http://www.metaproducts.com/download/betas/oee2042.zip
Best regards,
Oleg Chernavin
MP Staff
 
	I was glad to help!
Oleg.
 
	> OK. I just added the OnNewFile event. The new version is uploaded here (with the updated help file):
> 
> http://www.metaproducts.com/download/betas/oee2042.zip
> 
> Best regards,
> Oleg Chernavin
> MP Staff
Hi Oleg,
I'm using the oee 4.7.2614 and the OnNewFile event always fires with the status OEPS_Loading but never OEPS_Downloaded (or any other for that matter)
 
	Yes, this is correct. All files get written to disk, all events get fired and only then the Project state becomes downloaded. I would suggest you to finish processing the NewFile event and then on a timer or on a PostMessage check the Project state.
Oleg.
 
	> Yes, this is correct. All files get written to disk, all events get fired and only then the Project state becomes downloaded. I would suggest you to finish processing the NewFile event and then on a timer or on a PostMessage check the Project state.
> 
> Oleg.
Hi Oleg,
Then from what I understand, inorder to check if the project was downloaded I don't need the NewFile event, but only to check periodicly the project status?
 
	Yes, that's correct. I can also add another event if necessary.
Oleg.