Archive: MUI Finish page with run checkbox causes window title to disappear


MUI Finish page with run checkbox causes window title to disappear
I'm using the basic MUI sample script. I've added before the !insertmacro MUI_PAGE_FINISH, !define MUI_FINISHPAGE_RUN C:\viewer.exe to display the "Run this program" check box. The weird part is, anytime i use a checkbox on that page the title on the finish page flickers in and out due to an obvious paint problem. Is this a known issue? I switched to the latest build 2.38, after experiencing the problems on 2.37. I've attached the script I'm using.

Thanks


Your sample works perfectly fine here :confused:


Thats, odd. It works as described on multiple machines configured differently here. You do have to allow up to 45 seconds sometimes for it to happen. This problem also seems to exist in your installer nsis-2.38-setup.exe for your latest build. On the last page with the launch and readme check boxes.

I know it seems odd, but it seems odd to me that this happens on two completely different machines, one running a quad core Intel with a 64 bit version of Windows 2003 Service Pack 2 and no apps or custom configs, and my main development machine, a Quad core AMD running a 32 bit version of Windows 2003 Service Pack 2 with numerous development applications and custom configurations.


http://img247.imageshack.us/img247/2...heckboxae5.png

WindowsXP Professional x64-Edition


I believe you, I'm just reporting what seems to be a bug. :weird: It's OK though, I'll just hook into the window and create and handle the check box myself.