<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/hmgs-minigui/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/hmgs-minigui/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 02 Aug 2015 03:39:35 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hmgs-minigui/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>Harbour MiniGUI Extended Edition build 2.5.0 is published</title><link>https://sourceforge.net/p/hmgs-minigui/news/2015/08/harbour-minigui-extended-edition-build-250-is-published/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Friends,&lt;/p&gt;
&lt;p&gt;I am glad to announce a new version of Harbour MiniGUI Extended Edition.&lt;/p&gt;
&lt;p&gt;The setup of the build 2.5.0 is published at the following URL:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://hmgextended.com/files/CONTRIB/hmg-2.5.0-setup.zip" rel="nofollow"&gt;http://hmgextended.com/files/CONTRIB/hmg-2.5.0-setup.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and the MinGW-based self-extracting archive is placed at the following URL:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://hmgextended.com/files/CONTRIB/hmg250-mingw.exe" rel="nofollow"&gt;http://hmgextended.com/files/CONTRIB/hmg250-mingw.exe&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There are also the extra xHarbour.org-based and xHarbour.com-based archives&lt;/p&gt;
&lt;p&gt;for this build at the Minigui's download homepage.&lt;/p&gt;
&lt;p&gt;There is the following changelog for this build:&lt;/p&gt;
&lt;p&gt;2015/07/29: HMG Extended Edition 2.5.0 Published.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Fixed: The wrong back color of a Label control at owner-draw colored TAB&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   and a Label control into a Frame (introduced in the build 2.4.9).

   Problem was reported by Rafael Moran &amp;lt;webrmoran@yahoo.com&amp;gt;.

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fixed: Correction in the internal function _AddTabControl() after a last&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   modification (introduced in the build 2.4.9).

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see demo in folder \samples\Basic\Tab_2)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fixed: Print subroutine bug in the EDIT command by Cristobal Molla.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see demos in folder \samples\Basic\EDIT)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fixed: The EDIT EXTENDED command implementation by Cristobal Molla:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   - fixed bug with a missed last record at printing in some cases

     (f.e. try to print 100 records in the horizontal orientation);

   - added 'Paint Double Buffer' property to a browse;

   - improved font management;

   - misc fixes, improvements and code cleanup.

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see demo in folder \samples\Basic\EDIT_EXTENDED)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enhanced: The function WindowsVersion() detects Windows 10 and 2016 server.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Note: please verify this implementation (not tested yet).

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see demo in folder \samples\Advanced\WinVersion)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: HbSQLit3 library source code:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;small&lt;/span&gt; &lt;span class="nx"&gt;correction&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;C&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="nx"&gt;sqlite3_buff_to_file&lt;/span&gt;&lt;span class="p"&gt;().&lt;/span&gt;

     &lt;span class="nx"&gt;Suggested&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;Janusz&lt;/span&gt; &lt;span class="nx"&gt;Pora&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;januszpora&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="nx"&gt;onet&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;eu&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;

   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;update&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="nx"&gt;using&lt;/span&gt; &lt;span class="nx"&gt;a&lt;/span&gt; &lt;span class="nx"&gt;recent&lt;/span&gt; &lt;span class="nx"&gt;SQLITE3&lt;/span&gt; &lt;span class="nx"&gt;version&lt;/span&gt; &lt;span class="mf"&gt;3.8&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="mi"&gt;11&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;

   &lt;span class="nx"&gt;Contributed&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;Grigory&lt;/span&gt; &lt;span class="nx"&gt;Filatov&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;gfilatov&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="nx"&gt;inbox&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;ru&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;

   &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;see&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;folder&lt;/span&gt; &lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;Source&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;HbSQLite3&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: Harbour Compiler 3.2.0dev (SVN 2015-07-24 18:55).&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (look at ReadMe.txt in folder \harbour)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New: 'WAIT WINDOW with an expectation in a thread' sample.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Contributed by Verchenko Andrey &amp;lt;verchenkoag@gmail.com&amp;gt;.

   (see demo2.prg in folder \samples\Basic\WAIT_WINDOW_2)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: 'HMG Achoice' sample: added &amp;lt;PageUp&amp;gt; and &amp;lt;PageDown&amp;gt; keys handling.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see in folder \samples\Advanced\ACHOICE)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is a patch and bug-fix release.&lt;/p&gt;
