CBleunven
13 years agoContributor
Object organization different between manual start and ActiveXObject start of the application
Hi to all,
I start my application from my script using an ActiveXObject as described in this topic.
Until a couple of week everything was OK, but now I've a problem as some pathway to get some object are different.
For exemple I previously add
Sys["Process"]("MyApplication")["VCLObject"]("TConfigControleur0").
where now I have :
Sys["Process"]("MyApplication")["VCLObject"]("GlobalConfigDlgBox").
More surprisinlgy, if I launch the application "by hand", with the Object Spy I have well the name TConfigControleur0.
Unfortunatelly it was several weeks I've performed the last successfull test, and so I have no clear idea about the changes between "before" and "now". I've updated TC to 9.20.2460.7 but also W7.
Is there a change in the way the application is launched through the ActiveXObject ?
thanks a lor for your help,
Christophe
I start my application from my script using an ActiveXObject as described in this topic.
Until a couple of week everything was OK, but now I've a problem as some pathway to get some object are different.
For exemple I previously add
Sys["Process"]("MyApplication")["VCLObject"]("TConfigControleur0").
where now I have :
Sys["Process"]("MyApplication")["VCLObject"]("GlobalConfigDlgBox").
More surprisinlgy, if I launch the application "by hand", with the Object Spy I have well the name TConfigControleur0.
Unfortunatelly it was several weeks I've performed the last successfull test, and so I have no clear idea about the changes between "before" and "now". I've updated TC to 9.20.2460.7 but also W7.
Is there a change in the way the application is launched through the ActiveXObject ?
thanks a lor for your help,
Christophe