With the following code :
CATIA.StartCommand ("Save Management"
MFGSaving.Show
In 32bits : CATIA start command is execute and also the form is showed, the form can not be activated as long as the save management is not finish. This is how I want the script to function.
In 64bits : CATIA start command is execute and also the form is showed, the form can be activated as soon as it appear.
Any idea why the script function in a different way in 64 bits than 32 bits. |