<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>wxFormBuilder</title>
	<link>http://wxformbuilder.org</link>
	<description>The OpenSource wxWidgets Designer, GUI Builder, and RAD Tool</description>
	<pubDate>Sun, 23 Aug 2009 14:18:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Nightly Beta with wxPython Code Generation</title>
		<link>http://wxformbuilder.org/?p=66</link>
		<comments>http://wxformbuilder.org/?p=66#comments</comments>
		<pubDate>Thu, 11 Jun 2009 16:43:24 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=66</guid>
		<description><![CDATA[Well it has been too long.   We have released a beta that has wxPython code generation. This has been a feature requested for quite some time. Please test the wxPython code generation and report any bug in the issue tracker. Grab it here. Enjoy.

]]></description>
			<content:encoded><![CDATA[<p>Well it has been too long. <img src='http://wxformbuilder.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  We have released a beta that has wxPython code generation. This has been a feature requested for quite some time. Please test the wxPython code generation and report any bug in the <a target="_blank" href="http://issues.wxformbuilder.org">issue tracker</a>. Grab it <a target="_blank" href="http://forum.wxformbuilder.org/index.php?topic=623.0">here</a>. Enjoy.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=66</wfw:commentRSS>
		</item>
		<item>
		<title>SourceForge Community Choice Awards</title>
		<link>http://wxformbuilder.org/?p=65</link>
		<comments>http://wxformbuilder.org/?p=65#comments</comments>
		<pubDate>Sat, 23 May 2009 19:15:25 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Misc</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=65</guid>
		<description><![CDATA[Hi everyone please take a moment and nominate your favourite GUI designer, wxFormBuilder, on SourceForge.




]]></description>
			<content:encoded><![CDATA[<p>Hi everyone please take a moment and nominate your favourite GUI designer, wxFormBuilder, on SourceForge.</p>
<p><a href="http://sourceforge.net/community/cca09/nominate/?project_name=wxFormBuilder&#038;project_url=http://wxformbuilder.sourceforge.net/"></p>
<div style="text-align: center"><img border="0" src="http://sourceforge.net/images/cca/cca_nominate.png" /></div>
<p></a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=65</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder v3.0 Released!</title>
		<link>http://wxformbuilder.org/?p=64</link>
		<comments>http://wxformbuilder.org/?p=64#comments</comments>
		<pubDate>Wed, 16 Apr 2008 03:05:27 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=64</guid>
		<description><![CDATA[After a year and a half we are proud to announce the official release of wxFormBuilder v3.0. wxFormBuilder is an open source WYSIWYG GUI design tool for wxWidgets. See the Features page for a small list of what wxFormBuilder has to offer. This is a large release that has many updates, added features, and bug [...]]]></description>
			<content:encoded><![CDATA[<p>After a year and a half we are proud to announce the official release of wxFormBuilder v3.0. wxFormBuilder is an open source WYSIWYG GUI design tool for wxWidgets. See the <a href="http://wxformbuilder.org/?page_id=21">Features page</a> for a small list of what wxFormBuilder has to offer. This is a large release that has many updates, added features, and bug fixes. The change log is huge so read it at your leisure. Thanks to all who helped test wxFormBuilder, we really appreciate it.</p>
<p>You can find downloads for your specific platform on the <a title="Get wxFormBuilder" href="http://wxformbuilder.org/?page_id=27">Downloads page</a>.</p>
<p>Enjoy.</p>
<p><strong>ChangeLog:</strong></p>
<p><em>04/15/2008 Version 3.00.57<br />
* FS#349 - &#8220;RC8 menu editor still generate incorect menu item code&#8221;<br />
* FS#345 - &#8220;Crash on Mac OS X when loading plugins&#8221;<br />
* Fixed crash on close when showing a propgrid from the wxAdditions plugin<br />
in the Designer window.<br />
* FS#351 - &#8220;Can&#8217;t edit choices if the &#8216;\&#8217; is used&#8221;</em></p>
<p><em>03/18/2008 Version 3.00.56 (RC8)<br />
* Added #include  to header file when using internationalization.<br />
* Custom control now inherits from wxWindow, to provide common properties.<br />
* FS#336 - &#8220;Incorrect ScrollBar Disconnection&#8221;<br />
* FS#310 - &#8220;FB should not try to disconnect event handlers in dialog/frame&#8217;s destructor.&#8221;<br />
This is now optional, see the &#8220;disconnect_events&#8221; property of the Project object.<br />
* FS#337 - &#8220;Incorrect Vertical Toolbar Rendering&#8221;<br />
* FS#328 - &#8220;Unknown style flag wxTE_BESTWRAP for wxTextCtrl&#8221;<br />
Removed the flag, it is the default, and #define&#8217;d to 0&#215;0000, so it was pointless anyway.<br />
* FS#339 - &#8220;wx/icon.h not included when using resource icons in wxToolBar&#8221;<br />
^ Removed the two project-level XRC properties, &#8220;bitmaps&#8221; and &#8220;icons&#8221;.<br />
These never worked properly, and wxFB is not the right place to enter that information,<br />
a standalone XRC file written with any text-editor would be much better.<br />
This was prompted by, and caused the closure of, these issues:<br />
FS#340 - &#8220;bitmap resources are unnamed, preventing use of wxXmlResource::Get()->LoadBitmap()&#8221;<br />
FS#329 - &#8220;XRC Properties - Follow on&#8221;<br />
* FS#324 - &#8220;[wxMac] Buttons on the component palette have a black background&#8221;</em></p>
<p><em>02/18/2008 Version 3.00.55 (RC7)<br />
* FS#319 - &#8220;Problems with Non-ASCII characters&#8221;<br />
* FS#318 - &#8220;wxChoice window_name not generated&#8221;<br />
* FS#314 - &#8220;wxListBox + Clicking on wxLC_VIRTUAL causes infinite loop&#8221;<br />
* FS#317 - &#8220;wxFB 3.0 RC6 doesn&#8217;t show wxStaticBitmap when added (? is shown)&#8221;</em></p>
<p><em>02/01/2008 Version 3.00.54 (RC6)<br />
* FS#308 - Bugs in non-interactive (-g) mode<br />
Note: stderr is not normally available on Windows for GUI apps.<br />
If -g is used, all logging goes to stderr and debug output.<br />
Either start the process with a pipe for stderr (most IDEs will do this<br />
for you), or use a Debug Viewer to watch the output.<br />
* FS#311 - wxFB 3.0 RC5 still generating incorrect wxMenu(item) code</em></p>
<p><em>01/15/2008 Version 3.00.53 (RC5)<br />
* Fixed missing C++ code generation for menu separators and menu item bitmaps.<br />
* FS#290 - &#8220;Toolbarseparator leads to crash if the Bitmapsize differs from default.&#8221;<br />
^ Improved refresh of selection inside a scrolled window.<br />
* Fixed crash on xrc generation for empty bitmap properties.<br />
* FS#295 - &#8220;SashGravity not exported in XRC&#8221;<br />
* FS#297 - &#8220;wxColourPicker not selectable on form&#8221;<br />
* FS#298 - &#8220;wxFontPickerCtrl not selectable on form&#8221;<br />
* FS#299 - &#8220;wxFilePickerCtrl not selectable on form&#8221;<br />
* FS#300 - &#8220;wxDirPickerCtrl not selectable on form&#8221;<br />
* FS#301 - &#8220;wxToggleButton value property not updated&#8221;<br />
* Fixed C++ generation of the wxToggleButton &#8220;value&#8221; property<br />
* FS#302 - &#8220;wxSpinCtrl initial property not updating&#8221;<br />
* FS#294 - &#8220;wxRadioBox not selectable on form&#8221;</em></p>
<p><em>12/17/2007 Version 3.00.52 (RC4-1)<br />
* Fixed application closing when double clicking on an .fpb file in Windows.<br />
* FS#288 - [OS X] Splash screen is truncated<br />
* FS#287 - Made wxFormBuilder compile on systems where wxStackWalker is not present<br />
* FS#289 - [OS X] Perform file associations on mac</em></p>
<p><em>12/14/2007 Version 3.00.51 (RC4)<br />
^ No longer creating a temporary file on disk for the XRC Preview.<br />
* FS#247 - &#8220;Invalid macro generated by wxFB.&#8221;<br />
* FS#248 - &#8220;Property choices of wxChoice: Strings with single quotes are truncated&#8221;<br />
This forced incrementing the .fbp version to 1.9<br />
* FS#249 - &#8220;Paste From Clipboard requires Administrator privileges on Vista&#8221;<br />
* FS#252 - &#8220;OnSize event bug in RC3 for wxPanel.&#8221;<br />
* FS#250 - &#8220;Image File Browser default filter should be &#8220;All Image Files&#8221;"<br />
* FS#251 - &#8220;UNC paths for images are not supported.&#8221;<br />
* FS#254 - &#8220;code duplicating.&#8221;<br />
+ FS#257 - &#8220;wxStaticBox inside a wxStaticBoxSizer lacks an id&#8221;<br />
* FS#261 - &#8220;wxMenuItem has no &#8216;permission&#8217; property&#8221;<br />
* FS#265 - &#8220;wxID_PREFERENCES should not be redefined&#8221;<br />
* FS#269 - &#8220;[OS X] menu items shown at wrong place in menu bar&#8221; (patch from Auria)<br />
* FS#263 - &#8220;Frame not resized correctly in designer when menubar/toolbar/statusbar present&#8221;<br />
* FS#267 - &#8220;[OS X] radio button groups cause crash&#8221;<br />
* FS#276 - &#8220;Creation of two event handlers with different protoypes&#8221; (patch from Joel Low)<br />
* FS#279 - &#8220;missing Append() for wxMenuItem&#8221; (patch from denk_mal)<br />
* FS#262 - &#8220;Centering of Frame/Dialog incorrect when frame/dialog size not pre-defined&#8221;<br />
* FS#258 - &#8220;wxRadioButton enabled value not respected&#8221; (patch from Joel Low)<br />
* FS#256 - &#8220;Gererating Inherited class in different folder output malformed code&#8221;<br />
* FS#268 - &#8220;[OS X] crashes upon termination&#8221; (patch from Auria)<br />
* FS#277 - &#8220;crash on using icon/bitmap resource&#8221;<br />
* FS#266 - &#8220;loading toolbar images from resource&#8221;<br />
* FS#259 - &#8220;Toolbar tools&#8217; icon code does not respect toolbar size&#8221;<br />
* FS#282 - &#8220;empty clipboard after closing wxformbuilder&#8221;<br />
* FS#285 - &#8220;Whitespace event handler causes bad code&#8221;<br />
* FS#283 - &#8220;possiblity to set the selection of a wxChoice&#8221;<br />
+ Added stack trace dialog on fatal error.</em></p>
<p><em>09/27/2007 Version 3.00.50 (RC3)<br />
* FS#234 - &#8220;wxFrame name parameter not available.&#8221;<br />
* Property values are no longer trimmed for whitespace when projects are loaded.<br />
* FS#235 - &#8220;Events don&#8217;t (always) get attached to the proper object.&#8221;<br />
^ Common Events are now shared by all controls.<br />
* Now clearing the dirty flag when all changes are undone.<br />
* Cleaned up the selection of objects on undo/redo.<br />
* FS#236 - &#8220;include path for XPM Data incorrect.&#8221;<br />
^ All paths are now generated with &#8216;/&#8217; as a separator.<br />
* Secondary bitmaps of wxBitmapButton are now only generated to XRC if they are used.<br />
* The &#8220;select&#8221; property of notebook pages now corresponds to &#8220;selected&#8221; in XRC.<br />
* Improved XRC import:<br />
- Sizers are inserted if necessary and possible.<br />
- Properties are now imported correctly where they used to fail in rare cases.<br />
- New and informative warnings if an object cannot be imported.<br />
* FS#57 - &#8220;Can&#8217;t add toolbar to non-frame containers.&#8221;<br />
* FS#238 - &#8220;Crash on Negative Number to growable* properties.&#8221;<br />
^ Auto sash positioning can now be disabled by setting /mainframe/AutoSash=0 in the config.<br />
^ Enabled live pane update when dragging sashes.<br />
* FS#239 - &#8220;button.h not included when adding StdDialogButtonSizer.&#8221;<br />
* On Windows, Ctrl+C did not copy text from code editor when an object was not selected.<br />
* FS#241 - &#8221; not included in generated header.&#8221;<br />
* Removed minimum size from code windows so the tabs and scrollbars no longer disappear as the window is shrinking.<br />
* FS#242 - &#8220;wxFB does not respect current working directory.&#8221;<br />
^ FS#246 - &#8220;Header file should be written to disk only if changed.&#8221;</em></p>
<p><em>09/06/2007 Version 3.00.49 (RC2)<br />
* wxStdDialogButtonSizer events now Connect() to the button, instead of the parent.<br />
* Fixed &#8220;default&#8221; property for wxButton and wxBitmapButton.<br />
* Fixed missing bitmap properties on wxBitmapButton.<br />
* Applied patch from Ho Yin Kwok to check if the clipboard is open before opening it.<br />
* Fixed hang if opened with a project of an older version.<br />
* Fixed the find dialog only working one time.<br />
* Fixed FS#230 - &#8220;Repainting issue with border drawn by wxFormBuilder&#8221;<br />
* The value of the &#8220;precompiled_header&#8221; property should now be the exact code to be<br />
generated at the top of the source file to support precompiled headers. For example,<br />
to include wxprec.h, the value of this property should be:  #include<br />
This forced a project version uprev to 1.8.<br />
This closes FS#232 - &#8220;Precompiled headers with Visual C++ 2005&#8243;.<br />
* Removed #include  from the generated header.</em></p>
<p><em>08/21/2007 Version 3.00.48 (RC1)<br />
+ FS#227 - &#8220;Custom control class name&#8221;<br />
+ Added wxGenericDirCtrl<br />
+ FS#173 - &#8220;Generate event handler stubs in Tools/Generate Inherited Class&#8221;</em></p>
<p><em>08/16/2007 Version 3.00.47 (Beta 3)<br />
+ FS#223 - &#8220;missing wxTextCtrl style&#8221;<br />
+ FS#222 - &#8220;Add an annoying dialog to the XRC Preview.&#8221;<br />
^ FS#116 - &#8220;Having property editor remember its expanded property groups.&#8221;<br />
^ FS#218 - &#8220;Having file dialogs remember their type-selection, e.g. *.png or *.bmp&#8221;<br />
^ Added &#8220;All image files&#8221; to the file type filter for the file browser for<br />
bitmap properties.<br />
* Switch to Code::Blocks splashscreen class to fix linux transparency.<br />
This resolves FS#224 - &#8220;Splashscreen problem in Linux&#8221;.<br />
* FS#225 - &#8220;Current Radio Button selection not saved to fbp or generated in code.&#8221;</em></p>
<p><em>07/27/2007 Version 3.00.46 (Beta 3)<br />
+ Added &#8220;column_sizes&#8221; and &#8220;row_sizes&#8221; properties to wxGrid.<br />
Resizing the columns/rows by dragging is the easiest way to use these.<br />
+ Added events to wxStdDialogButtonSizer.<br />
+ Added wxAuiNotebook.<br />
+ FS#214 - &#8220;Create icon for wxAuiNotebook&#8221;.<br />
^ Reorganized wxGrid properties.<br />
* Fixed FS#199 - &#8220;tooltips lost on XRC import&#8221;<br />
* Fixed import of &#8220;enabled&#8221;, &#8220;hidden&#8221;, and &#8220;subclass&#8221; properties.<br />
* Fixed &#8220;FS#208 - Error in generated OnUpdateUI event handler registration code.&#8221;<br />
* Fixed &#8220;Edit->Paste Object From Clipboard&#8221; was not enabled until the next selection.<br />
* Fixed  FS#216 - &#8220;missing header file for wxDatePickerCtrl&#8221;<br />
* Properties with floating-point values will be saved and generated using the decimal point,<br />
but user entry will use the separator (&#8217;.&#8217; or &#8216;,&#8217;) according to the locale settings.<br />
This closes &#8220;FS#203 - sashgravity -> float&#8221;.<br />
+ Added &#8220;FS#211 - Optimized code/xrc generation in preview editors&#8221;<br />
^ Massive font update.<br />
Default values for font properties are now allowed and encouraged.<br />
The &#8220;underline&#8221; and &#8220;family&#8221; subproperties are now recognized.<br />
Fixed FS#205 - &#8220;wxStaticText If you bold a font and then remove the bold, the size shows up wrong&#8221;<br />
Watch for bugs.<br />
^ Applied patch from ChrisBorgolte which removes the need for wx2.6 compatiblity mode.<br />
-wxTHICK_FRAME and wxNO_3D styles have been removed from wxDialog. The project conversion wizard<br />
will take appropriate action.<br />
^ Updated images in sample text in wxRichTextCtrl. This resolves FS#221.</em></p>
<p><em>06/13/2007 Version 3.00.45 (Beta 3)<br />
* Fixed FS#198 - &#8220;Wrong place of the ID in a wxHyperlinkCtrl.&#8221;<br />
+ Added support for context-sensitive help.<br />
To Use:<br />
Set the Project&#8217;s &#8220;help_provider&#8221; property to one of the help providers listed.<br />
Set the &#8220;context_help&#8221; wxWindow property on any widget.<br />
wxMSW: Use the wxDIALOG_EX_CONTEXTHELP extra style on the dialog or frame.<br />
Others: Add a wxContextHelpButton by using wxStdDialogButtonSizer.<br />
^ Updated the about dialog to include more details about the people involved in<br />
the project.</em></p>
<p><em>06-06-2007 Version 3.00.44 (Beta 3)<br />
* Fixed FS#193 - &#8220;Missing wxTE_PROCESS_ENTER in style of wxComboBox.&#8221;<br />
* Fixed FS#178 - &#8220;crash using toolbar&#8221;<br />
* Fixed sizeritem properties updating in property grid when modified via toolbar.<br />
+ Added FS#179 - &#8220;OnPaint for wxPanel.&#8221;<br />
+ Added wxStaticText::Wrap().<br />
+ Implemented FS#192 - &#8220;Add support for dynamic event handling via Connect() methods.&#8221;<br />
Connect() is now the default implementation of event handling.<br />
See the &#8220;event_generation&#8221; property of the Project object.<br />
+ Added CustomControl - This allows the user to generate arbitrary code for a<br />
control which is not yet fully supported by wxFormBuilder.<br />
^ Updated a bunch of icons. This completes the new theme in wxFormBuilder.<br />
+ Added wxHyperlinkCtrl.</em></p>
<p><em>05-29-2007 Version 3.00.43 (Beta 3)<br />
^ Updated to wxFlatNotebook 2.2 - building with wx2.6.x is no longer supported.<br />
All notebooks can now be configured by right-clicking in empty area of tab bar.<br />
* Fixed FS#190 - &#8220;annoying warning with wxTR_HIDE_ROOT in wxTreeCtrl&#8221;<br />
+ Implemented FS#185 - &#8220;Allowing access to wxStdDialogButtonSizer buttons.&#8221;<br />
+ Added many more properties to wxGrid.<br />
This includes FS#191 - &#8220;Editing wxGrid column properties in the designer.&#8221;<br />
* Fixed xrc import of sizeritem, stringlist properties, and wxStdDialogButtonSizer.<br />
This was a regresssion in version 3.00.40.</em></p>
<p><em>05-21-2007 Version 3.00.42 (Beta 3)<br />
+ Added Right-Click -> &#8220;Close Preview&#8221; to XRC Previews.<br />
Also much improved the effect of the ESC key in GTK.<br />
+ Added wxRichTextCtrl</em></p>
<p><em>05-11-2007 Version 3.00.41 (Beta 3)<br />
* Fixed FS#176 - &#8220;Dialog/Frame preview always displays all close/minimize/maximize buttons&#8221;<br />
Could probably still use some tweaking for the proper behavior in GTK.<br />
* Fixed FS#179 - &#8220;OnPaint for wxPanel&#8221;<br />
Moved the OnPaint and OnBackgroundErase events to the common events.<br />
* Fixed the wildly inefficient code for choosing the platform&#8217;s EOL character.<br />
Significantly improves code generation (to file) time for larger projects.</em></p>
<p><em>05-04-2007 Version 3.00.40 (Beta 3)<br />
+ Implemented FS#53 - &#8220;Copy/Paste between instances of wxFB&#8221;<br />
See &#8220;Copy Object To Clipboard&#8221; and &#8220;Paste Object from Clipboard&#8221; in the &#8220;Edit&#8221; menu.<br />
Note: You can copy an object from wxFB and paste it as xml wherever you can paste text.<br />
+ Implemented FS#129 - &#8220;Controling control alignment from the keyboard.&#8221;<br />
+ Implemented FS#135 - &#8220;Disabling the delete (Ctrl+D) option in the project&#8217;s popup menu.&#8221;<br />
^ Replaced all code using TiXml classes with ticpp classes.<br />
WARNING: Although this has been tested, it could cause unforseen bugs. Please report all strangeness.</em></p>
<p><em>04-30-2007 Version 3.00.39 (Beta 3)<br />
+ Implemented FS#110 - &#8220;Drag &#038; dropping objects in the Object Tree window.&#8221;<br />
Holding CTRL down will copy the object instead of moving it.<br />
+ Implemented FS#10 - &#8220;add support for sizers as member variables&#8221;<br />
* Fixed code generation for wxChoice, wxRadioBox, and wxCheckListBox for<br />
when the &#8220;choices&#8221; property is empty.</em></p>
<p><em>04-18-2007 Version 3.00.38 (Beta 3)<br />
^ Updated the program icon.<br />
* Fixed FS#169 — &#8220;About dialog box fails to open web browser for home page URL&#8221;<br />
* Fixed FS#171 — &#8220;Wrong string literal macro in generated headers<br />
for internationalized code generation&#8221;<br />
* Fixed FS#165 — &#8220;focus in wxNotebook always switches to the first panel after<br />
adding a widget/layout to another panel&#8221;<br />
* Fixed FS#166 — &#8220;Adding three tabs to tab control throws an error.&#8221;<br />
* Fixed FS#172 — &#8220;Event list for wxListCtrl shows &#8220;OnListCasheHint&#8221; instead of &#8220;OnListCacheHint&#8221;"<br />
* Fixed crash when closing the Find dialog with the Cancel button.<br />
* Fixed FS#167 — &#8220;&#8221;Object Properties&#8221; splitter position not remembered&#8221;</em></p>
<p><em>03-27-2007 Version 3.00.37 (Beta 3)<br />
+ Added mouse events to common events.<br />
+ Added wxEVT_ERASE_BACKGROUND to wxTopLevelWindow events.</em></p>
<p><em>03-26-2007 Version 3.00.36 (Beta 3)<br />
* Fixed FS#99 — &#8220;changes from menu editor remove all handlers.&#8221;<br />
^ Added a warning for unsupported properties.<br />
^ Moved all container controls to a new containers plug-in.<br />
^ Moved wxGrid to the &#8220;Additional&#8221; tab.<br />
^ Moved wxRadioButton to the &#8220;Common&#8221; tab.<br />
^ Moved wxPanel to the new &#8220;Containers&#8221; tab.<br />
^ Updated most of the &#8220;Additional&#8221; tabs icons.<br />
^ Reorganized the &#8220;Additional&#8221; tab.<br />
+ Added style wxLC_NO_SORT_HEADER to wxListCtrl.<br />
+ Added XRC support to wxFlatNotebook.<br />
+ Added wxFontPickerCtrl.<br />
+ Added wxFilePickerCtrl.<br />
+ Added wxDirPickerCtrl.<br />
+ Added OnIconize to wxTopLevelWindow events.</em></p>
<p><em>03-19-2007 Version 3.00.35 (Beta 3)<br />
+ Added wxColourPickerCtrl using source provided by vaius.</em></p>
<p><em>03-15-2007 Version 3.00.34 (Beta 3)<br />
+ Added extra_style property to xrc. This resolves FS#163.<br />
* Updated propgrid, which fixed FS#162 — &#8220;Changing font point<br />
size in properties panel causes font size to become huge.&#8221;<br />
^ Changed font size for xrc editor in gtk to match cpp editors.<br />
^ Editors no longer move horizontal scrollbar when generating.<br />
^ Added a mini wxFormBuilder used controls plug-in.<br />
It is disabled until a user downloads the wxAdditions plug-in<br />
from the website. (http://wxformbuilder.org/?page_id=30)<br />
^ Now using wxWidgets v2.8.2.</em></p>
<p><em>03-09-2007 Version 3.00.33 (Beta 3)<br />
+ Implemented FS#156 — &#8220;Ability to wrap generated code in namespace(s)&#8221;<br />
using patch supplied by kramar.<br />
+ Implemented FS#157 — &#8220;Ability to decorate the generated class with dll export&#8221;<br />
using patch supplied by kramar.<br />
+ Implemented FS#160 — &#8220;Support for namespaces for subclass forward declarations&#8221;<br />
using patch supplied by kramar.<br />
* Fixed FS#161 — &#8220;Tag of items in wxCheckListBox.&#8221;<br />
^ Moved declaration of menus and submenus to header file.</em></p>
<p><em>03-07-2007 Version 3.00.32 (Beta 3)<br />
^ New way to save propgrid values when using menu or toolbar items.<br />
Cleaner and cross-platform.</em></p>
<p><em>03-06-2007 Version 3.00.31 (Beta 3)<br />
* Fixed FS#149 — &#8220;Double question whether you want to save a project on exit.&#8221;<br />
* Fixed FS#148 — &#8220;Different generated C++ and XRC file names for unnamed projects.&#8221;<br />
* Fixed FS#154 — &#8220;Crash when adding a sizer.&#8221;<br />
* Fixed FS#147 — &#8220;Accepting new property values when clicking on a menu/toolbar item.&#8221;<br />
^ Implemented FS#138 — &#8220;Select the &#8216;next&#8217; control after deleting a control.&#8221;</em></p>
<p><em>03-05-2007 Version 3.00.30 (Beta 3)<br />
^ Implemented FS#130 — &#8220;Support for searching through XRC or C++ code.&#8221;</em></p>
<p><em>03-04-2007 Version 3.00.29 (Beta 3)<br />
+ FS#146 — &#8220;Displaying keyboard shortcuts in toolbar tooltip windows.&#8221;<br />
+ New keyboard shortcut for &#8216;New Project&#8217; Ctrl+N.<br />
^ Updated the keyboard shortcut for &#8216;Save As&#8217; from &#8220;F3&#8243; to &#8220;Ctrl-Shift+S&#8221;.<br />
^ Updated the keyboard shortcut for &#8216;Open&#8217; from &#8220;F2&#8243; to &#8220;Ctrl+O&#8221;.</em></p>
<p><em>03-03-2007 Version 3.00.28 (Beta 3)<br />
* Fixed FS#143 — &#8220;Silent code generation failure in case of an invalid project path.&#8221;<br />
This was a regression in Version 3.00.27.<br />
* Fixed FS#118 — &#8220;Code not regenerated on property changes.&#8221;<br />
* Fixed FS#119 — &#8220;Generating files should not force the code display control to scroll back to the top.&#8221;<br />
* Code in the visible panel is now regenerated on object removal and creation, project load, new project<br />
and event handler modification.<br />
* Fixed FS#144 - &#8220;Incorrectly generated C++ code when precompiled_header<br />
property was empty.&#8221;</em></p>
<p><em>03-02-2007 Version 3.00.27 (Beta 3)<br />
^ Implemented FS#142 — &#8220;set wxStaticline’s default value to wxEXPAND&#8221;<br />
^ Implemented FS#140 — &#8220;Better code generation selection implementation.&#8221;<br />
Always generate code to the visible panel.<br />
Added -l (language) command line option to specify languages to generate<br />
when generating from command line. Separate multiple languages with commas.</em></p>
<p><em>03-01-2007 Version 3.00.26 (Beta 3)<br />
* Fixed FS#136 — &#8220;Panel size doesn&#8217;t change properly when &#8217;size&#8217; is set to -1&#8243;<br />
* Fixed FS#137 — &#8220;Allow -1 for the &#8217;size&#8217; property if the minimum/maximum size is set.&#8221;<br />
* Fixed FS#113 — &#8220;Error when undoing cutting controls.&#8221;<br />
* Fixed FS#97 — &#8220;Menu items in XRC preview window involve wxFB functionality&#8221;<br />
^ Implemented FS#117 — &#8220;ESC should close the XRC preview form.&#8221;<br />
Note: This will never work on wxGTK because it does not set key events to frames or dialogs.</em></p>
<p><em>02-28-2007 Version 3.00.25 (Beta 3)<br />
* Fixed FS#100 — &#8220;Problem with the relative path of XPM&#8221;<br />
* Fixed FS#126 — &#8220;Splitter window control without a panel does not get redrawn correctly.&#8221;<br />
* Fixed FS#132 — &#8220;Splitter window control moves its sash unexpectedly at design time.&#8221;<br />
* Fixed spacer not displaying properly in most sizers.<br />
This was a regression in build 3.00.23.<br />
* Fixed FS#133 — &#8220;Error when moving between designer/C++/XRC tabs.&#8221;<br />
This was a regression in build 3.00.24.<br />
^ Now connecting an event handler to idle events for splitter windows to reliably<br />
set the initial sash position.</em></p>
<p><em>02-27-2007 Version 3.00.24 (Beta 3)<br />
* Fixed FS#131 — &#8220;Folder not getting released after saving a project into it.&#8221;<br />
* Fixed FS#114 — &#8220;Not being able to cut non-top-level sizers and paste them as top-level sizers.&#8221;<br />
* Fixed FS#124 — &#8220;Option to create a sizer around a control does not work on top-level sizers.&#8221;<br />
* Fixed FS#104 — &#8220;Editing XRC/C++ files should be disallowed completely or allowed to affect GUI properties.&#8221;<br />
* Fixed FS#127 — &#8220;Change &#8216;new&#8217; label to &#8216;new project&#8217;.&#8221;<br />
* Fixed FS#125 — &#8220;Buggy cut/paste of panels from splitter window controls.&#8221;</em></p>
<p><em>02-26-2007 Version 3.00.23 (Beta 3)<br />
+ Added wxGridBagSizer. This closes FS#58.<br />
Cannot use wxGBS as the first sizer in a form until the object model improves.<br />
^ Spacer now uses sizeritem, instead of being standalone.<br />
This forced a project version uprev to 1.6<br />
^ Converted all wxLogDebug to Debug::Print so __WXFB_DEBUG__ is used to<br />
determine whether or not to log.<br />
^ Improved precompiled header support.<br />
NOTE: You must now define WX_PRECOMP when compiling to use a precompiled header.</em></p>
<p><em>02-23-2007 Version 3.00.22 (Beta 3)<br />
+ Added most of the higher level events for wxTopLevelWindows and wxWindow.<br />
^ Updated the event layout and used event inhertitance to get common events<br />
throughout the controls.</em></p>
<p><em>02-22-2007 Version 3.00.21 (Beta 3)<br />
+ Added the &#8216;Additional&#8217; controls events.<br />
* Prevent event handler duplication when there are different event handlers<br />
with the same function (but it doesn&#8217;t check that the event class is the<br />
same).<br />
* Fixed FS#98 - Non-existing files are removed from the recent files list.<br />
+ Added wxEVT_UPDATE_UI event to all controls (if it has a sense).</em></p>
<p><em>02-18-2007 Version 3.00.20 (Beta 3)<br />
* Fixed FS#93 — &#8220;wxGrid -> Object type unknown in XRC.&#8221;<br />
* Fixed FS#94 — &#8220;Typo in code generation which includes .&#8221;<br />
* Fixed FS#96 — &#8220;No XRC for wxStdDialogButtonSizer.&#8221;<br />
* Added wxRadioBox label to XRC output.<br />
^ &#8220;View:XRC Window&#8221; now only generates the form that it will display.</em></p>
<p><em>02-12-2007 Version 3.00.19 (Beta 3)<br />
* Fixed FS#89 — &#8220;wxSpinCtrl cannot have negative min/max value.&#8221;<br />
* Fixed FS#90 — &#8220;Can&#8217;t change the source of a bitmap.&#8221;<br />
* Fixed FS#91 — &#8220;ID&#8217;s that start with &#8216;wx&#8217; are not properly generated.&#8221;<br />
* MainFrame is updated when a property is changed, even if the object<br />
doesn&#8217;t match with the selected object (i.e. sizeritem obj).<br />
^ wxFrame title bar color now using ActiveCaption.</em></p>
<p><em>02-01-2007  Version 3.00.18 (Beta 3)<br />
* Undo command of MoveHierarchy (move left) now restores the position of<br />
the object.<br />
* Fixed FS#86 — &#8220;Object-tree context-menu &#8220;Copy&#8221; command has no effect&#8221;<br />
+ Implemented FS#6 — &#8220;icons and bitmaps support&#8221;<br />
+ Implemented FS#87 — &#8220;Run as command-line compiler&#8221;</em></p>
<p><em>01-19-2007  Version 3.00.17 (Beta 2)<br />
* Fixed bug where dragging on created dialog statusbar was resizing the main<br />
application window.<br />
* Fixed FS#85 — &#8220;required wx/imagelist.h for wxListbook using image files.&#8221;<br />
with help from akira.<br />
* Fixed the &#8220;relative_path&#8221; and &#8220;internationalize&#8221; properties for code<br />
generated from the inner template of a macro. This resolves FS#83 and<br />
FS#84.<br />
^ Changed generation of &#8220;minimum_size&#8221; and &#8220;maximum_size&#8221; for wxFrame and<br />
wxDialog to using SetSizeHints.<br />
+ Added new &#8216;Generate Inherited Class&#8217; dialog.<br />
+ Added menu events.<br />
+ Added Toolbar tool events.</em></p>
<p><em>01-11-2007 Version 3.00.16 (Beta 2)<br />
* Improved tolerance of wxBitmap properties to old project files.<br />
This resolves FS#78.<br />
+ Added &#8220;kind&#8221; property to tools and added &#8220;tooltip&#8221; and &#8220;statusbar&#8221;<br />
properties to the generated XRC.<br />
This resovles FS#79 — &#8220;Toggle buttons on toolbar.&#8221;<br />
^ Updated the splash screen again.</em></p>
<p><em>01-09-2007 Version 3.00.15 (Beta 2)<br />
+ Added new splash screen.<br />
* Fixed a focus bug that crashed when adding a sizer in certain container<br />
widgets.</em></p>
<p><em>01-04-2007 Version 3.00.14 (Beta 2)<br />
+ Added all known events to the common tab.<br />
+ Added descriptions of the subproperties for bitmap properties<br />
+ Added support for using the non-default editors in the property grid.<br />
Just add &#8216;editor=&#8221;Name&#8221;&#8216; to your xml element for the property.<br />
+ Added a warning about the removal of the &#8220;user_headers&#8221; property during<br />
the project import process.<br />
+ The selection border can be drawn even when it extends beyond the edge of<br />
the inner content panel.<br />
+ Catching left clicks on the title bar of innerframe in order to select it.<br />
+ Added wxSL_BOTH style flag to wxSlider.<br />
+ Added encoding check for all loaded xml files. The means that the xml files<br />
must have a declaration, and the encoding must be UTF-8. If it is not, wxFB<br />
will offer to convert the file, from a user chosen original encoding. This<br />
resolves FS#69.<br />
+ Add the .fbp extension when saving if none is chosen. (this is really only<br />
an linux issue)<br />
+ Added a shortcut to the &#8220;XRC Window&#8221; menu item.<br />
+ Added property to skip frame&#8217;s main sizer generation in certain cases for xrc code<br />
* Now using ints instead of uints for min, max, and val on wxSlider.<br />
* Now remembering right splitter size in classic gui.<br />
* Fixed wxSlider XRC generation for the minValue and maxValue properties.<br />
* Status bar now stays on the bottom of the frame even when the sizer is empty.<br />
- Removed SetVendorName, it just added a level to the hierarchy in the windows<br />
registry.<br />
^ Single Instance Stuff:<br />
Prefixed lockfiles with &#8216;.&#8217; so they are hidden.<br />
Switched using &#8220;localhost&#8221; to &#8220;127.0.0.1&#8243;, &#8220;localhost&#8221; was not working for me.<br />
Added a status bar message in the second instance when the first instance<br />
is brought to the front.<br />
Moved single instance stuff to wxfbipc.cpp/h.<br />
^ General innerframe rendering updates.</em></p>
<p><em>12-22-2006 Version 3.00.13 (Beta 2)<br />
* Now generating all empty strings as wxEmptyString. This resolves FS#52.<br />
* wxRadioBox can now use internationalization on its label, too.<br />
This resolves FS#50.<br />
* Generation of Microsoft BOM on UTF-8 files is now disabled on<br />
platforms other than WXMSW. This resolves FS#46.<br />
* Fixed crash when editing the value of a wxTextCtrl in the designer,<br />
under certain conditions. This resolves FS#45.</em></p>
<p><em>12-8-2006 Version 3.00.12 (Beta 2)<br />
* Fixed problems with paths including non-English characters.<br />
wxFB can now be installed to such paths, as well as open/save projects,<br />
generate code, and import xrc files. This resolves FS#49.<br />
* Now only allowing one choice for non_flexible_grow_mode and for<br />
flexible_direction on wxFlexGridSizer. This resolves FS#56.</em></p>
<p><em>12-4-2006 Version 3.00.11 (Beta 2)<br />
* Now generating user_headers include statements above the generated<br />
header include. This resolves FS#55.<br />
* Fixed FS#51 — &#8220;notebook-like objects errors while they are included into each other&#8221;<br />
* Fixed FS#59 — &#8220;wxCheckListBox: incorrect class name in XRC&#8221;<br />
* Fixed  FS#62 — &#8220;Sub-Classing top level items doesn&#8217;t work.&#8221;<br />
This was a big change. The subclass property is now a parent property with two<br />
children: name and header. The name is the subclass name, and header is the<br />
header to include so that the subclass is defined while building. The header<br />
is placed into the correct generated file depending on whether a form or control<br />
is being subclassed. This removes most of the purposed of the &#8220;user_headers&#8221;<br />
property, so it has been removed. A &#8220;precompiled_header&#8221; property was added,<br />
with default value of &#8220;wx/wxprec.h&#8221;. This fix necessitated the creation of a &#8220;parent&#8221;<br />
property type, of which &#8220;subclass&#8221; is the only example. More information on parent<br />
properties will soon be added to the wiki.</em></p>
<p><em>11-15-2006 Version 3.00.10 (Beta 2)<br />
* Fixed FS#63 — &#8220;Size/minimum-size is not working.&#8221;<br />
* Fixed FS#60 — &#8220;wxFlexGridSizer vgap/hgap if empty they get generated empty.&#8221;<br />
This was actually a bug with most numerical properties. Added a &#8220;uint&#8221; property<br />
type to solve this. Most numerical properties are now unsigned integers, so the<br />
property grid will not let it remain blank, and negative numbers are not accepted.<br />
This approach is good because it is clear to the user what will happen when the<br />
code is generated.<br />
* Fixed FS#66 — &#8220;Adding common controls to toolbar.&#8221;<br />
* Fixed FS#65 — &#8220;Unfriendly object tree.&#8221;<br />
* Implemented FS#68 — &#8220;Smart enable/disable of toolbar items.&#8221;<br />
This was already mostly done. Just needed to enable/disable the appropriate alignment<br />
buttons for wxBoxSizer and wxStaticBoxSizer.</em></p>
<p><em>10-30-2006 Version 3.00.09 (Beta 2)<br />
* Fixed moving left, right, and into a new wxBoxSizer for spacers.<br />
* Fixed FS#72 — &#8220;When editing a property in the property grid, it is lost when you click away.&#8221;<br />
* Fixed FS#73 — &#8220;Toolbar tools not selecting the object in the object tree.&#8221;<br />
* Fixed FS#71 — &#8220;wxSplitter window sashpos not being set.&#8221;</em></p>
<p><em>10-27-2006 Version 3.00.08 (Beta 2)<br />
* ID_DEFAULT is no longer defined when not used.<br />
* Ids beginning with &#8220;wxID_&#8221; are no longer defined, this is to avoid redefining<br />
wxWidgets special identifiers.<br />
* Ids for forms now use the &#8220;id&#8221; property instead of being hardcoded to -1.<br />
* Fixed wxSlider XRC generation for the minValue and maxValue properties.</em></p>
<p><em>10-26-2006 Version 3.00.07 (Beta 2)<br />
^ wxID_ANY is now the default id.<br />
^ Object tree now saves its state.<br />
^ Object tree now also scrolls horizontally when selecting an object.<br />
^ Added class name and line to error message for unknown classes when importing xrc.<br />
^ Improved both C++ and XRC code generation for wxSplitterWindow.</em></p>
<p><em>10-25-2006 Version 3.00.06 (Beta 2)<br />
^ Implemented FS#26 — &#8220;Chronological id creation.&#8221;<br />
+ Added support for using wxSplitterWindow with only one child.<br />
+ Added min_pane_size and sashsize properties to wxSplitterWindow.<br />
+ Added maximum size property to wxWindow properties.</em></p>
<p><em>10-20-2006 Version 3.00.05 (Beta 2)<br />
+ Implemented FS#48 — &#8220;Improve error notification when a plugin is missing.&#8221;<br />
If widgets are missing, the project will not load at all.<br />
+ Added a boolean &#8220;xrc_skip_sizer&#8221; property to Frame. The default is value is true.<br />
When true, the main sizer of the frame will not be generated in XRC, if the sizer<br />
only has one child. This is a workaround for a wx bug that ignores the &#8220;size&#8221;<br />
property of the frame if it has a sizer. This resolves FS#74.<br />
+ Added encoding check for all loaded xml files.</em></p>
<p><em>10-13-2006 Version 3.00.04 (Beta 1)<br />
* Fixed visual editor for subpanels.<br />
* Fixed circular subclassing. This resolves FS#32.<br />
* Fixed Alt-Tab icon. This resolves FS#34.<br />
^ Now limiting to a single instance of wxFB per project file. The resolves FS#31.</em></p>
<p><em>10-08-2006 Version 3.00.03 (Beta 1)<br />
* Fixed wxWindow settings code generation.</em></p>
<p><em>10-07-2006 Version 3.00.02 (Beta 1)<br />
* Fixed generation bugs in submenu and wxCheckList (now wxCheckListBox)<br />
These were caused by subclass in version 2.00.75. This closes FS#20.<br />
* Changed title of save dialog box from &#8220;Open Project&#8221; to &#8220;Save Project&#8221;<br />
This closes FS#18.<br />
* Fixed xrc generation of static bitmap using patch supplied by henrique.<br />
This closes FS#16<br />
* Added subclassing on forms. This closes FS#21.<br />
* Fixed C++ output of value property for wxGauge.<br />
+ Added center property for wxDialog and wxFrame. This closes FS#17.<br />
+ Individual directories for each plug-in.<br />
+ Toolbar separators. This closes FS#11.<br />
+ Possibility to group plugin components with toolbar separators.<br />
^ Premake script for sdk projects.<br />
^ Renamed contrib to wxAddition plug-in.<br />
^ Palette now remembers tab order.<br />
^ Major ripup/redesign of the plugin interface.<br />
~ Plugin directory out of src.<br />
~ wxAdditions plug-in to the wxAdditions repository.</em><em><br />
</em></p>
<hr />Legend: ‘+’ = Addition, ‘*’ = Bug Fix, ‘-‘ = Removed, ‘~’ = Move, ‘^’ = Updated
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=64</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder v3.0 - RC8 Released</title>
		<link>http://wxformbuilder.org/?p=63</link>
		<comments>http://wxformbuilder.org/?p=63#comments</comments>
		<pubDate>Wed, 19 Mar 2008 03:01:31 +0000</pubDate>
		<dc:creator>rjmyst3</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=63</guid>
		<description><![CDATA[We are proud to announce another release candidate of wxFormBuilder v3.0. We really appreciate all the users that have been reporting bugs, so please continue. Please test this release and post any problems or concerns on the forum. wxFormBuilder is now feature frozen until the official release comes out. Only bug fixes will be added. [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce another release candidate of wxFormBuilder v3.0. We really appreciate all the users that have been reporting bugs, so please continue. Please test this release and post any problems or concerns on the <a target="_blank" href="http://forum.wxformbuilder.org">forum</a>. wxFormBuilder is now feature frozen until the official release comes out. Only bug fixes will be added. This release focuses on bug fixes. Here are the changes:<br />
<strong>ChangeLog:</strong></p>
<p><em>03/18/2008 Version 3.00.56 (RC8)<br />
* Added #include  to header file when using internationalization.<br />
* Custom control now inherits from wxWindow, to provide common properties.<br />
* FS#336 - &#8220;Incorrect ScrollBar Disconnection&#8221;<br />
* FS#310 - &#8220;FB should not try to disconnect event handlers in dialog/frame&#8217;s destructor.&#8221;<br />
This is now optional, see the &#8220;disconnect_events&#8221; property of the Project object.<br />
* FS#337 - &#8220;Incorrect Vertical Toolbar Rendering&#8221;<br />
* FS#328 - &#8220;Unknown style flag wxTE_BESTWRAP for wxTextCtrl&#8221;<br />
Removed the flag, it is the default, and #define&#8217;d to 0&#215;0000, so it was pointless anyway.<br />
* FS#339 - &#8220;wx/icon.h not included when using resource icons in wxToolBar&#8221;<br />
^ Removed the two project-level XRC properties, &#8220;bitmaps&#8221; and &#8220;icons&#8221;.<br />
These never worked properly, and wxFB is not the right place to enter that information,<br />
a standalone XRC file written with any text-editor would be much better.<br />
This was prompted by, and caused the closure of, these issues:<br />
FS#340 - &#8220;bitmap resources are unnamed, preventing use of wxXmlResource::Get()->LoadBitmap()&#8221;<br />
FS#329 - &#8220;XRC Properties - Follow on&#8221;<br />
* FS#324 - &#8220;[wxMac] Buttons on the component palette have a black background&#8221;</em><em><br />
</em></p>
<hr />Legend: ‘+’ = Addition, ‘*’ = Bug Fix, ‘-‘ = Removed, ‘~’ = Move, ‘^’ = Updated
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=63</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder v3.0 - RC7 Released</title>
		<link>http://wxformbuilder.org/?p=62</link>
		<comments>http://wxformbuilder.org/?p=62#comments</comments>
		<pubDate>Thu, 21 Feb 2008 22:21:57 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=62</guid>
		<description><![CDATA[We are proud to announce another release candidate of wxFormBuilder v3.0. We really appreciate all the users that have been reporting bugs, so please continue. Please test this release and post any problems or concerns on the forum. wxFormBuilder is now feature frozen until the official release comes out. Only bug fixes will be added. [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce another release candidate of wxFormBuilder v3.0. We really appreciate all the users that have been reporting bugs, so please continue. Please test this release and post any problems or concerns on the <a target="_blank" href="http://forum.wxformbuilder.org">forum</a>. wxFormBuilder is now feature frozen until the official release comes out. Only bug fixes will be added. This release focuses on bug fixes. Here are the changes:<br />
<strong>ChangeLog:</strong></p>
<p><em>02/18/2008 Version 3.00.55 (RC7)<br />
* FS#319 - &#8220;Problems with Non-ASCII characters&#8221;<br />
* FS#318 - &#8220;wxChoice window_name not generated&#8221;<br />
* FS#314 - &#8220;wxListBox + Clicking on wxLC_VIRTUAL causes infinite loop&#8221;<br />
* FS#317 - &#8220;wxFB 3.0 RC6 doesn&#8217;t show wxStaticBitmap when added (? is shown)<br />
</em></p>
<hr />Legend: ‘+’ = Addition, ‘*’ = Bug Fix, ‘-‘ = Removed, ‘~’ = Move, ‘^’ = Updated
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=62</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder v3.0 - RC6 Released</title>
		<link>http://wxformbuilder.org/?p=61</link>
		<comments>http://wxformbuilder.org/?p=61#comments</comments>
		<pubDate>Fri, 01 Feb 2008 17:48:40 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=61</guid>
		<description><![CDATA[We are proud to announce another release candidate of wxFormBuilder v3.0. We really appreciate all the users that have been reporting bugs, so please continue. Please test this release and post any problems or concerns on the forum. wxFormBuilder is now feature frozen until the official release comes out. Only bug fixes will be added. [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce another release candidate of wxFormBuilder v3.0. We really appreciate all the users that have been reporting bugs, so please continue. Please test this release and post any problems or concerns on the <a target="_blank" href="http://forum.wxformbuilder.org">forum</a>. wxFormBuilder is now feature frozen until the official release comes out. Only bug fixes will be added. This release focuses on bug fixes. Here are the changes:<br />
<strong>ChangeLog:</strong></p>
<p><em>02/01/2008 Version 3.00.54 (RC6)<br />
* FS#308 - Bugs in non-interactive (-g) mode<br />
<strong>Note:</strong> stderr is not normally available on Windows for GUI apps. If -g is used, all logging goes to stderr and debug output. Either start the process with a pipe for stderr (most IDEs will do this for you), or use a Debug Viewer to watch the output.<br />
* FS#311 - wxFB 3.0 RC5 still generating incorrect wxMenu(item) code</em></p>
<hr />Legend: ‘+’ = Addition, ‘*’ = Bug Fix, ‘-‘ = Removed, ‘~’ = Move, ‘^’ = Updated
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=61</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder v3.0 - RC5 Released</title>
		<link>http://wxformbuilder.org/?p=60</link>
		<comments>http://wxformbuilder.org/?p=60#comments</comments>
		<pubDate>Fri, 18 Jan 2008 19:07:01 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=60</guid>
		<description><![CDATA[We are proud to announce another release candidate of wxFormBuilder v3.0. We really appreciate all the users that have been reporting bugs, so please continue. Please test this release and post any problems or concerns on the forum. wxFormBuilder is now feature frozen until the official release comes out. Only bug fixes will be added. [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce another release candidate of wxFormBuilder v3.0. We really appreciate all the users that have been reporting bugs, so please continue. Please test this release and post any problems or concerns on the <a target="_blank" href="http://forum.wxformbuilder.org">forum</a>. wxFormBuilder is now feature frozen until the official release comes out. Only bug fixes will be added. This release focuses on bug fixes. Here are the changes:<br />
<strong>ChangeLog:</strong></p>
<p><em>01/15/2008 Version 3.00.53 (RC5)<br />
* Fixed missing C++ code generation for menu separators and menu item bitmaps.<br />
* FS#290 - &#8220;Toolbarseparator leads to crash if the Bitmapsize differs from default.&#8221;<br />
^ Improved refresh of selection inside a scrolled window.<br />
* Fixed crash on xrc generation for empty bitmap properties.<br />
* FS#295 - &#8220;SashGravity not exported in XRC&#8221;<br />
* FS#297 - &#8220;wxColourPicker not selectable on form&#8221;<br />
* FS#298 - &#8220;wxFontPickerCtrl not selectable on form&#8221;<br />
* FS#299 - &#8220;wxFilePickerCtrl not selectable on form&#8221;<br />
* FS#300 - &#8220;wxDirPickerCtrl not selectable on form&#8221;<br />
* FS#301 - &#8220;wxToggleButton value property not updated&#8221;<br />
* Fixed C++ generation of the wxToggleButton &#8220;value&#8221; property<br />
* FS#302 - &#8220;wxSpinCtrl initial property not updating&#8221;<br />
* FS#294 - &#8220;wxRadioBox not selectable on form&#8221;</em></p>
<hr />Legend: ‘+’ = Addition, ‘*’ = Bug Fix, ‘-‘ = Removed, ‘~’ = Move, ‘^’ = Updated
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=60</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder v3.0 - RC4 Released</title>
		<link>http://wxformbuilder.org/?p=59</link>
		<comments>http://wxformbuilder.org/?p=59#comments</comments>
		<pubDate>Mon, 17 Dec 2007 17:46:18 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=59</guid>
		<description><![CDATA[We are proud to announce another release of wxFormBuilder v3.0 before it goes officially stable. We really appreciate all the users that have been reporting bugs, so please continue. Please test this release and post any problems or concerns on the forum. wxFormBuilder is now feature frozen until the official release comes out. Only bug [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce another release of wxFormBuilder v3.0 before it goes officially stable. We really appreciate all the users that have been reporting bugs, so please continue. Please test this release and post any problems or concerns on the <a target="_blank" href="http://forum.wxformbuilder.org">forum</a>. wxFormBuilder is now feature frozen until the official release comes out. Only bug fixes will be added. This release focuses on bug fixes. Here are the changes:<br />
<strong>ChangeLog:</strong></p>
<p>12/17/2007 Version 3.00.52 (RC4-1)</p>
<ul>
<li>Fixed application closing when double clicking on an .fpb file in Windows.</li>
<li>FS#288 - [OS X] Splash screen is truncated</li>
<li>FS#287 - Made wxFormBuilder compile on systems where wxStackWalker is not present</li>
<li>FS#289 - [OS X] Perform file associations on mac</li>
</ul>
<p>12/14/2007 Version 3.00.51 (RC4)</p>
<ul>
<li>No longer creating a temporary file on disk for the XRC Preview.</li>
<li>FS#247 - &#8220;Invalid macro generated by wxFB.&#8221;</li>
<li>FS#248 - &#8220;Property choices of wxChoice: Strings with single quotes are truncated&#8221;<br />
This forced incrementing the .fbp version to 1.9</li>
<li>FS#249 - &#8220;Paste From Clipboard requires Administrator privileges on Vista&#8221;</li>
<li>FS#252 - &#8220;OnSize event bug in RC3 for wxPanel.&#8221;</li>
<li>FS#250 - &#8220;Image File Browser default filter should be &#8220;All Image Files&#8221;"</li>
<li>FS#251 - &#8220;UNC paths for images are not supported.&#8221;</li>
<li>FS#254 - &#8220;code duplicating.&#8221;</li>
<li>FS#257 - &#8220;wxStaticBox inside a wxStaticBoxSizer lacks an id&#8221;</li>
<li>FS#261 - &#8220;wxMenuItem has no &#8216;permission&#8217; property&#8221;</li>
<li>FS#265 - &#8220;wxID_PREFERENCES should not be redefined&#8221;</li>
<li>FS#269 - &#8220;[OS X] menu items shown at wrong place in menu bar&#8221; (patch from Auria)</li>
<li>FS#263 - &#8220;Frame not resized correctly in designer when menubar/toolbar/statusbar present&#8221;</li>
<li>FS#267 - &#8220;[OS X] radio button groups cause crash&#8221;</li>
<li>FS#276 - &#8220;Creation of two event handlers with different protoypes&#8221; (patch from Joel Low)</li>
<li>FS#279 - &#8220;missing Append() for wxMenuItem&#8221; (patch from denk_mal)</li>
<li>FS#262 - &#8220;Centering of Frame/Dialog incorrect when frame/dialog size not pre-defined&#8221;</li>
<li>FS#258 - &#8220;wxRadioButton enabled value not respected&#8221; (patch from Joel Low)</li>
<li>FS#256 - &#8220;Gererating Inherited class in different folder output malformed code&#8221;</li>
<li>FS#268 - &#8220;[OS X] crashes upon termination&#8221; (patch from Auria)</li>
<li>FS#277 - &#8220;crash on using icon/bitmap resource&#8221;</li>
<li>FS#266 - &#8220;loading toolbar images from resource&#8221;</li>
<li>FS#259 - &#8220;Toolbar tools&#8217; icon code does not respect toolbar size&#8221;</li>
<li>FS#282 - &#8220;empty clipboard after closing wxformbuilder&#8221;</li>
<li>FS#285 - &#8220;Whitespace event handler causes bad code&#8221;</li>
<li>FS#283 - &#8220;possiblity to set the selection of a wxChoice&#8221;</li>
<li>Added stack trace dialog on fatal error</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=59</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder article published in Linux Magazine</title>
		<link>http://wxformbuilder.org/?p=58</link>
		<comments>http://wxformbuilder.org/?p=58#comments</comments>
		<pubDate>Tue, 16 Oct 2007 14:51:14 +0000</pubDate>
		<dc:creator>jahurtado</dc:creator>
		
	<category>Misc</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=58</guid>
		<description><![CDATA[
We are proud to announce the first official article published about wxFormBuilder in a magazine.  The Spanish Edition of Linux Magazine has been kind enough to publish an article written by, José Antonio Hurtado, the project&#8217;s creator. It&#8217;s written in Spanish and it will be available for free download in a few months. You [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><a class="imagelink" title="Linux-Magazine Cover" href="http://wxformbuilder.org/wp-content/uploads/lmcover.jpg"><img id="image57" alt="Linux-Magazine Cover" src="http://wxformbuilder.org/wp-content/uploads/lmcover.thumbnail.jpg" /></a></p>
<p>We are proud to announce the first official article published about wxFormBuilder in a magazine.  The Spanish Edition of Linux Magazine has been kind enough to publish an article written by, José Antonio Hurtado, the project&#8217;s creator. It&#8217;s written in Spanish and it will be available for free download in a few months. You can find details about the article here:</p>
<p><span class="q"><a target="_blank" onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.linux-magazine.es/issue/31">http://www.linux-magazine.es/issue/31</a></span>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=58</wfw:commentRSS>
		</item>
		<item>
		<title>Mac OS X Build Available</title>
		<link>http://wxformbuilder.org/?p=56</link>
		<comments>http://wxformbuilder.org/?p=56#comments</comments>
		<pubDate>Tue, 02 Oct 2007 12:05:31 +0000</pubDate>
		<dc:creator>rjmyst3</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=56</guid>
		<description><![CDATA[Guilherme Flach has been kind enough to help us fix our code so that it compiles on Mac OS X. He compiled a binary and posted it for us to distribute. You can find it on the Downloads page.
We are very excited about this, we would love to begin officially supporting Mac. We just need [...]]]></description>
			<content:encoded><![CDATA[<p>Guilherme Flach has been kind enough to help us fix our code so that it compiles on Mac OS X. He compiled a binary and posted it for us to distribute. You can find it on the <a href="http://wxformbuilder.org/?page_id=27">Downloads</a> page.</p>
<p>We are very excited about this, we would love to begin officially supporting Mac. We just need volunteers to help with testing/building on Mac. If anyone is interested, please contact us.<br />
You can find more discussion about this build on the <a href="http://forum.wxformbuilder.org/index.php?topic=324.msg1366#msg1366">forum</a>.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=56</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder v3.0 - RC3 Released</title>
		<link>http://wxformbuilder.org/?p=55</link>
		<comments>http://wxformbuilder.org/?p=55#comments</comments>
		<pubDate>Thu, 27 Sep 2007 17:43:06 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=55</guid>
		<description><![CDATA[We are proud to announce the another release of wxFormBuilder v3.0 before it goes officially stable. We really appreciate all the users that have been reporting bugs, so please continue. Please test this release and post any problems or concerns on the forum. wxFormBuilder is now feature frozen until the official release comes out. Only [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce the another release of wxFormBuilder v3.0 before it goes officially stable. We really appreciate all the users that have been reporting bugs, so please continue. Please test this release and post any problems or concerns on the <a target="_blank" href="http://forum.wxformbuilder.org">forum</a>. wxFormBuilder is now feature frozen until the official release comes out. Only bug fixes will be added. This release focuses on bug fixes. Here are the changes:</p>
<p><strong>ChangeLog:</strong></p>
<p>09/27/2007 Version 3.00.50 (RC3)</p>
<ul>
<li>FS#234 - &#8220;wxFrame name parameter not available.&#8221;</li>
<li>Property values are no longer trimmed for whitespace when projects are loaded.</li>
<li>FS#235 - &#8220;Events don&#8217;t (always) get attached to the proper object.&#8221;</li>
<li>Common Events are now shared by all controls.</li>
<li>Now clearing the dirty flag when all changes are undone.</li>
<li>Cleaned up the selection of objects on undo/redo.</li>
<li>FS#236 - &#8220;include path for XPM Data incorrect.&#8221;</li>
<li>All paths are now generated with &#8216;/&#8217; as a separator.</li>
<li>Secondary bitmaps of wxBitmapButton are now only generated to XRC if they are used.</li>
<li>The &#8220;select&#8221; property of notebook pages now corresponds to &#8220;selected&#8221; in XRC.</li>
<li>Improved XRC import:</li>
<ul>
<li>Sizers are inserted if necessary and possible.</li>
<li>Properties are now imported correctly where they used to fail in rare cases.</li>
<li>New and informative warnings if an object cannot be imported.</li>
</ul>
<li>FS#57 - &#8220;Can&#8217;t add toolbar to non-frame containers.&#8221;</li>
<li>FS#238 - &#8220;Crash on Negative Number to growable* properties.&#8221;</li>
<li>Auto sash positioning can now be disabled by setting /mainframe/AutoSash=0 in the config.</li>
<li>Enabled live pane update when dragging sashes.</li>
<li>FS#239 - &#8220;button.h not included when adding StdDialogButtonSizer.&#8221;</li>
<li>On Windows, Ctrl+C did not copy text from code editor when an object was not selected.</li>
<li>FS#241 - &#8221; not included in generated header.&#8221;</li>
<li>Removed minimum size from code windows so the tabs and scrollbars no longer disappear as the window is shrinking.</li>
<li>FS#242 - &#8220;wxFB does not respect current working directory.&#8221;</li>
<li>FS#246 - &#8220;Header file should be written to disk only if changed.&#8221;</li>
</ul>
<p><strong> WARNING:</strong> This is beta software. Use at your own risk. It will uninstall any old versions of wxFormBuilder. Checkout the <a href="http://wxformbuilder.org/?page_id=27">Downloads</a> page for details.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=55</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder v3.0 - RC2 Released</title>
		<link>http://wxformbuilder.org/?p=54</link>
		<comments>http://wxformbuilder.org/?p=54#comments</comments>
		<pubDate>Thu, 06 Sep 2007 20:09:47 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=54</guid>
		<description><![CDATA[We are proud to announce the another release of wxFormBuilder v3.0 before it goes officially stable. Please test this release and post any problems or concerns on the forum. wxFormBuilder is now feature frozen until the official release comes out. Only bug fixes will be added. This release focuses on bug fixes. Here are the [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce the another release of wxFormBuilder v3.0 before it goes officially stable. Please test this release and post any problems or concerns on the <a target="_blank" href="http://forum.wxformbuilder.org">forum</a>. wxFormBuilder is now feature frozen until the official release comes out. Only bug fixes will be added. This release focuses on bug fixes. Here are the changes:</p>
<p><strong>ChangeLog:</strong><br />
09/06/2007 Version 3.00.49 (RC2)</p>
<ul>
<li>wxStdDialogButtonSizer events now Connect() to the button, instead of the parent.</li>
<li>Fixed &#8220;default&#8221; property for wxButton and wxBitmapButton.</li>
<li>Fixed missing bitmap properties on wxBitmapButton.</li>
<li>Applied patch from Ho Yin Kwok to check if the clipboard is open before opening it.</li>
<li>Fixed hang if opened with a project of an older version.</li>
<li>Fixed the find dialog only working one time.</li>
<li>Fixed FS#230 - &#8220;Repainting issue with border drawn by wxFormBuilder&#8221;</li>
<li>The value of the &#8220;precompiled_header&#8221; property should now be the exact code to be generated at the top of the source file to support precompiled headers. For example, to include wxprec.h, the value of this property should be:  #include <wx/wxprec.h><br />
This forced a project version uprev to 1.8.<br />
This closes FS#232 - &#8220;Precompiled headers with Visual C++ 2005&#8243;.</li>
<li>Removed #include <wx/wx.h> from the generated header.</li>
</ul>
<p><strong> WARNING:</strong> This is beta software. Use at your own risk. It will uninstall any old versions of wxFormBuilder. Checkout the <a href="http://wxformbuilder.org/?page_id=27">Downloads</a> page for details.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=54</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder v3.0 - RC1 Released</title>
		<link>http://wxformbuilder.org/?p=53</link>
		<comments>http://wxformbuilder.org/?p=53#comments</comments>
		<pubDate>Tue, 21 Aug 2007 18:45:48 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=53</guid>
		<description><![CDATA[We are proud to announce the another release of wxFormBuilder v3.0 before it goes officially stable. In about two weeks we are planning on releasing wxFormBuilder v3.0 stable, so please test this release and post any problems or concerns on the forum. wxFormBuilder is now feature frozen until the official release comes out. Only bug [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce the another release of wxFormBuilder v3.0 before it goes officially stable. In about two weeks we are planning on releasing wxFormBuilder v3.0 stable, so please test this release and post any problems or concerns on the <a target="_blank" href="http://forum.wxformbuilder.org">forum</a>. wxFormBuilder is now feature frozen until the official release comes out. Only bug fixes will be added. This release focuses on bug fixes and completing a couple of loose ends to make this release feature complete. Here are the changes:</p>
<ul>
<li>Added wxGenericDirCtrl.</li>
<li>Added custom control class name for xrc generation.</li>
<li>Added Generate event handler stubs in &#8216;Tools->Generate Inherited Class&#8217; dialog.</li>
</ul>
<p>The full ChangeLog can be found <a target="_blank" href="http://sourceforge.net/project/shownotes.php?release_id=533773&#038;group_id=135521">here</a>.<br />
<strong> WARNING:</strong> This is beta software. Use at your own risk. It will uninstall any old versions of wxFormBuilder. Checkout the <a href="http://wxformbuilder.org/?page_id=27">Downloads</a> page for details.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=53</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder v3.0 - Beta 3 Released</title>
		<link>http://wxformbuilder.org/?p=52</link>
		<comments>http://wxformbuilder.org/?p=52#comments</comments>
		<pubDate>Fri, 17 Aug 2007 18:04:01 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=52</guid>
		<description><![CDATA[We are proud to announce the release of the third and final beta release of wxFormBuilder v3.0. In about two weeks we are planning on releasing wxFormBuilder v3.0 stable, so please test this release and post any problems or concerns on the forum. This release focuses on bug fixes. There are too many changes to [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce the release of the third and <em>final</em> beta release of wxFormBuilder v3.0. In about two weeks we are planning on releasing wxFormBuilder v3.0 stable, so please test this release and post any problems or concerns on the <a target="_blank" href="http://forum.wxformbuilder.org">forum</a>. This release focuses on bug fixes. There are too many changes to list them here so here are the big changes:</p>
<ul>
<li>More updates to the user interface. The tabs are now configurable.</li>
<li>All events are included.</li>
<li>Drag &#038; dropping objects in the Object Tree window.</li>
<li>More controls are supported.</li>
<li>The &#8220;Components&#8221; tabs have a new look. They have also been organized.</li>
<li>Added support for context-sensitive help.</li>
<li>Add support for dynamic event handling via Connect() methods.<br />
Connect() is now the default implementation of event handling.<br />
See the &#8220;event_generation&#8221; property of the Project object.</li>
<li>Added wxAuiNotebook.</li>
<li>Added wxHyperlinkCtrl.</li>
<li>Added wxRichTextCtrl.</li>
<li>Added wxFontPickerCtrl.</li>
<li>Added wxFilePickerCtrl.</li>
<li>Added wxDirPickerCtrl.</li>
<li>Added wxColourPickerCtrl.</li>
<li>Added many more properties to wxGrid.</li>
<li>Implemented Copy/Paste between instances of wxFB<br />
See &#8220;Copy Object To Clipboard&#8221; and &#8220;Paste Object from Clipboard&#8221; in the &#8220;Edit&#8221; menu.<br />
Note: You can copy an object from wxFB and paste it as xml wherever you can paste text.</li>
<li>Added support for sizers as member variables.</li>
<li>Many, many bug fixes &#8230;</li>
</ul>
<p>The full ChangeLog can be found <a target="_blank" href="http://sourceforge.net/project/shownotes.php?group_id=135521&#038;release_id=532930">here</a>.<br />
<strong> WARNING:</strong> This is beta software. Use at your own risk. It will uninstall any old versions of wxFormBuilder. Checkout the <a href="http://wxformbuilder.org/?page_id=27">Downloads</a> page for details.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=52</wfw:commentRSS>
		</item>
		<item>
		<title>SourceForge 2007 Community Choice Awards</title>
		<link>http://wxformbuilder.org/?p=51</link>
		<comments>http://wxformbuilder.org/?p=51#comments</comments>
		<pubDate>Sat, 23 Jun 2007 00:51:33 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Misc</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=51</guid>
		<description><![CDATA[Well it is time for the SourceForge 2007 Community Choice Awards and we wanted everybody to cast their vote for their favorite program.   We suggest the &#8220;Best Tool or Utility for Developers&#8221; category for your vote. So please go and make your vote count.

]]></description>
			<content:encoded><![CDATA[<p>Well it is time for the <em>SourceForge 2007 Community Choice Awards</em> and we wanted everybody to<a target="_blank" title="Click here to nominate wxFormBuilder" href="http://sourceforge.net/awards/cca/nomination.php?group_id=135521&#038;from=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fwxformbuilder"> cast their vote</a> for their favorite program. <img src='http://wxformbuilder.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  We suggest the &#8220;Best Tool or Utility for Developers&#8221; category for your vote. So please go and make your vote count.</p>
<p style="text-align: center"><a title="Click here to nominate wxFormBuilder" target="_blank" href="http://sourceforge.net/awards/cca/nomination.php?group_id=135521&#038;from=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fwxformbuilder"><img id="image50" alt="nomproj.png" src="http://wxformbuilder.org/wp-content/uploads/nomproj.png" /></a></p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=51</wfw:commentRSS>
		</item>
		<item>
		<title>New images posted</title>
		<link>http://wxformbuilder.org/?p=48</link>
		<comments>http://wxformbuilder.org/?p=48#comments</comments>
		<pubDate>Wed, 06 Jun 2007 17:28:30 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Website</category>
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=48</guid>
		<description><![CDATA[
Here is a quick post about some new screenshots I put up for your enjoyment. Please take a look at some of the new features we are adding. Have fun.

]]></description>
			<content:encoded><![CDATA[<div style="text-align: center"><a title="wxFormBuilder Screenshots" rel="attachment" id="p49" href="http://wxformbuilder.org/?attachment_id=49"><img width="475" height="370" alt="wxFormBuilder v3.0-Beta3 build 44 Screen Shot 1" id="image49" src="http://wxformbuilder.org/wp-content/uploads/wxfb_v30-beta3-0011.png" /></a></div>
<p>Here is a quick post about some new <a href="http://wxformbuilder.org/?page_id=38">screenshots</a> I put up for your enjoyment. Please take a look at some of the new features we are adding. Have fun.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=48</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder v3.0 - Beta 2 Released</title>
		<link>http://wxformbuilder.org/?p=31</link>
		<comments>http://wxformbuilder.org/?p=31#comments</comments>
		<pubDate>Fri, 19 Jan 2007 18:37:57 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=31</guid>
		<description><![CDATA[We are proud to announce the release of the second beta release of wxFormBuilder. This release focuses on bug fixes and usability. We have updated the user interface and add event handling support. These are easily the most requested feature and let us know how it is working for you. There are too many changes [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce the release of the second beta release of wxFormBuilder. This release focuses on bug fixes and usability. We have updated the user interface and add event handling support. These are easily the most requested feature and let us know how it is working for you. There are too many changes to list them here so here are the big changes:</p>
<ul>
<li>Updated user interface</li>
<li>Event handling support to for the &#8216;Common&#8217; tab (More are coming before the next beta)</li>
<li>New dialog that generates the inherited classes the wxFormBuilder generates. This should help new users and also help when you are adding new top level windows.</li>
<li>Removed wxAdditions as a dependency of wxFormBuilder. There is now a separate <a href="http://wxformbuilder.org/?page_id=28">plug-in section</a> where you can download the plug-ins separately.</li>
<li>Many, many bug fixes &#8230;</li>
</ul>
<div><strong>WARNING:</strong> This is beta software. Use at your own risk. It will uninstall any old versions of wxFormBuilder and wxAdditions because the directory structure has been changed.</div>
<div></div>
<div>Checkout the <a href="http://wxformbuilder.org/?page_id=7">Downloads</a> page for details.</div>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=31</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder v3.0 - Beta 1 Released</title>
		<link>http://wxformbuilder.org/?p=25</link>
		<comments>http://wxformbuilder.org/?p=25#comments</comments>
		<pubDate>Sun, 08 Oct 2006 19:07:07 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=25</guid>
		<description><![CDATA[Well it may have seemed like there wasn&#8217;t much going on here, but there actually was. We are proud to announce the first beta of version 3.0. This has many changes, but some of them are very big internal changes. We completely rewrote the way plug-ins are written. We took the old version and ripped [...]]]></description>
			<content:encoded><![CDATA[<div>Well it may have seemed like there wasn&#8217;t much going on here, but there actually was. We are proud to announce the first beta of version 3.0. This has many changes, but some of them are very big internal changes. We completely rewrote the way plug-ins are written. We took the old version and ripped out it&#8217;s guts and threw them on the floor. The new system is now completely independent of wxFormBuilder. This is the way it should have been and now it is. This is the main reason for the quick version up-rev.</div>
<div>So hopefully it will now be much easier for people to develop there own plug-ins with controls they would like to see implemented. You can now download a small <a target="_blank" href="http://prdownloads.sourceforge.net/wxformbuilder/wxFormBuilder-SDK_v1.0-beta1.zip?download">wxFormBuilder SDK</a> and just add that to your project and independently develop a plug-in.</div>
<div>There are other bug fixes and changes that can be found in the <a target="_blank" href="http://sourceforge.net/project/shownotes.php?release_id=453834&#038;group_id=135521">changelog</a>, but here is a quick list.</div>
<ul>
<li>Removed dependancy on wxAdditions/contrib. <span style="font-style: italic">This is a huge step to make wxFormbuilder easier to build. We will also be using a build file generator so that we can put the requests for a makefile build script to rest. This is a design goal for the final 3.0 version.</span></li>
<li>Added subclassing on forms.</li>
<li>Added center property for wxDialog and wxFrame.</li>
<li>Individual directories for each plug-in.Added</li>
<li>Added toolbar separators.</li>
<li>Major ripup/redesign of the plugin interface.</li>
</ul>
<div><strong>WARNING:</strong> This is beta software. Use at your own risk. It will uninstall any old versions of wxFormBuilder and wxAdditions because the directory structure has been changed.</div>
<div></div>
<div>Checkout the <a href="http://wxformbuilder.org/?page_id=7">Downloads</a> page for details.</div>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=25</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder v2.0 for Linux released!</title>
		<link>http://wxformbuilder.org/?p=24</link>
		<comments>http://wxformbuilder.org/?p=24#comments</comments>
		<pubDate>Tue, 05 Sep 2006 02:28:11 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=24</guid>
		<description><![CDATA[It has taken us a bit to get the Linux binary package out, but it is here. Please test it out and let us know any problems that you have.
You can view the changelog here.
You can download it here.

]]></description>
			<content:encoded><![CDATA[<p>It has taken us a bit to get the Linux binary package out, but it is here. Please test it out and let us know any problems that you have.</p>
<p>You can view the changelog <a href="http://sourceforge.net/project/shownotes.php?release_id=439923&#038;group_id=135521">here</a>.</p>
<p>You can download it <a href="http://wxformbuilder.org/?page_id=7">here</a>.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=24</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder Version 2.0 Released!</title>
		<link>http://wxformbuilder.org/?p=23</link>
		<comments>http://wxformbuilder.org/?p=23#comments</comments>
		<pubDate>Wed, 16 Aug 2006 15:44:46 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=23</guid>
		<description><![CDATA[It is official, version 2.0 is out. Please note that the alpha build installers won&#8217;t work to download wxAdditions dynamically, so please download version 2.0+ installer. Check out the changelog for more details.
You can view the changelog here.
You can download it here.

]]></description>
			<content:encoded><![CDATA[<p>It is official, version 2.0 is out. Please note that the alpha build installers won&#8217;t work to download wxAdditions dynamically, so please download version 2.0+ installer. Check out the changelog for more details.</p>
<p>You can view the changelog <a href="http://sourceforge.net/project/shownotes.php?release_id=439923&#038;group_id=135521">here</a>.</p>
<p>You can download it <a href="http://wxformbuilder.org/?page_id=7">here</a>.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=23</wfw:commentRSS>
		</item>
		<item>
		<title>Nearly Nightlies</title>
		<link>http://wxformbuilder.org/?p=22</link>
		<comments>http://wxformbuilder.org/?p=22#comments</comments>
		<pubDate>Thu, 03 Aug 2006 14:51:33 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=22</guid>
		<description><![CDATA[I am going to start building nearly nightly builds of wxFormBuilder. I will try and get them out everyday but please don&#8217;t expect it. See the forum for more details.
http://forum.wxformbuilder.org/index.php?board=10.0

]]></description>
			<content:encoded><![CDATA[<p>I am going to start building <em>nearly</em> nightly builds of wxFormBuilder. I will try and get them out everyday but please don&#8217;t expect it. See the forum for more details.</p>
<p><a href="http://forum.wxformbuilder.org/index.php?board=10.0">http://forum.wxformbuilder.org/index.php?board=10.0</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=22</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder v2.0.63 Alpha1</title>
		<link>http://wxformbuilder.org/?p=20</link>
		<comments>http://wxformbuilder.org/?p=20#comments</comments>
		<pubDate>Wed, 26 Jul 2006 03:35:53 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=20</guid>
		<description><![CDATA[Well the time has come for an alpha release of the new wxFormBuilder 2.0. There are many, many improvements and bug fixes so you can look at the changelog, but here is a quick list of the major updates.

Completely Unicode (UTF-8) compliant
Added wxListbook and wxChoicebook
All new look with new icons and wxFlatNotebook tabs
Better syntax highlighting [...]]]></description>
			<content:encoded><![CDATA[<p>Well the time has come for an alpha release of the new wxFormBuilder 2.0. There are many, many improvements and bug fixes so you can look at the <a href="http://sourceforge.net/project/shownotes.php?release_id=434731&#038;group_id=135521">changelog</a>, but here is a quick list of the major updates.</p>
<ul>
<li>Completely Unicode (UTF-8) compliant</li>
<li>Added wxListbook and wxChoicebook</li>
<li>All new look with new icons and wxFlatNotebook tabs</li>
<li>Better syntax highlighting in the source view</li>
<li>Project file updater (So your old projects will be automatically updated to the latest 2.x project files)</li>
<li>Many new contrib widgets added</li>
</ul>
<p>You can download it <a href="http://wxformbuilder.org/?page_id=7">here</a>.</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=20</wfw:commentRSS>
		</item>
		<item>
		<title>wxFormBuilder 2.x Development</title>
		<link>http://wxformbuilder.org/?p=19</link>
		<comments>http://wxformbuilder.org/?p=19#comments</comments>
		<pubDate>Sat, 22 Jul 2006 19:18:55 +0000</pubDate>
		<dc:creator>RJP Computing</dc:creator>
		
	<category>Software Updates</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=19</guid>
		<description><![CDATA[I just wanted to say &#8220;Hi&#8221; and let everyone know that there are some major updates coming for wxFormBuilder.
Development on wxFormBuilder 2.x is well on it&#8217;s way. There are three additional developers now that are part of the team, so development should move at a faster pace. We are gearing up for a Alpha release [...]]]></description>
			<content:encoded><![CDATA[<p>I just wanted to say &#8220;Hi&#8221; and let everyone know that there are some major updates coming for wxFormBuilder.</p>
<p>Development on wxFormBuilder 2.x is well on it&#8217;s way. There are three additional developers now that are part of the team, so development should move at a faster pace. We are gearing up for a Alpha release so keep watching for the official word on when that is released. We need your help making this the best software so any help people can offer during these beta tests will be helpful.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=19</wfw:commentRSS>
		</item>
		<item>
		<title>New Domain, Forum, and Wiki</title>
		<link>http://wxformbuilder.org/?p=18</link>
		<comments>http://wxformbuilder.org/?p=18#comments</comments>
		<pubDate>Thu, 20 Jul 2006 17:12:54 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
	<category>Website</category>
		<guid isPermaLink="false">http://wxformbuilder.org/?p=18</guid>
		<description><![CDATA[Well the new domain (wxformbuilder.org) and the website are done. Yes we did have a few days of downtime.   Sorry about that, but the transfer is complete. There are many added features to the new website. There is now a forum and a wiki. These will help support the growing community behind wxFormBuilder. [...]]]></description>
			<content:encoded><![CDATA[<p>Well the new domain (wxformbuilder.org) and the website are done. Yes we did have a few days of downtime. <img src='http://wxformbuilder.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Sorry about that, but the transfer is complete. There are many added features to the new website. There is now a <a href="http://forum.wxformbuilder.org">forum</a> and a <a href="http://wiki.wxformbuilder.org">wiki</a>. These will help support the growing community behind wxFormBuilder. I also want to mention that every part (wiki, forum, and main site) of the website has RSS feeds available. Let us know what you think of the new design. Please leave comments.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=18</wfw:commentRSS>
		</item>
		<item>
		<title>Wecome</title>
		<link>http://wxformbuilder.org/?p=1</link>
		<comments>http://wxformbuilder.org/?p=1#comments</comments>
		<pubDate>Tue, 18 Jul 2006 19:38:48 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
	<category>Website</category>
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to the new official website for wxFormBuilder. Content will be added as time permits. This is an interactive website so please feel free to talk to us about what you think. Just post a comment.

]]></description>
			<content:encoded><![CDATA[<p>Welcome to the new official website for wxFormBuilder. Content will be added as time permits. This is an interactive website so please feel free to talk to us about what you think. Just post a comment.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://wxformbuilder.org/?feed=rss2&amp;p=1</wfw:commentRSS>
		</item>
	</channel>
</rss>
