Hi,
I am trying to build a file handling tools to sync between desktop UI and central server. I wanted to react on file creation by using UIconnect to the fileAdded event.
It works fine as far as the panels runs in GEDI manager (quick test) but doesnt work anymore as soon as the panel is on its own UI manager.
I tried with -extend but it doesnt change anything. It seems that those event are ignored if outside of GEDI.
Could you please confirm or not? And if yes update help accordingly?
Thank you
BR
Alex
Restrictions on "fileAdded" and "fileRemoved" global events?
- adaneau
- Posts:310
- Joined: Tue Feb 21, 2012 9:49 am
Restrictions on "fileAdded" and "fileRemoved" global events?
- kilianvp
- Posts:443
- Joined: Fri Jan 16, 2015 10:29 am
Re: Restrictions on "fileAdded" and "fileRemoved" global events?
The desktop UI uses a local cache as project folder. So a fileAdded will not work. The directory is located under %HOMEPATH%\.wincc_oa-cache . All files used for the project are dynamically requested from the server and stored in the cache.