&lt;p&gt;This release is considered stable and ready for production use.&lt;/p&gt;
&lt;p&gt;Note: Please be advised that we can support the most recent build only.&lt;/p&gt;
&lt;p&gt;--&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Grigory Filatov&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[MiniGUI Team]&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Formigoni</dc:creator><pubDate>Sun, 02 Aug 2015 03:39:35 -0000</pubDate><guid>https://sourceforge.netf9a328ac6df089e257cfb9889b78f76aff05cda5</guid></item><item><title>Harbour MiniGUI Extended Edition build 2.4.9 is published</title><link>https://sourceforge.net/p/hmgs-minigui/news/2015/08/harbour-minigui-extended-edition-build-249-is-published/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Friends,&lt;/p&gt;
&lt;p&gt;I am glad to announce a new version of Harbour MiniGUI Extended Edition.&lt;/p&gt;
&lt;p&gt;The setup of the build 2.4.9 is published at the following URL:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://hmgextended.com/files/CONTRIB/hmg-2.4.9-setup.zip" rel="nofollow"&gt;http://hmgextended.com/files/CONTRIB/hmg-2.4.9-setup.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and the MinGW-based self-extracting archive is placed at the following URL:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://hmgextended.com/files/CONTRIB/hmg249-mingw.exe" rel="nofollow"&gt;http://hmgextended.com/files/CONTRIB/hmg249-mingw.exe&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There are also the extra xHarbour.org-based and xHarbour.com-based archives&lt;/p&gt;
&lt;p&gt;for this build at the Minigui's download homepage.&lt;/p&gt;
&lt;p&gt;There is the following changelog for this build:&lt;/p&gt;
&lt;p&gt;2015/07/22: HMG Extended Edition 2.4.9 Published.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Fixed: The wrong text color of a Label control which is placed on&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   a Tab when 'FontColor' property of this Label is redefined

   at runtime. This happened in the themed OS only.

   Problem was reported by Henry Herrera &amp;lt;herrera.henry@gmail.com&amp;gt;.

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fixed: The wrong StatusBar item's width handling in the function&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   _SetStatusWidth(). Problem was reported by russian user.

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Changed: The function GetProgramFilesFolder() is defined as pseudo-&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   &lt;span class="kd"&gt;function&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt; &lt;span class="nx"&gt;The&lt;/span&gt; &lt;span class="nx"&gt;definition&lt;/span&gt; &lt;span class="nx"&gt;is&lt;/span&gt; &lt;span class="nx"&gt;guarded&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;constant&lt;/span&gt; &lt;span class="nx"&gt;__WIN98__&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;

   &lt;span class="nx"&gt;Contributed&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;Grigory&lt;/span&gt; &lt;span class="nx"&gt;Filatov&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;gfilatov&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="nx"&gt;inbox&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;ru&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;

   &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;see&lt;/span&gt; &lt;span class="nx"&gt;i_pseudofunc&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;ch&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;folder&lt;/span&gt; &lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;include&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Changed: ActiveX User Component was moved from the samples to MiniGUI core.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   A new property called 'Object' was added to manipulate the control.

   Syntax:

        @ &amp;lt;nRow&amp;gt;,&amp;lt;nCol&amp;gt; ACTIVEX &amp;lt;ControlName&amp;gt;

           [ OF | PARENT &amp;lt;ParentWindowName&amp;gt; ]

           WIDTH &amp;lt;nWidth&amp;gt;

           HEIGHT &amp;lt;nWidth&amp;gt;

           PROGID &amp;lt;cProgId&amp;gt;

   Or

        DEFINE ACTIVEX &amp;lt;ControlName&amp;gt;

           &amp;lt;PropertyName&amp;gt;  &amp;lt;PropertyValue&amp;gt;

           &amp;lt;...&amp;gt;

        END ACTIVEX

   Based upon a contribution of Roberto Lopez &amp;lt;mail.box.hmg@gmail.com&amp;gt;

   (see demos in folder \samples\Basic\ActiveX)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enhanced: Added possibility to modify a FontColor, BackColor and Align&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   for the owner-draw colored status items at runtime.

   Requested by user on Russian HMG forum.

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see demo4.prg in folder \samples\Basic\Status)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enhanced: The OwnerDraw Horizontal top-level POPUP menu supports now&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   &lt;span class="nx"&gt;an&lt;/span&gt; &lt;span class="nx"&gt;optional&lt;/span&gt; &lt;span class="nx"&gt;FONT&lt;/span&gt; &lt;span class="nx"&gt;clause&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;

   &lt;span class="nx"&gt;You&lt;/span&gt; &lt;span class="nx"&gt;can&lt;/span&gt; &lt;span class="nx"&gt;set&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nx"&gt;change&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;font&lt;/span&gt; &lt;span class="nx"&gt;of&lt;/span&gt; &lt;span class="nx"&gt;POPUP&lt;/span&gt; &lt;span class="nx"&gt;menu&lt;/span&gt; &lt;span class="nx"&gt;at&lt;/span&gt; &lt;span class="nx"&gt;runtime&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="kd"&gt;function&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;

     &lt;span class="nx"&gt;_SetMenuItemFont&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nx"&gt;PopupName&lt;/span&gt; &lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;FormName&lt;/span&gt; &lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;GetFontHandle&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;FontName&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt;

   &lt;span class="nx"&gt;Requested&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;Joe&lt;/span&gt; &lt;span class="nx"&gt;Fanucchi&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;drjoe&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="nx"&gt;meditrax&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;com&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;

   &lt;span class="nx"&gt;Contributed&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;Grigory&lt;/span&gt; &lt;span class="nx"&gt;Filatov&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;gfilatov&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="nx"&gt;inbox&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;ru&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;

   &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;see&lt;/span&gt; &lt;span class="nx"&gt;demo&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;folder&lt;/span&gt; &lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;samples&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;Advanced&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;MenuEx&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: Further replacing of 'DEFAULT TO' command in MiniGUI core with&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;functions&lt;/span&gt; &lt;span class="nx"&gt;hb_default&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nx"&gt;__defaultNIL&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="nx"&gt;and&lt;/span&gt; &lt;span class="nx"&gt;hb_defaultValue&lt;/span&gt;&lt;span class="p"&gt;().&lt;/span&gt;

   &lt;span class="nx"&gt;Contributed&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;Grigory&lt;/span&gt; &lt;span class="nx"&gt;Filatov&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;gfilatov&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="nx"&gt;inbox&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;ru&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;correction&lt;/span&gt; &lt;span class="nx"&gt;of&lt;/span&gt; &lt;span class="nx"&gt;calculation&lt;/span&gt; &lt;span class="nx"&gt;of&lt;/span&gt; &lt;span class="nx"&gt;total&lt;/span&gt; &lt;span class="nx"&gt;column&lt;/span&gt; &lt;span class="nx"&gt;width&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;Method&lt;/span&gt; &lt;span class="nx"&gt;ReSize&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;

   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;minor&lt;/span&gt; &lt;span class="nx"&gt;correction&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;Method&lt;/span&gt; &lt;span class="nx"&gt;GoUp&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;

   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;conspicuous&lt;/span&gt; &lt;span class="nx"&gt;reducing&lt;/span&gt; &lt;span class="nx"&gt;of&lt;/span&gt; &lt;span class="nx"&gt;cursor&lt;/span&gt; &lt;span class="nx"&gt;blinking&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;Method&lt;/span&gt; &lt;span class="nx"&gt;GoDown&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;

   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;correction&lt;/span&gt; &lt;span class="nx"&gt;of&lt;/span&gt; &lt;span class="nx"&gt;a&lt;/span&gt; &lt;span class="nx"&gt;rare&lt;/span&gt; &lt;span class="nx"&gt;bug&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;Method&lt;/span&gt; &lt;span class="nx"&gt;PageUp&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;

   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;used&lt;/span&gt; &lt;span class="nx"&gt;SRCAND&lt;/span&gt; &lt;span class="nx"&gt;raster&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;C&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="nx"&gt;DrawBitmap&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;

   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;added&lt;/span&gt; &lt;span class="nx"&gt;handling&lt;/span&gt; &lt;span class="nx"&gt;of&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;Enter&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="err"&gt;/&amp;lt;Space&amp;gt; keys similar to LDblClick action;&lt;/span&gt;

   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;added&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="k"&gt;new&lt;/span&gt; &lt;span class="nx"&gt;TSColumn&lt;/span&gt; &lt;span class="nx"&gt;variable&lt;/span&gt; &lt;span class="nx"&gt;cName&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="nx"&gt;optional&lt;/span&gt; &lt;span class="nx"&gt;column&lt;/span&gt; &lt;span class="nx"&gt;name&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;

   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;added&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;method&lt;/span&gt; &lt;span class="nx"&gt;nColumn&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nx"&gt;cName&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="nx"&gt;a&lt;/span&gt; &lt;span class="nx"&gt;column&lt;/span&gt; &lt;span class="nx"&gt;index&lt;/span&gt; &lt;span class="nx"&gt;via&lt;/span&gt; &lt;span class="nx"&gt;name&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;

   &lt;span class="nx"&gt;Contributed&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;users&lt;/span&gt; &lt;span class="nx"&gt;from&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;Russian&lt;/span&gt; &lt;span class="nx"&gt;HMG&lt;/span&gt; &lt;span class="nx"&gt;forum&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;

   &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;see&lt;/span&gt; &lt;span class="nx"&gt;demo&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;folder&lt;/span&gt; &lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;samples&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;Advanced&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;Tsb_cursor&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: HbSQLite3 library:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   - update for using SQLITE3 version 3.8.11dev.

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: Harbour Compiler 3.2.0dev (SVN 2015-07-16 17:10).&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (look at ReadMe.txt in folder \harbour)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New: 'Console to GUI data exchange usage' sample.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Contributed by Verchenko Andrey &amp;lt;verchenkoag@gmail.com&amp;gt;.

   (see in folder \samples\Basic\COMM_2)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New: 'WAIT WINDOW with an expectation' sample.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Contributed by Verchenko Andrey &amp;lt;verchenkoag@gmail.com&amp;gt;.

   (see in folder \samples\Basic\WAIT_WINDOW_2)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New: 'NetIO Server and Client: usage of server's stored procedures' sample.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Based upon a contribution of Roberto Lopez &amp;lt;mail.box.hmg@gmail.com&amp;gt;

   (see in folder \samples\Basic\NETIO)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: 'Http Get' sample.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see in folder \samples\Basic\HttpGet)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There is a "last minute" modification also in this build:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Updated: The pseudo-functions IsWindowActive(), IsWindowDefined() and&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   IsControlDefined() support an invalid syntax with the unary or

   double quotes.

   Sample code:

     IsWindowActive( 'Form' )

     IsWindowDefined( "Form" )

     IsControlDefined( [Control], [Form] )

   Based upon a contribution of Pablo Cesar.

   (see details at http://hmgforum.com/viewtopic.php?f=5&amp;amp;t=4416)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There are also the nice corrections and improvements in our CHM help file.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;       Contributed by Sylvain Larche &amp;lt;slarche@videotron.ca&amp;gt;.
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;It is a regularly scheduled maintenance release.&lt;/p&gt;
&lt;p&gt;This release is considered stable and ready for production use.&lt;/p&gt;
&lt;p&gt;Note: Please be advised that we can support the most recent build only.&lt;/p&gt;
&lt;p&gt;--&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Grigory Filatov&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[MiniGUI Team]&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Formigoni</dc:creator><pubDate>Sun, 02 Aug 2015 03:38:36 -0000</pubDate><guid>https://sourceforge.net324fe2d231bec55d5979bb32bc197c5a85999a11</guid></item><item><title>Harbour MiniGUI Extended Edition. build 2.4.8 is published</title><link>https://sourceforge.net/p/hmgs-minigui/news/2015/06/harbour-minigui-extended-edition-build-248-is-published/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Friends,&lt;/p&gt;
&lt;p&gt;I am glad to announce a new version of Harbour MiniGUI Extended Edition.&lt;/p&gt;
&lt;p&gt;The setup of the build 2.4.8 is published at the following URL:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://hmgextended.com/files/CONTRIB/hmg-2.4.8-setup.zip" rel="nofollow"&gt;http://hmgextended.com/files/CONTRIB/hmg-2.4.8-setup.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and the MinGW-based self-extracting archive is placed at the following URL:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://hmgextended.com/files/CONTRIB/hmg248-mingw.exe" rel="nofollow"&gt;http://hmgextended.com/files/CONTRIB/hmg248-mingw.exe&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There are the extra xHarbour.org-based and xHarbour.com-based archives&lt;/p&gt;
&lt;p&gt;for this build also at the Minigui's download homepage.&lt;/p&gt;
&lt;p&gt;There is the following changelog for this build:&lt;/p&gt;
&lt;p&gt;2015/06/24: HMG Extended Edition 2.4.8 Published.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Fixed: Bug at changing of a position of a Panel Window at runtime.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fixed: Bug at changing of the font attributes of a Label&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   control with 'Transparent' property at runtime.

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see demo in folder \samples\Basic\Label)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fixed: Old typo at the assigning of the MaxWidth and MaxHeight properties&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   in a Modal window at his definition.

   Problem was reported by Verchenko Andrey &amp;lt;verchenkoag@gmail.com&amp;gt;.

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see demo in folder \samples\Basic\MinMaxSize)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Changed: The function ProcessMessages() is defined as pseudo-function.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   &lt;span class="nx"&gt;This&lt;/span&gt; &lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="nx"&gt;is&lt;/span&gt; &lt;span class="nx"&gt;wrapper&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="k"&gt;new&lt;/span&gt; &lt;span class="nx"&gt;C&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="nx"&gt;DoEvents&lt;/span&gt;&lt;span class="p"&gt;().&lt;/span&gt;

   &lt;span class="nx"&gt;Contributed&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;Grigory&lt;/span&gt; &lt;span class="nx"&gt;Filatov&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;gfilatov&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="nx"&gt;inbox&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;ru&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;

   &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;see&lt;/span&gt; &lt;span class="nx"&gt;demo&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;folder&lt;/span&gt; &lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;samples&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;Basic&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;NoWait&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Changed: The C-functions GetComputerName() and GetUserName() are defined&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   &lt;span class="nx"&gt;as&lt;/span&gt; &lt;span class="nx"&gt;pseudo&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;functions&lt;/span&gt; &lt;span class="nx"&gt;now&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;

   &lt;span class="nx"&gt;They&lt;/span&gt; &lt;span class="nx"&gt;are&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;wrappers&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;corresponding&lt;/span&gt; &lt;span class="cp"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;x&lt;/span&gt;&lt;span class="cp"&gt;]&lt;/span&gt;&lt;span class="nx"&gt;Harbour&lt;/span&gt; &lt;span class="nx"&gt;functions&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;

   &lt;span class="nx"&gt;Contributed&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;Grigory&lt;/span&gt; &lt;span class="nx"&gt;Filatov&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;gfilatov&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="nx"&gt;inbox&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;ru&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;

   &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;see&lt;/span&gt; &lt;span class="nx"&gt;demo&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;folder&lt;/span&gt; &lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;samples&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;Basic&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;GetUserName&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;C&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;functions&lt;/span&gt; &lt;span class="nx"&gt;SysRefresh&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="nx"&gt;and&lt;/span&gt; &lt;span class="nx"&gt;nMakeLong&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="nx"&gt;are&lt;/span&gt; &lt;span class="nx"&gt;defined&lt;/span&gt;

     &lt;span class="nx"&gt;as&lt;/span&gt; &lt;span class="nx"&gt;pseudo&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;functions&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;

     &lt;span class="nx"&gt;They&lt;/span&gt; &lt;span class="nx"&gt;are&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;wrappers&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;corresponding&lt;/span&gt; &lt;span class="nx"&gt;MiniGUI&lt;/span&gt; &lt;span class="nx"&gt;functions&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;

   &lt;span class="nx"&gt;Contributed&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;Grigory&lt;/span&gt; &lt;span class="nx"&gt;Filatov&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;gfilatov&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="nx"&gt;inbox&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;ru&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: HbSQLite3 library:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   - update for using SQLITE3 version 3.8.11dev (from 3.8.10.2).

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: Harbour Compiler 3.2.0dev (SVN 2015-06-17 12:39).&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (look at ReadMe.txt in folder \harbour)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: HMGS-IDE v.1.3.0. Project Manager and Two-Way Visual Form Designer.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   This version is considered as a Beta release.

   Contributed by Walter Formigoni &amp;lt;walter.formigoni@uol.com.br&amp;gt;

   (look for what's new at changelog.txt in folder \Ide)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New: 'Harbour Registered And WinAPI Available Functions' sample.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Based upon a contribution of Claudio Soto &amp;lt;srvet@adinet.com.uy&amp;gt;.

   Adapted for Minigui Extended by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see in folder \Utils\hmg_funclist)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: 'Print Pie Graph' sample:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   - added a context menu for the pie graph.

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see demo.prg in folder \samples\Basic\GraphPrint)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: 'Sqlite browser' utility: small correction for an empty table.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Contributed by Janusz Pora &amp;lt;januszpora@onet.eu&amp;gt;

   (see in folder \Utils\SqlDBU)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There is a "last minute" modification in this build:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Updated: Reverted codepage setting for Turkish language at minigui initialization&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   (introduced in the build 2.4.3).

   The problem was reported by Manfred Bergler &amp;lt;ecadata@gmail.com&amp;gt;.

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It is a regularly scheduled maintenance release.&lt;/p&gt;
&lt;p&gt;This release is considered stable and ready for production use.&lt;/p&gt;
&lt;p&gt;--&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Grigory Filatov&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[MiniGUI Team]&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Formigoni</dc:creator><pubDate>Sat, 27 Jun 2015 16:28:34 -0000</pubDate><guid>https://sourceforge.net4a54f0207e04fe9b0befce2f6bc0b07bc64cdab5</guid></item><item><title>Harbour MiniGUI Extended Edition build 2.4.7 is published</title><link>https://sourceforge.net/p/hmgs-minigui/news/2015/06/harbour-minigui-extended-edition-build-247-is-published/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I am glad to announce a new version of the Harbour MiniGUI Extended Edition.&lt;/p&gt;
&lt;p&gt;The setup of build 2.4.7 is published at the following URL:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://hmgextended.com/files/CONTRIB/hmg-2.4.7-setup.zip" rel="nofollow"&gt;http://hmgextended.com/files/CONTRIB/hmg-2.4.7-setup.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and the MinGW-based self-extracting archive is placed at the following URL:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://hmgextended.com/files/CONTRIB/hmg247-mingw.exe" rel="nofollow"&gt;http://hmgextended.com/files/CONTRIB/hmg247-mingw.exe&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There are the extra xHarbour.org-based and xHarbour.com-based archives&lt;/p&gt;
&lt;p&gt;for this build also at the Minigui's download homepage.&lt;/p&gt;
&lt;p&gt;There is the following changelog for this build:&lt;/p&gt;
&lt;p&gt;2015/05/27: HMG Extended Edition 2.4.7 Published.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Fixed: Old bug at the closing of Edit or Append splitboxed dialog&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   in a Browse control with &amp;lt;Alt+F4&amp;gt; hotkey pressing.

   Problem was reported by Attila Kovacs &amp;lt;k1attila12@yahoo.com&amp;gt;.

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fixed: Program crash at the modification of a column's header after&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   adding a new column in the Grid control.

   Problem was reported by Gilbert Vaillancourt.

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see demo in folder \samples\Advanced\ReadXLS)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fixed: Problem with assigning of the RichEditBox 'FontColor' property.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   &lt;span class="nx"&gt;You&lt;/span&gt; &lt;span class="nx"&gt;can&lt;/span&gt; &lt;span class="nx"&gt;establish&lt;/span&gt; &lt;span class="k"&gt;this&lt;/span&gt; &lt;span class="nx"&gt;propery&lt;/span&gt; &lt;span class="nx"&gt;at&lt;/span&gt; &lt;span class="nx"&gt;definition&lt;/span&gt; &lt;span class="nx"&gt;and&lt;/span&gt; &lt;span class="nx"&gt;modify&lt;/span&gt; &lt;span class="nx"&gt;at&lt;/span&gt; &lt;span class="nx"&gt;runtime&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;

   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="nx"&gt;syntax&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;

     &lt;span class="nx"&gt;SetProperty&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nx"&gt;Form&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;Control&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;'FontColor'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;BLUE&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt;

   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;pseudo&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;OOP&lt;/span&gt; &lt;span class="nx"&gt;syntax&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;

     &lt;span class="nx"&gt;Form&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;RichEditBox&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;FontColor&lt;/span&gt; &lt;span class="o"&gt;:=&lt;/span&gt; &lt;span class="nx"&gt;BLUE&lt;/span&gt;

   &lt;span class="nx"&gt;Bug&lt;/span&gt; &lt;span class="nx"&gt;was&lt;/span&gt; &lt;span class="nx"&gt;reported&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;Gilbert&lt;/span&gt; &lt;span class="nx"&gt;Vaillancourt&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;

   &lt;span class="nx"&gt;Contributed&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;Grigory&lt;/span&gt; &lt;span class="nx"&gt;Filatov&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;gfilatov&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="nx"&gt;inbox&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;ru&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;

   &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;see&lt;/span&gt; &lt;span class="nx"&gt;demo&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;folder&lt;/span&gt; &lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;samples&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;Basic&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;Richedit&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Changed: DRAW PIE GRAPH: correction of the centering of a title and more&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   precise calculation of the percents in the legend's labels.

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see demo.prg in folder \samples\Basic\GraphPrint)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Changed: The HMG_HPDF library was moved from samples to folder Source\HMG_HPDF.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Based upon a contribution of S.Rathinagiri &amp;lt;srgiri@dataone.in&amp;gt;.

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see demo in folder \samples\Advanced\PDF_PRINT)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: HMG_HPDF library (see source in folder \source\HMG_HPDF):&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;New&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;Aligning&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="nx"&gt;vertical&lt;/span&gt; &lt;span class="nx"&gt;text&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;

   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;New&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;Additional&lt;/span&gt; &lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="nx"&gt;_HMG_HPDF_SetOrientation&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;nMode&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;

   &lt;span class="nx"&gt;Contributed&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;Janusz&lt;/span&gt; &lt;span class="nx"&gt;Pora&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;januszpora&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="nx"&gt;onet&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;eu&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   - Fixed: EDITABLE clause at a simple TBROWSE definition is respected now.

   - Updated: Added implementation of READONLY and VALID clauses similar to

     a standard BROWSE control.

   Contributed by SergKis.

   (see proc Brw_5() at demo.prg in folder \samples\Advanced\TSBrowse)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: WinReport library (see source in folder \Source\WinReport).&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Contributed by Pierpaolo Martinello &amp;lt;pier.martinello[at]alice.it&amp;gt;

   (see demo in folder \samples\Advanced\REPORT_INTERPRETER)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: HbSQLite3 library:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   - update for using SQLITE3 version 3.8.10.2 (from 3.8.9).

   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: Harbour Compiler 3.2.0dev (SVN 2015-05-19 15:17).&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (look at ReadMe.txt in folder \harbour)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New: 'Check User Login in the transparent form' sample.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Based upon a contribution of Bicahi Esgici &amp;lt;esgici@gmail.com&amp;gt;.

   Adapted for Minigui Extended by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see in folder \samples\Basic\Login_2)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New: 'Test a mouse click on the one picture which is divided into 3 parts' sample.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Based upon a contribution of Verchenko Andrey &amp;lt;verchenkoag@gmail.com&amp;gt;

   (see in folder \samples\Basic\Picture_Coords)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New: 'ShellExecuteEx() function usage' sample.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Based upon a contribution of Verchenko Andrey &amp;lt;verchenkoag@gmail.com&amp;gt;

   (see in folder \samples\Advanced\ShellExec)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: 'Diskspace usage graph' sample: minor changes.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   Contributed by Grigory Filatov &amp;lt;gfilatov@inbox.ru&amp;gt;

   (see in folder \samples\Basic\DiskspaceGraph)
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updated: 'InterNet State Checker' sample:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="nx"&gt;using&lt;/span&gt; &lt;span class="nx"&gt;of&lt;/span&gt; &lt;span class="nx"&gt;a&lt;/span&gt; &lt;span class="nx"&gt;macro&lt;/span&gt; &lt;span class="nx"&gt;definition&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="nx"&gt;calling&lt;/span&gt; &lt;span class="nx"&gt;of&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;DLL&lt;/span&gt; &lt;span class="nx"&gt;functions&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;

   &lt;span class="nx"&gt;Contributed&lt;/span&gt; &lt;span class="nx"&gt;by&lt;/span&gt; &lt;span class="nx"&gt;Grigory&lt;/span&gt; &lt;span class="nx"&gt;Filatov&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;gfilatov&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="nx"&gt;inbox&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;ru&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;

   &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;see&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="nx"&gt;folder&lt;/span&gt; &lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;samples&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;Advanced&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="nx"&gt;INET_CHECKER&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It is a regularly scheduled maintenance release.&lt;/p&gt;
