<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Enano support forums - Cancel button on Finish page]]></title>
	<link rel="self" href="http://forum.enanocms.org/feed/atom/topic/36/"/>
	<updated>2009-10-09T20:24:40Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.enanocms.org/topic/36/</id>
		<entry>
			<title type="html"><![CDATA[Re: Cancel button on Finish page]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/post/125/#p125"/>
			<content type="html"><![CDATA[<p>There&#039;s no way to directly do that, and I will try to add this in for 1.3.2, but in the meantime you can use a custom function:</p><div class="codebox"><pre><code>!define XPUI_PAGE_CUSTOMFUNCTION_SHOW FinishDisableCancel
!insertmacro XPUI_PAGE_FINISH

Function FinishDisableCancel
  GetDlgItem $0 $HWNDPARENT 2
  EnableWindow $0 0
FunctionEnd</code></pre></div><p>--Dan</p>]]></content>
			<author>
				<name><![CDATA[Dan]]></name>
				<uri>http://forum.enanocms.org/user/2/</uri>
			</author>
			<updated>2009-10-09T20:24:40Z</updated>
			<id>http://forum.enanocms.org/post/125/#p125</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Cancel button on Finish page]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/post/124/#p124"/>
			<content type="html"><![CDATA[<p>There seems no way to disable the Cancel button on the finish page. As I understand it, the cancel button should be disabled unless MUI_FINISHPAGE_CANCEL_ENABLE is set.</p>]]></content>
			<author>
				<name><![CDATA[mightyseek]]></name>
				<uri>http://forum.enanocms.org/user/71/</uri>
			</author>
			<updated>2009-10-09T18:47:33Z</updated>
			<id>http://forum.enanocms.org/post/124/#p124</id>
		</entry>
</feed>
