In NSIS, How do I create a custom page containing an image? - nsis

I'm trying to add a custom page to an NSIS installation, that will contain a title and an image.
I'm using Modern UI.
Thanks ahead

You should use the nsDialogs plugin to create custom pages, it has helper macros to load bitmaps and icons...

Related

How to configure a image in navigator in lotus notes?

I want to configure a image which needs to change dynamically. I tried by adding the image from image resources and by using the embedded element i added that image in a form. But i want to add in navigator. Is it possible to do that?
I'm pretty certain that Navigators pre-date the addition of image resources to Domino Designer (no, make that 100% certain!), and that functionality to add image resources to them was never added. Navigators may not have been formally deprecated, but they have effectively been superceded by Outlines and Pages for more than a decade.

Orchard missing Forms

I created new page using Orchard CMS and I am missing some elements when creating new content. These elements are under "Forms" group, as you can see in the image. Also, Form Submissions link from dashboard is missing. Do You have any idea how can I install them in my new Orchard page? Thanks for help.
http://i.stack.imgur.com/zRCNR.png
http://i.stack.imgur.com/XDcY3.png
It depends on how do you handle the form submission. You can use WorkFlow for this, you can save the content, ... there are many ways.
In your image, you can see Button in top. Which will save the form as a content if you have selected Create Content in form properties or you can also store into the database by selecting Store Submission at same place.
You need to enable Dynamic Forms, not custom Forms, if you are on 1.9.x version.

How to load one javascript file on all forms without adding it manually in crm 2011

How can I load javascript file on each page instead of adding it manually each item in Form Library. For example I want to always load jquery and a helper js file on any form.
Supported
The best you can do is have a button configured to show on the application ribbon or for all entities that includes the library as an action.
That way it will probably be loaded whenever you need it. It is only really of any use if you have a button you can attach it to though.
Unsupported
Inject the JS library into your pages using IIS
Maybey you can update edit.aspx once and include your script there.

What is the easiest way to add a page to ask for a string in NSIS using MUI?

I'm an NSIS novice.
I'm using the NSIS editor, and the built-in wizard to create a basic installer. I've figured out how to add a second page to ask the user for an alternate folder (install path vs data storage path). I also need to ask them for a URL (a SOAP/WSDL location), and I'd like to just add in another page similar to the directory page that just asks for a generic string (no browse, etc).
I'm using MUI (not MUI2).
Is there some simple way to do this?
To create a custom page, use nsDialogs (or the older InstallOptions) They are both included in the official installer, go look at some of the examples.

Help on DotNetNuke

Does any body know how can i change the layout of a dotnetnuke website. I need to modify the standard layout
You can use a custom skin or modify the default skin that comes with the DNN installation. The default skin files are in [Website]\Portals_default\Skins\MinimalExtropy\ where [Website] is your DNN web site folder. If you are new to skinning and have a lot of questions, I am sure that the DNN forums will be helpful - DNN Skinning forums
You can do that by editing the CSS. I had similar issue, for which I used " inspect element" in google chrome that helped me in recognizing div elements and css properties. You can find css in portals_default\Skins\DarkKnight (or your own skin name) \skin.css
If your wanting to do anything outside of the CSS (ie, turn off the search bar on a page); then you have to have full access to the site -- open the site via FTP or download all the files, then you can modify the 'default' page, or the skin file you want to change. my suggestion is to make a 'copy' of the skin default page you want to change, give it a new name, and then save it back to the server. When you go to change the 'skin' theme from the 'site manager' you will see your new skin page listed as an option. Modifying from the CMS does not allow you to modify the actual 'page', only its 'parts'. There is also a starter kit available for Visual Studio, google "DNN Starter Kit" which you can create custom modules, skins and containers.

Resources