cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
VasuMadhav
Level 4

Applying skin to Exterior Dialog

Hello guys:

I am applying skin to the dialogs. Everything is fine except the skin is not applied for the experior dialog(SdFinishReboot) dialog which is called in the FirstUIAfter function. Help appreciated!!!
Labels (1)
0 Kudos
(1) Reply
VasuMadhav
Level 4

Ok...here is my sequence.....

function OnFirstUIAfter()
begin
Disable(STATUSEX);
...
...
few functions....

CreateDesktopIcon();
Enable(USE_LOADED_SKIN);
szTitle = "";
szMsg1 = "Setup has completed installing %P.";
nOption = SYS_BOOTMACHINE;
szMsg2 = "Click Finish to exit %P setup.";
nReserved = 0;
nResult = SdFinishReboot (szTitle, szMsg1, nOption, szMsg2, nReserved);

.....

......

end
;

CreateDesktopIcon() function displays custom dialog...this dialog has skin applied to it...but not the sdFinishReboot dialog. No clue
0 Kudos