|
|
#41 | |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
Quote:
![]() Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
|
#42 |
|
Major Dude
Join Date: Sep 2005
Location: Somewhere over the Slaughterhouse
Posts: 644
|
My Plugins: StdUtils | NSISList | CPUFeatures | ExecTimeout | KillProc My source of inspiration: http://youtu.be/lCwY4_0W1YI |
|
|
|
|
|
#43 |
|
Forum King
|
not sure if it's just me (again?), but the glow effect on the left border seems cut off.
|
|
|
|
|
|
#44 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
That's odd I don't get that. Are you using a modified UI? It uses the same left coordinate that the original branding text is which is 5 dialog units from the left according to Resource Hacker (modern.exe).
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#45 |
|
Forum King
|
nope, using mui2. no special windows theme or alternate shell either, i tested the win7 standard theme as well. get the same when compiling Examples\makensis.nsi with added aero plugin.
|
|
|
|
|
|
#46 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
Is that the latest plug-in version? You shouldn't have any branding text on the welcome/finish pages.
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#47 |
|
Major Dude
Join Date: Sep 2005
Location: Somewhere over the Slaughterhouse
Posts: 644
|
Just a side note:
With a none standard DPI setting (i.e. other than "96 dpi" aka "100%"), there is a strange border with Aero plug-in enabled. My Plugins: StdUtils | NSISList | CPUFeatures | ExecTimeout | KillProc My source of inspiration: http://youtu.be/lCwY4_0W1YI |
|
|
|
|
|
#48 |
|
Forum King
|
true, i didn't use the latest version. i recompiled and there's no branding on the welcome page. can't say if anything else changed as i'm logged in via RDP (no aero!), will do so when i get home.
|
|
|
|
|
|
#49 |
|
Forum King
|
the branding text is no longer cut off when using the latest version!
|
|
|
|
|
|
#50 |
|
Junior Member
Join Date: Jan 2010
Posts: 39
|
Branding text overlapped by the Back button
Stu, if you set a big text for the branding text you should see that it's overlapped by the Back button.
Last edited by isawen; 2nd August 2011 at 12:09. Reason: mispelled in title |
|
|
|
|
|
#51 |
|
Junior Member
Join Date: Mar 2009
Posts: 22
|
I just started experimenting with this plugin. It looks good, but I found one oddity. If a link is added to the finish page, the text color of the link changes to black with a black line below and a black block to the right.
|
|
|
|
|
|
#52 |
|
Senior Member
|
This is known bug - it is the same thing which Checkbox/Radiobuttons suffer too.
I use XPStyle off to remove this behaviour, but maybe Stu will know what to change in sources to remove it completely. Create cool looking Graphical Installers in NSIS: www.graphical-installer.com -see below I offer NSIS scripting, C/C++/C#/Delphi programming: www.unsigned-softworks.sk Develop NSIS projects directly in Visual Studio 2005-2012: www.unsigned-softworks.sk/visual-installer/ |
|
|
|
|
|
#53 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
MUI2? This isn't the same as checkboxes/radiobuttons. Static texts should not have this problem, although a link may do (which is a static text with added effects) but that depends on the code behind it.
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#54 |
|
Major Dude
Join Date: Sep 2005
Location: Somewhere over the Slaughterhouse
Posts: 644
|
Strange. No such problem here:
http://img443.imageshack.us/img443/1...l1build76n.png My Plugins: StdUtils | NSISList | CPUFeatures | ExecTimeout | KillProc My source of inspiration: http://youtu.be/lCwY4_0W1YI |
|
|
|
|
|
#55 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
Yeah that's why I think he might be using MUI1.
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#56 |
|
Junior Member
Join Date: Mar 2009
Posts: 22
|
It is MUI2. I am using MUI_FINISHPAGE_LINK and MUI_FINISHPAGE_LINK_LOCATION for the finish page link.
|
|
|
|
|
|
#57 |
|
Major Dude
Join Date: Sep 2005
Location: Somewhere over the Slaughterhouse
Posts: 644
|
Me too...
My Plugins: StdUtils | NSISList | CPUFeatures | ExecTimeout | KillProc My source of inspiration: http://youtu.be/lCwY4_0W1YI |
|
|
|
|
|
#58 |
|
Junior Member
Join Date: Mar 2009
Posts: 22
|
I just tried adding the MUI_FINISHPAGE_LINK and MUI_FINISHPAGE_LINK_LOCATION to the "Aero ModernUI.nsi" example included with the plug in and got the same results. I had the logging build of NSIS, so to be sure that it was not something odd with it, I compiled the script with the normal ANSI NSIS 2.46 and still got the same results with both my script and the example with the finish page link added. My machine is Win7 x64 Pro, if that might make any difference.
|
|
|
|
|
|
#59 |
|
Major Dude
Join Date: Sep 2005
Location: Somewhere over the Slaughterhouse
Posts: 644
|
I always use Unicode NSIS, if that matters.
My Plugins: StdUtils | NSISList | CPUFeatures | ExecTimeout | KillProc My source of inspiration: http://youtu.be/lCwY4_0W1YI |
|
|
|
|
|
#60 |
|
Junior Member
Join Date: Mar 2009
Posts: 22
|
I have been putting off installing Unicode NSIS. Perhaps I'll give it a try to see if it fixes it.
|
|
|
|
|
|
#61 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
I am using non Unicode NSIS and I do not have the problem (Windows 7 Professional x64). Please can you write a minimal script that reproduces the problem.
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#62 |
|
Forum King
|
have you set custom colors for any element in your script? i had similiar problems when using a custom header background color, though i think the problem disappeared in a later version
|
|
|
|
|
|
#63 | |
|
Junior Member
Join Date: Mar 2009
Posts: 22
|
Unicode did not help. It happens even with the included example if I add a finish page link:
Quote:
|
|
|
|
|
|
|
#64 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
Looks fine for me
.Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#65 |
|
Junior Member
Join Date: Mar 2009
Posts: 22
|
I'm not sure what's happened to my post. How many more of my posts have to be approved before I can just post?
|
|
|
|
|
|
#66 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,779
|
Collector9999: Which exact version of windows is this? Win7 SP0 x86? Could you create an extra label and set the color on it (and maybe transparent background) and see what happens?
Afrow: Is it possible that you are doing a black FillRect or not restoring a HDC or something like that? The problem could be in the link control also of course, a dev needs to reproduce the issue before we can board the blame train
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#67 |
|
Junior Member
Join Date: Mar 2009
Posts: 22
|
My PC is Win7 x64 Pro SP1. I am not sure what you mean with the extra label.
|
|
|
|
|
|
#68 |
|
Junior Member
Join Date: Mar 2009
Posts: 22
|
OK, I figured out what you meant, but I am not sure how to set a transparent background. It also has the black at the side of the new link.
|
|
|
|
|
|
#69 |
|
Junior Member
Join Date: Mar 2009
Posts: 22
|
When the Aero plugins is enabled it will not let me change the color of the link. It is always black. I can change the color of an extra link, even though it also has the same black block.
|
|
|
|
|
|
#70 |
|
Junior Member
Join Date: Mar 2009
Posts: 22
|
I had a number of people test a build of the above script compiled with a clean installation of NSIS with only the Aero plugin added and they got the same result. So the issue is not with how my system displays it nor in any customizations of NSIS.
|
|
|
|
|
|
#71 |
|
Junior Member
Join Date: Mar 2009
Posts: 22
|
Sorry for the multiple posts, but I have solved the problem. I got the plugin from the Wiki but I had an earlier build. Updating it to the latest fixed it.
|
|
|
|
|
|
#72 |
|
Junior Member
Join Date: Oct 2006
Location: Poland
Posts: 22
|
Hi. Is it intended to work also with UMUI?
http://imageshack.us/photo/my-images/94/umuiaero.jpg/ |
|
|
|
|
|
#73 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
I have not tested it with UMUI nor do I use it so no.
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#74 |
|
Junior Member
Join Date: Oct 2006
Location: Poland
Posts: 22
|
Have You seen screenshot? IS it somehow fixable or not?
If not, is that easy to move from UMUI to MUI2? |
|
|
|
|
|
#75 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
Yes I saw the screenshot. The plug-in only supports the official MUI, MUI2 and classic UIs, which do not use any skinning. It would not be possible to get UMUI to work with aero because of the skinning. It should be fairly easy to convert the script to MUI2; just look at the MUI2 example scripts.
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#76 | |
|
Junior Member
Join Date: Oct 2006
Location: Poland
Posts: 22
|
Quote:
|
|
|
|
|
|
|
#77 | |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
New version:
Quote:
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
|
#78 |
|
Junior Member
Join Date: Jul 2010
Posts: 17
|
Afrow,
With this new plugin, the option /nobranding makes the UI draw no button at all. Alternatively using /nobranding /btnold uses older library to draw I guess. |
|
|
|
|
|
#79 |
|
Junior Member
Join Date: Jul 2010
Posts: 17
|
|
|
|
|
|
|
#80 |
|
Major Dude
Join Date: Sep 2005
Location: Somewhere over the Slaughterhouse
Posts: 644
|
Bad news for people that like the Aero plug-in:
http://www.wired.com/gadgetlab/2012/...-in-windows-8/ It seems that Microsoft currently tires to cripple the "classical" Desktop as much as possible in order to make "Metro" appear less annoying/limited. The result will be an OS that has a "Touchscreen" interface, which is completely unusable and infeasible for anything but Tablet computers, combined with a totally crippled Desktop, which isn't more than a emergency fall-back feature. I would be fine to consider Windows 8 a pure Tablet-OS, but my biggest fear is that the epic fail of Windows 8 that we'll see on the Desktop market (we'll see how well it goes on the "Mobile" market) will give a great boost to Mac OS X. Might also be chance for Linux to gain some popularity though...
My Plugins: StdUtils | NSISList | CPUFeatures | ExecTimeout | KillProc My source of inspiration: http://youtu.be/lCwY4_0W1YI |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|