cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Not applicable

installShiled copy progress

Hello,

I'm facing a problem with the installShiled copyFile dialog(SdStartCopy2): I have 2 installation progress, the default one and another small window with the message " installing..."
How can I proceed to remove the second one?

Any help will be appreciated. Thanks
Labels (1)
0 Kudos
(1) Reply
KEiGHT
Level 6

Disable (STATUSEX); //is the big dialog
Disable (STATUSDLG); // is the small dialog

in that case you should put these codes like that:

Disable (STATUSEX);
Enable (STATUSDLG);


try it both and choose the one you like from them 🙂
0 Kudos