&lt;p&gt;This release is considered stable and ready for production use.&lt;/p&gt;
&lt;p&gt;--&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Grigory Filatov&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[MiniGUI Team]&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Formigoni</dc:creator><pubDate>Tue, 02 Jun 2015 02:41:37 -0000</pubDate><guid>https://sourceforge.netea1f1be8a75b60781318064b5c88a007ddfa4631</guid></item><item><title>Harbour MiniGUI Extended Edition 2.1.9 setup is published</title><link>https://sourceforge.net/p/hmgs-minigui/news/2013/01/harbour-minigui-extended-edition-219-setup-is-published/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;The Harbour MiniGUI Extended Edition 2.1.9 setup is published at the following URL:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://sourceforge.net/projects/hmgs-minigui/files/2.0-HMGS-MINIGUI%20source%20code/hmg-2.1.9-setup.zip"&gt;http://sourceforge.net/projects/hmgs-minigui/files/2.0-HMGS-MINIGUI%20source%20code/hmg-2.1.9-setup.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and a full MinGW-based self-extracting archive is placed at the following URL:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://sourceforge.net/projects/hmgs-minigui/files/CONTRIB/hmg219-mingw.exe"&gt;http://sourceforge.net/projects/hmgs-minigui/files/CONTRIB/hmg219-mingw.exe&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There is the following changelog for this build:&lt;/p&gt;
&lt;p&gt;2013/01/22: HMG Extended Edition 2.1.9 Published.&lt;br /&gt;
&lt;em&gt; Fixed: Memory leak at using of DEFINE BKGBRUSH command for Child windows&lt;br /&gt;
(introduced since the first implementation of this command).&lt;br /&gt;
Reported by Antal Kovac .&lt;br /&gt;
Contributed by Grigory Filatov&lt;/em&gt; Fixed: Program crash in the Harbour-based build at using of the 3-State&lt;br /&gt;
CheckBox control (introduced in the build 2.1.7).&lt;br /&gt;
Contributed by Grigory Filatov&lt;br /&gt;
(see demo in folder \samples\Basic\CheckBox_ThreeState)&lt;br /&gt;
&lt;em&gt; Changed: The function GetExeFileName() is defined as pseudo-function now.&lt;br /&gt;
It is a wrapper for the Harbour function hb_ProgName().&lt;br /&gt;
Contributed by Grigory Filatov&lt;/em&gt; Enhanced: The 'Width' and 'Height' properties of Main and child windows are&lt;br /&gt;
optional now similar to 'Row' and 'Col' properties.&lt;br /&gt;
Sample code:&lt;/p&gt;
&lt;h1 id="include-miniguich"&gt;include "minigui.ch"&lt;/h1&gt;
&lt;p&gt;Function Main&lt;br /&gt;
DEFINE WINDOW Win_1 TITLE 'Hello World!' WINDOWTYPE MAIN&lt;br /&gt;
END WINDOW&lt;br /&gt;
DEFINE WINDOW Win_2 TITLE 'Child Window' WINDOWTYPE CHILD&lt;br /&gt;
END WINDOW&lt;br /&gt;
Win_2.Center&lt;br /&gt;
ACTIVATE WINDOW Win_2, Win_1&lt;br /&gt;
Return Nil&lt;/p&gt;
&lt;p&gt;Requested by Simon Norbert .&lt;br /&gt;
Contributed by Grigory Filatov&lt;br /&gt;
&lt;em&gt; Updated: HbSQLite3 library support:&lt;br /&gt;
- update for using SQLITE3 version 3.7.15.2 (from 3.7.11);&lt;br /&gt;
- changed for using of two Harbour contrib libraries hbsqlit3 and sqlite3&lt;br /&gt;
instead of a local implementation.&lt;br /&gt;
Warning: You should update your scripts for compatibility with this change.&lt;br /&gt;
Contributed by Grigory Filatov&lt;br /&gt;
(see demos in folders \samples\Advanced\SQLITE and \samples\Advanced\SQLITE_2)&lt;/em&gt; Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:&lt;br /&gt;
- Updated class code for compatibility with recent Harbour changes.&lt;br /&gt;
Contributed by Grigory Filatov&lt;br /&gt;
&lt;em&gt; Updated: Harbour Compiler 3.2.0dev (SVN 2013-01-21 16:36):&lt;br /&gt;
&lt;/em&gt; Updated: MySql library source code (see in folder \Source\HbMySql):&lt;br /&gt;
- added a new fifth parameter for collation using like:&lt;br /&gt;
TMySQLServer():New( cHostName, cUser, cPassWord, nPort, cCollation /&lt;em&gt;"UTF8"&lt;/em&gt;/)&lt;br /&gt;
If cCollation is NOT set explicitly, left as NIL, none hb_translate()&lt;br /&gt;
will be done.&lt;br /&gt;
- fixed method TableStruct;&lt;br /&gt;
- produces correct lenghts - see remark at type "C";&lt;br /&gt;
- introduces conversion "L" to BIT&lt;a class="alink" href="1"&gt;[1]&lt;/a&gt;.&lt;br /&gt;
Contributed by Rolf&lt;br /&gt;
&lt;em&gt; Updated: most important differences between Harbour and xHarbour&lt;br /&gt;
(see xhb-diff.txt in folder \harbour\doc)&lt;br /&gt;
Contributed by Grigory Filatov&lt;br /&gt;
(look at ReadMe.txt in folder \harbour)&lt;/em&gt; Updated: HMGS-IDE v.1.1.0.4 Project Manager and Two-Way Visual Form Designer.&lt;br /&gt;
Contribution by Grigory Filatov&lt;br /&gt;
&lt;em&gt; New: 'Folders syncronize - Backup Incremental' utility.&lt;br /&gt;
Based upon a contribution of Brunello Pulix at HMGFORUM.&lt;br /&gt;
Adapted for Minigui Extended by Grigory Filatov&lt;br /&gt;
(see in folder \Utils\HMG_MYSYNC)&lt;/em&gt; New: 'Only One Instance of Application' sample.&lt;br /&gt;
Contributed by Simon Norbert&lt;br /&gt;
(see demo3.prg in folder \samples\Advanced\IsExeRunning)&lt;br /&gt;
&lt;em&gt; Updated: 'Calendar' sample by Javier Giralda .&lt;br /&gt;
Contributed by Grigory Filatov&lt;br /&gt;
(see in folder \samples\Basic\Calendar)&lt;/em&gt; Updated: 'Extract icon for button from file' sample.&lt;br /&gt;
Contributed by Grigory Filatov&lt;br /&gt;
(see in folder \samples\Basic\ExtractIcon)&lt;br /&gt;
&lt;em&gt; Updated: 'Display Mode' sample:&lt;br /&gt;
- Updated: increased array size in the function DisplayDevMode().&lt;br /&gt;
Problem was reported by Fajlx .&lt;br /&gt;
Contributed by Grigory Filatov&lt;br /&gt;
(see in folder \samples\Advanced\DisplayMode)&lt;/em&gt; Updated: 'System Information' sample: updated skin's handling.&lt;br /&gt;
Contributed by Grigory Filatov&lt;br /&gt;
(see in folder \samples\Applications\SysInfo)&lt;br /&gt;
* Updated: 'Sticky Notes' sample:&lt;br /&gt;
- Changed: command 'Do Events' was replaced with a function InkeyGui().&lt;br /&gt;
Based upon a contribution of Russian user SergKis.&lt;br /&gt;
Contributed by Grigory Filatov&lt;br /&gt;
(see in folder \samples\Applications\StickyNotes)&lt;/p&gt;
&lt;p&gt;It is a regularly scheduled monthly maintenance release.&lt;/p&gt;
&lt;p&gt;This release is considered stable and ready for production use.&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
With Best Regards,&lt;br /&gt;
Grigory Filatov&lt;br /&gt;
&lt;a class="alink" href="MiniGUI Team"&gt;[MiniGUI Team]&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Formigoni</dc:creator><pubDate>Wed, 23 Jan 2013 02:03:51 -0000</pubDate><guid>https://sourceforge.nete11309201b91ed2706f53285ae6086f4c372341a</guid></item><item><title>2009/05/31: HMGS-IDE- version 0.8.7 Published</title><link>https://sourceforge.net/p/hmgs-minigui/news/2007/12/20090531-hmgs-ide--version-087-published/</link><description>HMGS-IDE-2009-05-31: version 0.8.7 PUBLISHED
download sources from cvs or zip file from
http://hmgextended.com/files/HMGS-IDE/ide.zip
thanks
 Walter Formigoni</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Formigoni</dc:creator><pubDate>Thu, 19 Jul 2012 03:07:01 -0000</pubDate><guid>https://sourceforge.neta40e6a6f3ac9940d1baf08bb28378be2cb387245</guid></item><item><title>2009/06/02:  Build 68B  (HMG 1.6  Extended) Published</title><link>https://sourceforge.net/p/hmgs-minigui/news/2007/12/20090602--build-68b--hmg-16--extended-published/</link><description>Hello , to download 
http://downloads.sourceforge.net/hmgs-minigui/hmg-1.6-68b-setup.zip?download</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Formigoni</dc:creator><pubDate>Thu, 19 Jul 2012 03:07:01 -0000</pubDate><guid>https://sourceforge.net5229350ae9b746a9a6d88a44ba3f7e89b56b9f49</guid></item></channel></rss>