<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation</title><link>https://sourceforge.net/p/maxguistylesheet/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/maxguistylesheet/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 19 Oct 2013 19:27:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/maxguistylesheet/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>Installation modified by Si Dunford</title><link>https://sourceforge.net/p/maxguistylesheet/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -6,7 +6,8 @@
 Compile the module with the following command:

 ~~~~
-C:\Blitzmax#&gt; bin\bmk makemods a maxgui.stylesheet
+C:\Blitzmax#&gt; bin\bmk makemods -a maxgui.stylesheet
+C:\Blitzmax#&gt; bin\bmk makemods -a -h maxgui.stylesheet
 ~~~~

 Examples are located in the stylesheet.mod\examples folder, but to use this module in your own application you need to add it at the top of your project like this:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Dunford</dc:creator><pubDate>Sat, 19 Oct 2013 19:27:28 -0000</pubDate><guid>https://sourceforge.net254e47e1db4ab4040c8a90cebc8defd05e288164</guid></item><item><title>Installation modified by Si Dunford</title><link>https://sourceforge.net/p/maxguistylesheet/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,14 +1,17 @@
 Installation
 ============

-1. Extract the content of the downloaded ZIP file and copy the _stylesheet.mod_ directory into your BlitzMax\mod\MaxGUI.mod\ folder.
+Extract the content of the downloaded ZIP file and copy the _stylesheet.mod_ directory into your BlitzMax\mod\MaxGUI.mod\ folder.

-* Compile the module with the following command:
+Compile the module with the following command:

-    C:\Blitzmax#&gt; bin\bmk makemods a maxgui.stylesheet
+~~~~
+C:\Blitzmax#&gt; bin\bmk makemods a maxgui.stylesheet
+~~~~

+Examples are located in the stylesheet.mod\examples folder, but to use this module in your own application you need to add it at the top of your project like this:

-* Include the following at the top of your project:
-
-    import maxGUI.drivers
-    import MaxGUI.stylesheet
+~~~~
+import maxGUI.drivers
+import MaxGUI.stylesheet
+~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Dunford</dc:creator><pubDate>Sat, 19 Oct 2013 19:26:45 -0000</pubDate><guid>https://sourceforge.netd9ba85dc604855d6e183769ad02252980579e5a9</guid></item><item><title>Installation modified by Si Dunford</title><link>https://sourceforge.net/p/maxguistylesheet/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -5,15 +5,10 @@

 * Compile the module with the following command:

+    C:\Blitzmax#&gt; bin\bmk makemods a maxgui.stylesheet

-~~~~
-'C:\Blitzmax#&gt; bin\bmk makemods maxgui.stylesheet
-~~~~

 * Include the following at the top of your project:

-
-~~~~
-import maxGUI.drivers
-import MaxGUI.stylesheet
-~~~~
+    import maxGUI.drivers
+    import MaxGUI.stylesheet
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Dunford</dc:creator><pubDate>Sat, 19 Oct 2013 19:24:23 -0000</pubDate><guid>https://sourceforge.netfb2a6fd881498ec7a7d7c948a3f6c12420d6060e</guid></item><item><title>Installation modified by Si Dunford</title><link>https://sourceforge.net/p/maxguistylesheet/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -3,16 +3,17 @@

 1. Extract the content of the downloaded ZIP file and copy the _stylesheet.mod_ directory into your BlitzMax\mod\MaxGUI.mod\ folder.

-2. Compile the module with the following command:
+* Compile the module with the following command:
+

 ~~~~
-C:\Blitzmax#&gt; bin\bmk makemods maxgui.stylesheet
+'C:\Blitzmax#&gt; bin\bmk makemods maxgui.stylesheet
 ~~~~

-3. Include the following at the top of your project:
+* Include the following at the top of your project:
+

 ~~~~
-:::BlitzMax
 import maxGUI.drivers
 import MaxGUI.stylesheet
 ~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Dunford</dc:creator><pubDate>Sat, 19 Oct 2013 19:23:21 -0000</pubDate><guid>https://sourceforge.net3b7ef0302d4b2e14b89043b484e6db04fb286fa8</guid></item><item><title>Installation modified by Si Dunford</title><link>https://sourceforge.net/p/maxguistylesheet/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -12,6 +12,7 @@
 3. Include the following at the top of your project:

 ~~~~
+:::BlitzMax
 import maxGUI.drivers
 import MaxGUI.stylesheet
 ~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Dunford</dc:creator><pubDate>Tue, 15 Oct 2013 08:33:20 -0000</pubDate><guid>https://sourceforge.netf3d02246119464ceff724d1797f12d5be489dd89</guid></item><item><title>Installation modified by Si Dunford</title><link>https://sourceforge.net/p/maxguistylesheet/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,10 +1,16 @@
-==Installation==
+Installation
+============

 1. Extract the content of the downloaded ZIP file and copy the _stylesheet.mod_ directory into your BlitzMax\mod\MaxGUI.mod\ folder.

-2. 
+2. Compile the module with the following command:
+
+~~~~
+C:\Blitzmax#&gt; bin\bmk makemods maxgui.stylesheet
+~~~~

 3. Include the following at the top of your project:
+
 ~~~~
 import maxGUI.drivers
 import MaxGUI.stylesheet
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Dunford</dc:creator><pubDate>Tue, 15 Oct 2013 08:27:52 -0000</pubDate><guid>https://sourceforge.netc0ad31eb643386d8067ca75991666bfa13eb5718</guid></item><item><title>Installation modified by Si Dunford</title><link>https://sourceforge.net/p/maxguistylesheet/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;==Installation==&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Extract the content of the downloaded ZIP file and copy the &lt;em&gt;stylesheet.mod&lt;/em&gt; directory into your BlitzMax\mod\MaxGUI.mod\ folder.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Include the following at the top of your project:&lt;br /&gt;
    import maxGUI.drivers&lt;br /&gt;
    import MaxGUI.stylesheet&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Dunford</dc:creator><pubDate>Tue, 15 Oct 2013 08:17:06 -0000</pubDate><guid>https://sourceforge.net99e4333911273f5167bb5f483227e7db826dda27</guid></item></channel></rss>