Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)billymOctober 8, 2003 at 4:59 PM#dialog background color?How do you change the dialog background color. I have tried a fiew options but cannot get it to work. I am using NSIS version 2 beta 3. I am also using the modern ui.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)Joost VerburgOctober 8, 2003 at 5:30 PM#You can change the background color of the Welcome/Finish page using the MUI_BGCOLOR setting. To change the background colors the window and other controls, use SetCtlColors in your custom GUIInit function and custom page show functions.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)billymOctober 8, 2003 at 6:29 PM#I have tried this: !define MUI_CUSTOMFUNCTION_ONGUIINIT myGuiInit Function myGUIInit FindWindow $0 "#32770" "" $HWNDPARENT GetDlgItem $0 $0 1019 SetCtlColors $0 FF0000 00FF00 FunctionEnd at compile time I get: Invalid command: SetCtlColors and it fails to compile
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)deguixOctober 8, 2003 at 6:39 PM#Maybe you have an old version of NSIS. Try update your NSIS using NSIS Update, or getting the Development Snapshot. [EDIT]You will found the Deveploment Snapshot here[/EDIT]