<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Window</title><link>https://sourceforge.net/p/yoshi/wiki/Window/</link><description>Recent changes to Window</description><atom:link href="https://sourceforge.net/p/yoshi/wiki/Window/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 24 Aug 2023 19:00:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/yoshi/wiki/Window/feed" rel="self" type="application/rss+xml"/><item><title>Window modified by Jim Saxton</title><link>https://sourceforge.net/p/yoshi/wiki/Window/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="setting-up-the-window"&gt;Setting up the Window:&lt;/h1&gt;
&lt;p&gt;yoshi reads a command file to set-up the Window and all the elements. This is the part of the command file for a Window.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;*.title = Welcome to Yoshi
#*.look = no-border
#*.look = Bordered
#*.look = Floating
#*.look = Modal
#*.x = 50
#*.y = 260
*.bgcolor = 255,232,181
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Note that there is a space on either side of the  "=" character. &lt;br/&gt;
"*" indicates that this is a Window setting. The "#" is used to comment out , make yoshi ignore, the setting.&lt;/p&gt;
&lt;p&gt;&lt;img alt="basic Window" rel="nofollow" src="https://raw.githubusercontent.com/bbjimmy/Yoshi/master/images/Window.png"/&gt;&lt;/p&gt;
&lt;p&gt;.title will change the Window title ( the default is "Yoshi").&lt;/p&gt;
&lt;p&gt;.look has  five modes, the default is "Titled" and there is no setting for this look as it is the default.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;no-border - Shows the view without any border or tab. This adds a cancel button to the view.&lt;/li&gt;
&lt;li&gt;Bordered - Simiilar to no-border, but a thin dark border line is added.&lt;/li&gt;
&lt;li&gt;Floating - Simiilar to Titled, but the tab is smaller and the close button has less emphasis&lt;/li&gt;
&lt;li&gt;Modal - Simiilar to Bordered and no-border but a normal window border is used.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;.bgcolor Changes background the color of the window.  .bgcolor = r,g,b&lt;/p&gt;
&lt;p&gt;.x The initial horizontal location of the Window from the left edge of the screen in pixels.&lt;/p&gt;
&lt;p&gt;.y The initial vertical location of the Window from the top edge of the screen in pixels.&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="https://github.com/bbjimmy/Yoshi/wiki/Introduction" rel="nofollow"&gt;Back&lt;/a&gt;  &lt;a class="" href="https://github.com/bbjimmy/Yoshi/wiki/Buttons" rel="nofollow"&gt;Next&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim Saxton</dc:creator><pubDate>Thu, 24 Aug 2023 19:00:37 -0000</pubDate><guid>https://sourceforge.net3cfb2287fbbf71c02ef3d241c95353125c16b19e</guid></item></channel></rss>