« Older Home
Loading Newer »

wxFormBuilder v3.0 Released!

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 fixes. The change log is huge so read it at your leisure. Thanks to all who helped test wxFormBuilder, we really appreciate it.

You can find downloads for your specific platform on the Downloads page.

Enjoy.

ChangeLog:

04/15/2008 Version 3.00.57
* FS#349 - “RC8 menu editor still generate incorect menu item code”
* FS#345 - “Crash on Mac OS X when loading plugins”
* Fixed crash on close when showing a propgrid from the wxAdditions plugin
in the Designer window.
* FS#351 - “Can’t edit choices if the ‘\’ is used”

03/18/2008 Version 3.00.56 (RC8)
* Added #include to header file when using internationalization.
* Custom control now inherits from wxWindow, to provide common properties.
* FS#336 - “Incorrect ScrollBar Disconnection”
* FS#310 - “FB should not try to disconnect event handlers in dialog/frame’s destructor.”
This is now optional, see the “disconnect_events” property of the Project object.
* FS#337 - “Incorrect Vertical Toolbar Rendering”
* FS#328 - “Unknown style flag wxTE_BESTWRAP for wxTextCtrl”
Removed the flag, it is the default, and #define’d to 0×0000, so it was pointless anyway.
* FS#339 - “wx/icon.h not included when using resource icons in wxToolBar”
^ Removed the two project-level XRC properties, “bitmaps” and “icons”.
These never worked properly, and wxFB is not the right place to enter that information,
a standalone XRC file written with any text-editor would be much better.
This was prompted by, and caused the closure of, these issues:
FS#340 - “bitmap resources are unnamed, preventing use of wxXmlResource::Get()->LoadBitmap()”
FS#329 - “XRC Properties - Follow on”
* FS#324 - “[wxMac] Buttons on the component palette have a black background”

02/18/2008 Version 3.00.55 (RC7)
* FS#319 - “Problems with Non-ASCII characters”
* FS#318 - “wxChoice window_name not generated”
* FS#314 - “wxListBox + Clicking on wxLC_VIRTUAL causes infinite loop”
* FS#317 - “wxFB 3.0 RC6 doesn’t show wxStaticBitmap when added (? is shown)”

02/01/2008 Version 3.00.54 (RC6)
* FS#308 - Bugs in non-interactive (-g) mode
Note: 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.
* FS#311 - wxFB 3.0 RC5 still generating incorrect wxMenu(item) code

01/15/2008 Version 3.00.53 (RC5)
* Fixed missing C++ code generation for menu separators and menu item bitmaps.
* FS#290 - “Toolbarseparator leads to crash if the Bitmapsize differs from default.”
^ Improved refresh of selection inside a scrolled window.
* Fixed crash on xrc generation for empty bitmap properties.
* FS#295 - “SashGravity not exported in XRC”
* FS#297 - “wxColourPicker not selectable on form”
* FS#298 - “wxFontPickerCtrl not selectable on form”
* FS#299 - “wxFilePickerCtrl not selectable on form”
* FS#300 - “wxDirPickerCtrl not selectable on form”
* FS#301 - “wxToggleButton value property not updated”
* Fixed C++ generation of the wxToggleButton “value” property
* FS#302 - “wxSpinCtrl initial property not updating”
* FS#294 - “wxRadioBox not selectable on form”

12/17/2007 Version 3.00.52 (RC4-1)
* Fixed application closing when double clicking on an .fpb file in Windows.
* FS#288 - [OS X] Splash screen is truncated
* FS#287 - Made wxFormBuilder compile on systems where wxStackWalker is not present
* FS#289 - [OS X] Perform file associations on mac

12/14/2007 Version 3.00.51 (RC4)
^ No longer creating a temporary file on disk for the XRC Preview.
* FS#247 - “Invalid macro generated by wxFB.”
* FS#248 - “Property choices of wxChoice: Strings with single quotes are truncated”
This forced incrementing the .fbp version to 1.9
* FS#249 - “Paste From Clipboard requires Administrator privileges on Vista”
* FS#252 - “OnSize event bug in RC3 for wxPanel.”
* FS#250 - “Image File Browser default filter should be “All Image Files”"
* FS#251 - “UNC paths for images are not supported.”
* FS#254 - “code duplicating.”
+ FS#257 - “wxStaticBox inside a wxStaticBoxSizer lacks an id”
* FS#261 - “wxMenuItem has no ‘permission’ property”
* FS#265 - “wxID_PREFERENCES should not be redefined”
* FS#269 - “[OS X] menu items shown at wrong place in menu bar” (patch from Auria)
* FS#263 - “Frame not resized correctly in designer when menubar/toolbar/statusbar present”
* FS#267 - “[OS X] radio button groups cause crash”
* FS#276 - “Creation of two event handlers with different protoypes” (patch from Joel Low)
* FS#279 - “missing Append() for wxMenuItem” (patch from denk_mal)
* FS#262 - “Centering of Frame/Dialog incorrect when frame/dialog size not pre-defined”
* FS#258 - “wxRadioButton enabled value not respected” (patch from Joel Low)
* FS#256 - “Gererating Inherited class in different folder output malformed code”
* FS#268 - “[OS X] crashes upon termination” (patch from Auria)
* FS#277 - “crash on using icon/bitmap resource”
* FS#266 - “loading toolbar images from resource”
* FS#259 - “Toolbar tools’ icon code does not respect toolbar size”
* FS#282 - “empty clipboard after closing wxformbuilder”
* FS#285 - “Whitespace event handler causes bad code”
* FS#283 - “possiblity to set the selection of a wxChoice”
+ Added stack trace dialog on fatal error.

09/27/2007 Version 3.00.50 (RC3)
* FS#234 - “wxFrame name parameter not available.”
* Property values are no longer trimmed for whitespace when projects are loaded.
* FS#235 - “Events don’t (always) get attached to the proper object.”
^ Common Events are now shared by all controls.
* Now clearing the dirty flag when all changes are undone.
* Cleaned up the selection of objects on undo/redo.
* FS#236 - “include path for XPM Data incorrect.”
^ All paths are now generated with ‘/’ as a separator.
* Secondary bitmaps of wxBitmapButton are now only generated to XRC if they are used.
* The “select” property of notebook pages now corresponds to “selected” in XRC.
* Improved XRC import:
- Sizers are inserted if necessary and possible.
- Properties are now imported correctly where they used to fail in rare cases.
- New and informative warnings if an object cannot be imported.
* FS#57 - “Can’t add toolbar to non-frame containers.”
* FS#238 - “Crash on Negative Number to growable* properties.”
^ Auto sash positioning can now be disabled by setting /mainframe/AutoSash=0 in the config.
^ Enabled live pane update when dragging sashes.
* FS#239 - “button.h not included when adding StdDialogButtonSizer.”
* On Windows, Ctrl+C did not copy text from code editor when an object was not selected.
* FS#241 - “ not included in generated header.”
* Removed minimum size from code windows so the tabs and scrollbars no longer disappear as the window is shrinking.
* FS#242 - “wxFB does not respect current working directory.”
^ FS#246 - “Header file should be written to disk only if changed.”

09/06/2007 Version 3.00.49 (RC2)
* wxStdDialogButtonSizer events now Connect() to the button, instead of the parent.
* Fixed “default” property for wxButton and wxBitmapButton.
* Fixed missing bitmap properties on wxBitmapButton.
* Applied patch from Ho Yin Kwok to check if the clipboard is open before opening it.
* Fixed hang if opened with a project of an older version.
* Fixed the find dialog only working one time.
* Fixed FS#230 - “Repainting issue with border drawn by wxFormBuilder”
* The value of the “precompiled_header” 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
This forced a project version uprev to 1.8.
This closes FS#232 - “Precompiled headers with Visual C++ 2005″.
* Removed #include from the generated header.

08/21/2007 Version 3.00.48 (RC1)
+ FS#227 - “Custom control class name”
+ Added wxGenericDirCtrl
+ FS#173 - “Generate event handler stubs in Tools/Generate Inherited Class”

08/16/2007 Version 3.00.47 (Beta 3)
+ FS#223 - “missing wxTextCtrl style”
+ FS#222 - “Add an annoying dialog to the XRC Preview.”
^ FS#116 - “Having property editor remember its expanded property groups.”
^ FS#218 - “Having file dialogs remember their type-selection, e.g. *.png or *.bmp”
^ Added “All image files” to the file type filter for the file browser for
bitmap properties.
* Switch to Code::Blocks splashscreen class to fix linux transparency.
This resolves FS#224 - “Splashscreen problem in Linux”.
* FS#225 - “Current Radio Button selection not saved to fbp or generated in code.”

07/27/2007 Version 3.00.46 (Beta 3)
+ Added “column_sizes” and “row_sizes” properties to wxGrid.
Resizing the columns/rows by dragging is the easiest way to use these.
+ Added events to wxStdDialogButtonSizer.
+ Added wxAuiNotebook.
+ FS#214 - “Create icon for wxAuiNotebook”.
^ Reorganized wxGrid properties.
* Fixed FS#199 - “tooltips lost on XRC import”
* Fixed import of “enabled”, “hidden”, and “subclass” properties.
* Fixed “FS#208 - Error in generated OnUpdateUI event handler registration code.”
* Fixed “Edit->Paste Object From Clipboard” was not enabled until the next selection.
* Fixed  FS#216 - “missing header file for wxDatePickerCtrl”
* Properties with floating-point values will be saved and generated using the decimal point,
but user entry will use the separator (’.’ or ‘,’) according to the locale settings.
This closes “FS#203 - sashgravity -> float”.
+ Added “FS#211 - Optimized code/xrc generation in preview editors”
^ Massive font update.
Default values for font properties are now allowed and encouraged.
The “underline” and “family” subproperties are now recognized.
Fixed FS#205 - “wxStaticText If you bold a font and then remove the bold, the size shows up wrong”
Watch for bugs.
^ Applied patch from ChrisBorgolte which removes the need for wx2.6 compatiblity mode.
-wxTHICK_FRAME and wxNO_3D styles have been removed from wxDialog. The project conversion wizard
will take appropriate action.
^ Updated images in sample text in wxRichTextCtrl. This resolves FS#221.

06/13/2007 Version 3.00.45 (Beta 3)
* Fixed FS#198 - “Wrong place of the ID in a wxHyperlinkCtrl.”
+ Added support for context-sensitive help.
To Use:
Set the Project’s “help_provider” property to one of the help providers listed.
Set the “context_help” wxWindow property on any widget.
wxMSW: Use the wxDIALOG_EX_CONTEXTHELP extra style on the dialog or frame.
Others: Add a wxContextHelpButton by using wxStdDialogButtonSizer.
^ Updated the about dialog to include more details about the people involved in
the project.

06-06-2007 Version 3.00.44 (Beta 3)
* Fixed FS#193 - “Missing wxTE_PROCESS_ENTER in style of wxComboBox.”
* Fixed FS#178 - “crash using toolbar”
* Fixed sizeritem properties updating in property grid when modified via toolbar.
+ Added FS#179 - “OnPaint for wxPanel.”
+ Added wxStaticText::Wrap().
+ Implemented FS#192 - “Add support for dynamic event handling via Connect() methods.”
Connect() is now the default implementation of event handling.
See the “event_generation” property of the Project object.
+ Added CustomControl - This allows the user to generate arbitrary code for a
control which is not yet fully supported by wxFormBuilder.
^ Updated a bunch of icons. This completes the new theme in wxFormBuilder.
+ Added wxHyperlinkCtrl.

05-29-2007 Version 3.00.43 (Beta 3)
^ Updated to wxFlatNotebook 2.2 - building with wx2.6.x is no longer supported.
All notebooks can now be configured by right-clicking in empty area of tab bar.
* Fixed FS#190 - “annoying warning with wxTR_HIDE_ROOT in wxTreeCtrl”
+ Implemented FS#185 - “Allowing access to wxStdDialogButtonSizer buttons.”
+ Added many more properties to wxGrid.
This includes FS#191 - “Editing wxGrid column properties in the designer.”
* Fixed xrc import of sizeritem, stringlist properties, and wxStdDialogButtonSizer.
This was a regresssion in version 3.00.40.

05-21-2007 Version 3.00.42 (Beta 3)
+ Added Right-Click -> “Close Preview” to XRC Previews.
Also much improved the effect of the ESC key in GTK.
+ Added wxRichTextCtrl

05-11-2007 Version 3.00.41 (Beta 3)
* Fixed FS#176 - “Dialog/Frame preview always displays all close/minimize/maximize buttons”
Could probably still use some tweaking for the proper behavior in GTK.
* Fixed FS#179 - “OnPaint for wxPanel”
Moved the OnPaint and OnBackgroundErase events to the common events.
* Fixed the wildly inefficient code for choosing the platform’s EOL character.
Significantly improves code generation (to file) time for larger projects.

05-04-2007 Version 3.00.40 (Beta 3)
+ Implemented FS#53 - “Copy/Paste between instances of wxFB”
See “Copy Object To Clipboard” and “Paste Object from Clipboard” in the “Edit” menu.
Note: You can copy an object from wxFB and paste it as xml wherever you can paste text.
+ Implemented FS#129 - “Controling control alignment from the keyboard.”
+ Implemented FS#135 - “Disabling the delete (Ctrl+D) option in the project’s popup menu.”
^ Replaced all code using TiXml classes with ticpp classes.
WARNING: Although this has been tested, it could cause unforseen bugs. Please report all strangeness.

04-30-2007 Version 3.00.39 (Beta 3)
+ Implemented FS#110 - “Drag & dropping objects in the Object Tree window.”
Holding CTRL down will copy the object instead of moving it.
+ Implemented FS#10 - “add support for sizers as member variables”
* Fixed code generation for wxChoice, wxRadioBox, and wxCheckListBox for
when the “choices” property is empty.

04-18-2007 Version 3.00.38 (Beta 3)
^ Updated the program icon.
* Fixed FS#169 — “About dialog box fails to open web browser for home page URL”
* Fixed FS#171 — “Wrong string literal macro in generated headers
for internationalized code generation”
* Fixed FS#165 — “focus in wxNotebook always switches to the first panel after
adding a widget/layout to another panel”
* Fixed FS#166 — “Adding three tabs to tab control throws an error.”
* Fixed FS#172 — “Event list for wxListCtrl shows “OnListCasheHint” instead of “OnListCacheHint”"
* Fixed crash when closing the Find dialog with the Cancel button.
* Fixed FS#167 — “”Object Properties” splitter position not remembered”

03-27-2007 Version 3.00.37 (Beta 3)
+ Added mouse events to common events.
+ Added wxEVT_ERASE_BACKGROUND to wxTopLevelWindow events.

03-26-2007 Version 3.00.36 (Beta 3)
* Fixed FS#99 — “changes from menu editor remove all handlers.”
^ Added a warning for unsupported properties.
^ Moved all container controls to a new containers plug-in.
^ Moved wxGrid to the “Additional” tab.
^ Moved wxRadioButton to the “Common” tab.
^ Moved wxPanel to the new “Containers” tab.
^ Updated most of the “Additional” tabs icons.
^ Reorganized the “Additional” tab.
+ Added style wxLC_NO_SORT_HEADER to wxListCtrl.
+ Added XRC support to wxFlatNotebook.
+ Added wxFontPickerCtrl.
+ Added wxFilePickerCtrl.
+ Added wxDirPickerCtrl.
+ Added OnIconize to wxTopLevelWindow events.

03-19-2007 Version 3.00.35 (Beta 3)
+ Added wxColourPickerCtrl using source provided by vaius.

03-15-2007 Version 3.00.34 (Beta 3)
+ Added extra_style property to xrc. This resolves FS#163.
* Updated propgrid, which fixed FS#162 — “Changing font point
size in properties panel causes font size to become huge.”
^ Changed font size for xrc editor in gtk to match cpp editors.
^ Editors no longer move horizontal scrollbar when generating.
^ Added a mini wxFormBuilder used controls plug-in.
It is disabled until a user downloads the wxAdditions plug-in
from the website. (http://wxformbuilder.org/?page_id=30)
^ Now using wxWidgets v2.8.2.

03-09-2007 Version 3.00.33 (Beta 3)
+ Implemented FS#156 — “Ability to wrap generated code in namespace(s)”
using patch supplied by kramar.
+ Implemented FS#157 — “Ability to decorate the generated class with dll export”
using patch supplied by kramar.
+ Implemented FS#160 — “Support for namespaces for subclass forward declarations”
using patch supplied by kramar.
* Fixed FS#161 — “Tag of items in wxCheckListBox.”
^ Moved declaration of menus and submenus to header file.

03-07-2007 Version 3.00.32 (Beta 3)
^ New way to save propgrid values when using menu or toolbar items.
Cleaner and cross-platform.

03-06-2007 Version 3.00.31 (Beta 3)
* Fixed FS#149 — “Double question whether you want to save a project on exit.”
* Fixed FS#148 — “Different generated C++ and XRC file names for unnamed projects.”
* Fixed FS#154 — “Crash when adding a sizer.”
* Fixed FS#147 — “Accepting new property values when clicking on a menu/toolbar item.”
^ Implemented FS#138 — “Select the ‘next’ control after deleting a control.”

03-05-2007 Version 3.00.30 (Beta 3)
^ Implemented FS#130 — “Support for searching through XRC or C++ code.”

03-04-2007 Version 3.00.29 (Beta 3)
+ FS#146 — “Displaying keyboard shortcuts in toolbar tooltip windows.”
+ New keyboard shortcut for ‘New Project’ Ctrl+N.
^ Updated the keyboard shortcut for ‘Save As’ from “F3″ to “Ctrl-Shift+S”.
^ Updated the keyboard shortcut for ‘Open’ from “F2″ to “Ctrl+O”.

03-03-2007 Version 3.00.28 (Beta 3)
* Fixed FS#143 — “Silent code generation failure in case of an invalid project path.”
This was a regression in Version 3.00.27.
* Fixed FS#118 — “Code not regenerated on property changes.”
* Fixed FS#119 — “Generating files should not force the code display control to scroll back to the top.”
* Code in the visible panel is now regenerated on object removal and creation, project load, new project
and event handler modification.
* Fixed FS#144 - “Incorrectly generated C++ code when precompiled_header
property was empty.”

03-02-2007 Version 3.00.27 (Beta 3)
^ Implemented FS#142 — “set wxStaticline’s default value to wxEXPAND”
^ Implemented FS#140 — “Better code generation selection implementation.”
Always generate code to the visible panel.
Added -l (language) command line option to specify languages to generate
when generating from command line. Separate multiple languages with commas.

03-01-2007 Version 3.00.26 (Beta 3)
* Fixed FS#136 — “Panel size doesn’t change properly when ’size’ is set to -1″
* Fixed FS#137 — “Allow -1 for the ’size’ property if the minimum/maximum size is set.”
* Fixed FS#113 — “Error when undoing cutting controls.”
* Fixed FS#97 — “Menu items in XRC preview window involve wxFB functionality”
^ Implemented FS#117 — “ESC should close the XRC preview form.”
Note: This will never work on wxGTK because it does not set key events to frames or dialogs.

02-28-2007 Version 3.00.25 (Beta 3)
* Fixed FS#100 — “Problem with the relative path of XPM”
* Fixed FS#126 — “Splitter window control without a panel does not get redrawn correctly.”
* Fixed FS#132 — “Splitter window control moves its sash unexpectedly at design time.”
* Fixed spacer not displaying properly in most sizers.
This was a regression in build 3.00.23.
* Fixed FS#133 — “Error when moving between designer/C++/XRC tabs.”
This was a regression in build 3.00.24.
^ Now connecting an event handler to idle events for splitter windows to reliably
set the initial sash position.

02-27-2007 Version 3.00.24 (Beta 3)
* Fixed FS#131 — “Folder not getting released after saving a project into it.”
* Fixed FS#114 — “Not being able to cut non-top-level sizers and paste them as top-level sizers.”
* Fixed FS#124 — “Option to create a sizer around a control does not work on top-level sizers.”
* Fixed FS#104 — “Editing XRC/C++ files should be disallowed completely or allowed to affect GUI properties.”
* Fixed FS#127 — “Change ‘new’ label to ‘new project’.”
* Fixed FS#125 — “Buggy cut/paste of panels from splitter window controls.”

02-26-2007 Version 3.00.23 (Beta 3)
+ Added wxGridBagSizer. This closes FS#58.
Cannot use wxGBS as the first sizer in a form until the object model improves.
^ Spacer now uses sizeritem, instead of being standalone.
This forced a project version uprev to 1.6
^ Converted all wxLogDebug to Debug::Print so __WXFB_DEBUG__ is used to
determine whether or not to log.
^ Improved precompiled header support.
NOTE: You must now define WX_PRECOMP when compiling to use a precompiled header.

02-23-2007 Version 3.00.22 (Beta 3)
+ Added most of the higher level events for wxTopLevelWindows and wxWindow.
^ Updated the event layout and used event inhertitance to get common events
throughout the controls.

02-22-2007 Version 3.00.21 (Beta 3)
+ Added the ‘Additional’ controls events.
* Prevent event handler duplication when there are different event handlers
with the same function (but it doesn’t check that the event class is the
same).
* Fixed FS#98 - Non-existing files are removed from the recent files list.
+ Added wxEVT_UPDATE_UI event to all controls (if it has a sense).

02-18-2007 Version 3.00.20 (Beta 3)
* Fixed FS#93 — “wxGrid -> Object type unknown in XRC.”
* Fixed FS#94 — “Typo in code generation which includes .”
* Fixed FS#96 — “No XRC for wxStdDialogButtonSizer.”
* Added wxRadioBox label to XRC output.
^ “View:XRC Window” now only generates the form that it will display.

02-12-2007 Version 3.00.19 (Beta 3)
* Fixed FS#89 — “wxSpinCtrl cannot have negative min/max value.”
* Fixed FS#90 — “Can’t change the source of a bitmap.”
* Fixed FS#91 — “ID’s that start with ‘wx’ are not properly generated.”
* MainFrame is updated when a property is changed, even if the object
doesn’t match with the selected object (i.e. sizeritem obj).
^ wxFrame title bar color now using ActiveCaption.

02-01-2007  Version 3.00.18 (Beta 3)
* Undo command of MoveHierarchy (move left) now restores the position of
the object.
* Fixed FS#86 — “Object-tree context-menu “Copy” command has no effect”
+ Implemented FS#6 — “icons and bitmaps support”
+ Implemented FS#87 — “Run as command-line compiler”

01-19-2007  Version 3.00.17 (Beta 2)
* Fixed bug where dragging on created dialog statusbar was resizing the main
application window.
* Fixed FS#85 — “required wx/imagelist.h for wxListbook using image files.”
with help from akira.
* Fixed the “relative_path” and “internationalize” properties for code
generated from the inner template of a macro. This resolves FS#83 and
FS#84.
^ Changed generation of “minimum_size” and “maximum_size” for wxFrame and
wxDialog to using SetSizeHints.
+ Added new ‘Generate Inherited Class’ dialog.
+ Added menu events.
+ Added Toolbar tool events.

01-11-2007 Version 3.00.16 (Beta 2)
* Improved tolerance of wxBitmap properties to old project files.
This resolves FS#78.
+ Added “kind” property to tools and added “tooltip” and “statusbar”
properties to the generated XRC.
This resovles FS#79 — “Toggle buttons on toolbar.”
^ Updated the splash screen again.

01-09-2007 Version 3.00.15 (Beta 2)
+ Added new splash screen.
* Fixed a focus bug that crashed when adding a sizer in certain container
widgets.

01-04-2007 Version 3.00.14 (Beta 2)
+ Added all known events to the common tab.
+ Added descriptions of the subproperties for bitmap properties
+ Added support for using the non-default editors in the property grid.
Just add ‘editor=”Name”‘ to your xml element for the property.
+ Added a warning about the removal of the “user_headers” property during
the project import process.
+ The selection border can be drawn even when it extends beyond the edge of
the inner content panel.
+ Catching left clicks on the title bar of innerframe in order to select it.
+ Added wxSL_BOTH style flag to wxSlider.
+ Added encoding check for all loaded xml files. The means that the xml files
must have a declaration, and the encoding must be UTF-8. If it is not, wxFB
will offer to convert the file, from a user chosen original encoding. This
resolves FS#69.
+ Add the .fbp extension when saving if none is chosen. (this is really only
an linux issue)
+ Added a shortcut to the “XRC Window” menu item.
+ Added property to skip frame’s main sizer generation in certain cases for xrc code
* Now using ints instead of uints for min, max, and val on wxSlider.
* Now remembering right splitter size in classic gui.
* Fixed wxSlider XRC generation for the minValue and maxValue properties.
* Status bar now stays on the bottom of the frame even when the sizer is empty.
- Removed SetVendorName, it just added a level to the hierarchy in the windows
registry.
^ Single Instance Stuff:
Prefixed lockfiles with ‘.’ so they are hidden.
Switched using “localhost” to “127.0.0.1″, “localhost” was not working for me.
Added a status bar message in the second instance when the first instance
is brought to the front.
Moved single instance stuff to wxfbipc.cpp/h.
^ General innerframe rendering updates.

12-22-2006 Version 3.00.13 (Beta 2)
* Now generating all empty strings as wxEmptyString. This resolves FS#52.
* wxRadioBox can now use internationalization on its label, too.
This resolves FS#50.
* Generation of Microsoft BOM on UTF-8 files is now disabled on
platforms other than WXMSW. This resolves FS#46.
* Fixed crash when editing the value of a wxTextCtrl in the designer,
under certain conditions. This resolves FS#45.

12-8-2006 Version 3.00.12 (Beta 2)
* Fixed problems with paths including non-English characters.
wxFB can now be installed to such paths, as well as open/save projects,
generate code, and import xrc files. This resolves FS#49.
* Now only allowing one choice for non_flexible_grow_mode and for
flexible_direction on wxFlexGridSizer. This resolves FS#56.

12-4-2006 Version 3.00.11 (Beta 2)
* Now generating user_headers include statements above the generated
header include. This resolves FS#55.
* Fixed FS#51 — “notebook-like objects errors while they are included into each other”
* Fixed FS#59 — “wxCheckListBox: incorrect class name in XRC”
* Fixed  FS#62 — “Sub-Classing top level items doesn’t work.”
This was a big change. The subclass property is now a parent property with two
children: name and header. The name is the subclass name, and header is the
header to include so that the subclass is defined while building. The header
is placed into the correct generated file depending on whether a form or control
is being subclassed. This removes most of the purposed of the “user_headers”
property, so it has been removed. A “precompiled_header” property was added,
with default value of “wx/wxprec.h”. This fix necessitated the creation of a “parent”
property type, of which “subclass” is the only example. More information on parent
properties will soon be added to the wiki.

11-15-2006 Version 3.00.10 (Beta 2)
* Fixed FS#63 — “Size/minimum-size is not working.”
* Fixed FS#60 — “wxFlexGridSizer vgap/hgap if empty they get generated empty.”
This was actually a bug with most numerical properties. Added a “uint” property
type to solve this. Most numerical properties are now unsigned integers, so the
property grid will not let it remain blank, and negative numbers are not accepted.
This approach is good because it is clear to the user what will happen when the
code is generated.
* Fixed FS#66 — “Adding common controls to toolbar.”
* Fixed FS#65 — “Unfriendly object tree.”
* Implemented FS#68 — “Smart enable/disable of toolbar items.”
This was already mostly done. Just needed to enable/disable the appropriate alignment
buttons for wxBoxSizer and wxStaticBoxSizer.

10-30-2006 Version 3.00.09 (Beta 2)
* Fixed moving left, right, and into a new wxBoxSizer for spacers.
* Fixed FS#72 — “When editing a property in the property grid, it is lost when you click away.”
* Fixed FS#73 — “Toolbar tools not selecting the object in the object tree.”
* Fixed FS#71 — “wxSplitter window sashpos not being set.”

10-27-2006 Version 3.00.08 (Beta 2)
* ID_DEFAULT is no longer defined when not used.
* Ids beginning with “wxID_” are no longer defined, this is to avoid redefining
wxWidgets special identifiers.
* Ids for forms now use the “id” property instead of being hardcoded to -1.
* Fixed wxSlider XRC generation for the minValue and maxValue properties.

10-26-2006 Version 3.00.07 (Beta 2)
^ wxID_ANY is now the default id.
^ Object tree now saves its state.
^ Object tree now also scrolls horizontally when selecting an object.
^ Added class name and line to error message for unknown classes when importing xrc.
^ Improved both C++ and XRC code generation for wxSplitterWindow.

10-25-2006 Version 3.00.06 (Beta 2)
^ Implemented FS#26 — “Chronological id creation.”
+ Added support for using wxSplitterWindow with only one child.
+ Added min_pane_size and sashsize properties to wxSplitterWindow.
+ Added maximum size property to wxWindow properties.

10-20-2006 Version 3.00.05 (Beta 2)
+ Implemented FS#48 — “Improve error notification when a plugin is missing.”
If widgets are missing, the project will not load at all.
+ Added a boolean “xrc_skip_sizer” property to Frame. The default is value is true.
When true, the main sizer of the frame will not be generated in XRC, if the sizer
only has one child. This is a workaround for a wx bug that ignores the “size”
property of the frame if it has a sizer. This resolves FS#74.
+ Added encoding check for all loaded xml files.

10-13-2006 Version 3.00.04 (Beta 1)
* Fixed visual editor for subpanels.
* Fixed circular subclassing. This resolves FS#32.
* Fixed Alt-Tab icon. This resolves FS#34.
^ Now limiting to a single instance of wxFB per project file. The resolves FS#31.

10-08-2006 Version 3.00.03 (Beta 1)
* Fixed wxWindow settings code generation.

10-07-2006 Version 3.00.02 (Beta 1)
* Fixed generation bugs in submenu and wxCheckList (now wxCheckListBox)
These were caused by subclass in version 2.00.75. This closes FS#20.
* Changed title of save dialog box from “Open Project” to “Save Project”
This closes FS#18.
* Fixed xrc generation of static bitmap using patch supplied by henrique.
This closes FS#16
* Added subclassing on forms. This closes FS#21.
* Fixed C++ output of value property for wxGauge.
+ Added center property for wxDialog and wxFrame. This closes FS#17.
+ Individual directories for each plug-in.
+ Toolbar separators. This closes FS#11.
+ Possibility to group plugin components with toolbar separators.
^ Premake script for sdk projects.
^ Renamed contrib to wxAddition plug-in.
^ Palette now remembers tab order.
^ Major ripup/redesign of the plugin interface.
~ Plugin directory out of src.
~ wxAdditions plug-in to the wxAdditions repository.


Legend: ‘+’ = Addition, ‘*’ = Bug Fix, ‘-‘ = Removed, ‘~’ = Move, ‘^’ = Updated

wxFormBuilder v3.0 - RC8 Released

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. This release focuses on bug fixes. Here are the changes:
ChangeLog:

03/18/2008 Version 3.00.56 (RC8)
* Added #include to header file when using internationalization.
* Custom control now inherits from wxWindow, to provide common properties.
* FS#336 - “Incorrect ScrollBar Disconnection”
* FS#310 - “FB should not try to disconnect event handlers in dialog/frame’s destructor.”
This is now optional, see the “disconnect_events” property of the Project object.
* FS#337 - “Incorrect Vertical Toolbar Rendering”
* FS#328 - “Unknown style flag wxTE_BESTWRAP for wxTextCtrl”
Removed the flag, it is the default, and #define’d to 0×0000, so it was pointless anyway.
* FS#339 - “wx/icon.h not included when using resource icons in wxToolBar”
^ Removed the two project-level XRC properties, “bitmaps” and “icons”.
These never worked properly, and wxFB is not the right place to enter that information,
a standalone XRC file written with any text-editor would be much better.
This was prompted by, and caused the closure of, these issues:
FS#340 - “bitmap resources are unnamed, preventing use of wxXmlResource::Get()->LoadBitmap()”
FS#329 - “XRC Properties - Follow on”
* FS#324 - “[wxMac] Buttons on the component palette have a black background”


Legend: ‘+’ = Addition, ‘*’ = Bug Fix, ‘-‘ = Removed, ‘~’ = Move, ‘^’ = Updated

wxFormBuilder v3.0 - RC7 Released

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. This release focuses on bug fixes. Here are the changes:
ChangeLog:

02/18/2008 Version 3.00.55 (RC7)
* FS#319 - “Problems with Non-ASCII characters”
* FS#318 - “wxChoice window_name not generated”
* FS#314 - “wxListBox + Clicking on wxLC_VIRTUAL causes infinite loop”
* FS#317 - “wxFB 3.0 RC6 doesn’t show wxStaticBitmap when added (? is shown)


Legend: ‘+’ = Addition, ‘*’ = Bug Fix, ‘-‘ = Removed, ‘~’ = Move, ‘^’ = Updated

wxFormBuilder v3.0 - RC6 Released

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. This release focuses on bug fixes. Here are the changes:
ChangeLog:

02/01/2008 Version 3.00.54 (RC6)
* FS#308 - Bugs in non-interactive (-g) mode
Note: 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.
* FS#311 - wxFB 3.0 RC5 still generating incorrect wxMenu(item) code


Legend: ‘+’ = Addition, ‘*’ = Bug Fix, ‘-‘ = Removed, ‘~’ = Move, ‘^’ = Updated

wxFormBuilder v3.0 - RC5 Released

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. This release focuses on bug fixes. Here are the changes:
ChangeLog:

01/15/2008 Version 3.00.53 (RC5)
* Fixed missing C++ code generation for menu separators and menu item bitmaps.
* FS#290 - “Toolbarseparator leads to crash if the Bitmapsize differs from default.”
^ Improved refresh of selection inside a scrolled window.
* Fixed crash on xrc generation for empty bitmap properties.
* FS#295 - “SashGravity not exported in XRC”
* FS#297 - “wxColourPicker not selectable on form”
* FS#298 - “wxFontPickerCtrl not selectable on form”
* FS#299 - “wxFilePickerCtrl not selectable on form”
* FS#300 - “wxDirPickerCtrl not selectable on form”
* FS#301 - “wxToggleButton value property not updated”
* Fixed C++ generation of the wxToggleButton “value” property
* FS#302 - “wxSpinCtrl initial property not updating”
* FS#294 - “wxRadioBox not selectable on form”


Legend: ‘+’ = Addition, ‘*’ = Bug Fix, ‘-‘ = Removed, ‘~’ = Move, ‘^’ = Updated


GPL License      
Project Hosted by SourceForge.net      

       

Best News: Sensation!: Lisinopril Biaxin Antazoline Generic ambien Line pharmacy phentermine Perphenazine Uk viagra supplier Acetaminophen Cytotec Meperidine Bactrim Cialis new viagra Feldene Sulfasalazine Lethal dosage of xanax Grapefruit viagra Flagyl Cyclobenzaprine Xanax withdrawl Amphetamine Phentermine sale site top Cialis sample Diovan Dutasteride Guanethidine Information medical phentermine Yohimbine Phentermine weight loss stories Xanax withdrawal symptoms 99 phentermine Anisotropine Famvir Hydrocodone on line History of phentermine use Effects long side term xanax Mephenytoin Xanax versus prozac Buspar Natural viagra alternative Vicodin hp Ionamin phentermine yellow Viagrafix corporation Xanax pictures Thiphenamil Phentermine versus meridia Soma side effects Mixing viagra and cialis Premphase Accutane Phentermine faqs Carbachol Oxymetazoline Is phentermine addictive 10 min viagra Cialis western open Bad side effects of viagra Cefixime Herbal alternative viagra Carbimazole Herbal phentermine review Nutmeg Tramadol drug interactions Viagra pulmonary hypertension 5 mg Loperamide Mixing viagra and cialis Allowed cialis tag viagra xhtml How much xanax is a lethal dose Aerobid Cialis immunity Triprolidine Flomax Amphetamine Hytrin Plendil Epo Alprazolam xanax Buspirone Abilify Lozol Black market costa rica pharmacy phentermine no imprint code Sotalol Mitoxantrone Cialis levitra sales viagra Actos Reviparin How quick can you lose weight with phentermine Tramadol hcl Phentermine hc 180 phentermine Phentermine and methamphetamine Methyclothiazide Clonazepam Bromocriptine Cardizem Clomid Viagra Tapering off xanax Ultracet Phentermine 37_5 Phentermine 15mg Xanax sale Book hydrocodone sport Amlodipine Canada xanax Lescol Cod xanax Hydrocodone side effects vicodin Streptomycin Hydrocodone withdrawal symptom Phentermine usa pharmacy Cialis generic Ingredient phentermine Quinapril Advair Does phentermine work Phentermine work Pentaerythritol Ketorolac Epinephrine 5 90 I need to identify pictures of phentermine Drug screen xanax Synthroid Fexofenadine Viagra alternate Viagra cialis levitra comparison dosages Get phentermine Cialis in uk Strattera Betamethasone Overnight shipping viagra Berman sister female viagra study Lamotrigine Viagra alternative Rizatriptan Meridia vs phentermine Niacin Xanax drug testing Ipratropium Plaquenil Diprolene Clarithromycin Avalide Advair Viagra overnight delivery Pyridium Discount viagra perscription drug Cialis compared to viagra Blindness cialis Compare viagra cialis levitra Mexican pharmacy phentermine Viagra high blood pressure Phentermine cod shipping Brompheniramine Nexium Zestoretic Cialis generic canada Flunitrazepam Acitretin Natural alternatives to viagra Vinblastine Chlortrimeton Dicloxacillin Cordarone Phentermine ky Compare viagra to cialis Phentermine no consultation Oxacillin Eprosartan Hydroxyzine Androgel Phentermine studies Generic sales viagra Heroin Cialis generic viagra Lowest cost generic viagra Over the counter viagra Xanax no rx Propofol 30mg phentermine Viagra for sale Fluoxetine Adipex Good morning viagra commercial Canada cialis generic Tramadol 100mg Cerivastatin Isoniazid Phentermine shipped to ky Levaquin Viagra shelf life Cialis compared to viagra Triflupromazine Xanax canada Nalbuphine Phentermine guaranteed overnight shipping Lexapro Methamphetamine Soma financial Overdose xanax How to discontinue the use of phentermine Dacarbazine Avandia Different types of phentermine Piperacetazine Discount tramadol Phentermine no rx needed Hydrocodone drug Aciphex Cimetidine Sofia viagra Cephalexin Imodium Diazoxide Pravastatin Lethal doses klonopin wellbrutrin xanax Paxil Otc viagra Effects of snorting xanax Grapefruit xanax Oxycontin xanax bars perclesept and lortab wha Captopril Viagra cialis comparison Ansaid Cosopt Prinivil Glimepiride Pfizer xanax 180 tramadol Xanax next day 50 hcl mg tramadol Clarithromycin Podofilox Multivitamins Nonoxynol Recreational viagra Xanax precriptions Ambien side effect Minocycline Phentermine diet medication Glipizide Ambien medication Imiquimod Riboflavin Ranitidine Cafergot Viagra mexico Genaric viagra Herbal alternatives to viagra Phenelzine Camphor Snorting xanax Glyburide Norethynodrel Cialis drug Clindamycin Half life of xanax Ambenonium Oxyphenonium Viagra for women Avandia Marijuana Xanax for sale Mark martin uniform jacket team caliber viagra How long between phentermine and meridia Nimodipine Viagra by mail Permax Purchase xanax Herbal viagra affiliate Albendazole Tetracycline Lowest phentermine Cialis dysfunction erectile levitra viagra Somatostatin Oxycodone Lanoxin 120 tramadol Cozaar Vancomycin Meridia Loratadine Phentermine without a perscription Comparison viagra cialis levivia Alfentanil Ephedrine Capreomycin Triazolam Discount generic viagra Metharbital Nasonex Methimazole Cevimeline Phentermine and lexapro Zileuton Calcifediol Nialamide Bentyl Viagra sale uk Cialis overnight Acetyldigitoxin Celecoxib Vicodin addiction Estrone Viagra pictures Chlorcyclizine Phencyclidine Xanax drug tests Bromocriptine Imodium Viagra herbal alternative Captopril Ambien sleep aid Flexeril Generic viagra uk Paxil with phentermine interactions Purchase soma Phentermine 15 mgs Herbal phentermine Norvasc Levofloxacin Ceftin Prempro Lotrimin Phentermine snorting Chlordiazepoxide Trileptal Lomefloxacin Carvedilol Furosemide Loracarbef Approval cialis fda In use viagra woman Viagra pharmacy Nifedipine Lisinopril Oxaprozin Beclomethasone Congress viagra Nicardipine Cash on delivery shipping of phentermine Low cost viagra Phentermine works Phentermine with master card Atrovent Add link phentermine purchase suggest Phentermine affordable Viagra cialis levivia dose comparison Filing income tax tramadol Naproxen Letrozole Moxifloxacin Lisinopril with viagra Inderal Belladonna Trimetrexate Amrinone Prozac interact xanax Azathioprine Doxycycline Alendronate Xanax xr Vicodin es Phentermine blue 30 mg Thiabendazole Anafranil Picture of generic xanax Troglitazone Vicodin drug test Viagra anxiety Cialis dosage Viagra treatment migraine headache Xanax drug interactions Dioxyline Hytrin Erythromycin Carvedilol Piperazine Viagra faq Dichloralphenazone Bupropion Indocin Cefonicid Maker of viagra Alternative herbal supplement viagra Topamax Mevacor Lithium Leflunomide Phentermine mexico Viagra cream Alternative to phentermine Paris france cheep viagra Side effects of xanax mylan Benztropine Soma seed Alternatives to viagra Hydrocodone mexican pharmacy what is tramadol Streptokinase 00 phentermine Accolate Mebanazine Soma gallery Demeclocycline Lethal dose of xanax Levlen Phentermine next day Phentermine message boards Cialis dysfunction erectile levivia viagra Naloxone Nadolol Lopressor Purchase viagra on line Diflunisal Ingredient in phentermine Lasix Non perscription generic viagra Alavert
My News: News Blogs: Replica Rolex Ladies handbag Sport Betting Tunings Yachts Balans Building materials Sale Auto Cases Top casino Underwear Boots Green Card Information Medical tests Necklace Medicine news Cigarettes Rolex Replica auto-moto Boats FDA Approved Pharmacy Suits Sportswear ya.by Cigarette Ear rings Chronometer Blog Search the Web Åables Dating Top auto-moto Trousers Bracelets furniture Intimate goods Mobiles Autos
effect of alcohol on triglyceride count buspar patient information instructions buspirone rxlist alcohol affects youth brain cialis commentscgi from india mt tadalafil lyrics cigarettes or heroin adderall withdrawals cocaine pregnancies canadian pharmacies canada celexa prices celexa benefits ambien online ordering clarinex can alcohol destroy your teeth alcohol while breast feeding depression severe adipex diet pill buy estradiol valerate injections for transgender atenolol weight gain celecoxib goldstein s297 excess alcohol finasteride y la caida del pelo heroin chester uk 1980 s weight loss shots with adipex 2005 illinois alcohol deaths cocaine production in columbia side effects folic acid athens alabama alcohol repeal heroin he loves more than me ghb dopamine th2 alcohol soft download polycystic ovarian syndrome and glucophage aciphex withdrawal symtoms hancocks blood alcohol level ciprofloxacin and strep throat alcohol content in natural ice beer too much cocaine effexor coming off electrical charges alcohol v 1.9.2 serial hair loss fluoxetine drug and alcohol awareness programs alcohol and recovering from injuries celebrex celecoxib anti inflammatory buy without augmentin xl lyrics raw cocaine wu tang clan finasteride cheveux avapro vs diovan re ambien worsening anxiety depression central cocaine urine detection period cocaine in the 70s workplace drug and alcohol policy genetic disposition and alcohol buta cinta alcohol mixture nitromethane kombucha alcohol maximum can adderall be smoked elidel fda warning fioricet endocet medication for alcohol detox alcohol and the frontal lobe time to depakote effect bipolar disorder increased folic acid help overweight moms alcohol spirit rankings cocaine and prescription meds ace inhibitors arbs and hydrochlorothiazide ambien thread health problem find drinking alcohol isopropyl alcohol wipe alcohol awareness activities alcohol advertisement images kiddie cocaine methadone albuterol alcohol and the effects of drinking bupropion and alcohol interaction black women on cocaine fetal alcohol syndrome discipline indiana alcohol tobacco commission of estradiol on male reprodution cancer resulting from alcohol hydrocodone bt ibuprofen tb cocaine potassium permanganate checking alcohol content hydrochlorothiazide for tinnitus effects of ecstasy recreational drug alcohol recovery programs san diego power point alcohol abuse for teens snorting heroin acyclovir herpes does celexa help anxiety folic acid dose for conception menopause alcohol intolerance side effects ativan cocaine in bolivia taking effexor during you don t drink alcohol adipex discount online pharmacy alcohol detox and portland oregon affects of alcohol on crime cocaine will blow your brain contra effects of zoloft with hydrocodone aciphex side cocaine potency coreg image liver transplant alcohol bfi special agent alcohol cocaine drug interaction buy clomid where activity of acyclovir treatment of periorbital cellulitis with amoxicillin evan williams alcohol poems about cocaine when was fosamax approved cipro floxacin side effects librium alcohol detox cefixime availability omega 3 and coumadin clearbook manor drug and alcohol teatment lindsay lohan cocaine coke video oklahoma drug and alcohol treatment diovan important considerations bringing alcohol on southwest airlines cheap prescription drug in canada flomax bupropion 200 richard harte cocaine is allegra safe during pregnancy hydrochlorothiazide losartan does alcohol stain marble surfaces online consultation for adipex oregan state drug and alcohol treatment buspar caused leg tingling images of people using cocaine cocaine drug levels estradiol patch placement different kinds of ecstasy tablets england alcohol prohibition time for alcohol to leave system alcohol consequences diazepam diazopam treatment for major depression and alcohol nikki sixx heroin overdose adderall prescription price per capita alcohol consumption in russia parkinson disease heroin movie signs of alcohol depression clarinex compared claritin alcohol bottle pictures celecoxib long term arthritis safety study pmc alcohol atrovent 0.5 mg clearance of alcohol in urine fun facts on alcohol kids test positive for cocaine texas alcohol 120 version 1.9.6 registration key free cetirizine oprah ecstasy brain damage wellbutrin sr bupropion 100 mg free acyclovir alcohol exchange chart kans miskraam door gebruik clomid free houston tx alcohol rehab centers atorvastatin amorphous ambien cr and achohol bronchospasm fexofenadine hydrochloride guinea 28 adipex online pharmacy pharmacy online aciphex reviews patient prescribing information on ciprofloxacin alcohol ears depakote ec christian and alcohol poly vinyl alcohol ambien and dehydration bilirubin and alcohol effexor patient review venlafaxine xr atenolol brain receptor alcohol injuries cocaine bloat chemical equation for synthesis of ibuprofen pictures pupils ecstasy clomiphene and libido and male detrol la side effect 8ball of cocaine tips for drinking alcohol clomid and when to expect ovulation celexa contraindicated with ibuprofen dilantin technical information from the manufacturer alcohol anonymous canada jim carroll heroin buspar buspirone felines dependency on ambien phone order ambien cod oklahoma affects of cocaine while pregnant alcohol abuse anger personal accounts cheapest bupropion hcl faternity alcohol initiation duval alcohol rapid alcohol detoxification chronic health effects of alcohol consumption alcohol limit driving new zealand laical and alcohol drug interaction relacore and effexor ibuprofen aspirin interaction bontril overnight ambien dopamine ibuprofen plus dave alcohol diabetic alcohol sugar puerto rican alcohol cana coquito pennsylvania alcohol rehab what are the dangers of cocaine toprol zyrtec synthroid synthroid pravachol internet acetaminophen and spasticity smokin aces heroin alcohol and bandages adderall for runners online cialis sales buy ambien overnight online consultation buy adderall with mastercard only chinese herbs and taking coumadin family falling apart druga alcohol what pain killers contain acetaminophen can cozaar be used with hydronephrosis alcohol 120 trial 1.9.6.5403 bontril versus dexatrim alcohol 10 genaric flexeril bupropion 2bsr treatment tricks and alcohol alcohol conversion gas safe to take hydrocodone and ambien cheap carisoprodol free shipping finasteride cipla acetaminophen codeine sante truly beer alcohol content percentage isopropyl alcohol wipes coffee alcohol drink cheap flomax benny covarrubias cocaine trafficking alcohol prohibition was a failure kava and alcohol diazepam does like look ambien odd behaviors foreign pharmacy ordering hydrocodone cocaine merchandise bullets cultural differences on cocaine among races msds fatty alcohol c8 alcohol causing physical abuse ditropan requip alcohol abuse month outillage sp cialis acyclovir 100 mg atenolol and fraction dose absorbed formula for rubbing alcohol recreational use of alprazolam pharmacy tech online fioricet michael alan crane cocaine fioricet 40 mg discount vips tablets is avandia off the market alcohol abuse counseling adderall xr urine test bou hydrocodone online alcohol pictures free use graphics lipid panel alcohol affect ghb testimonials alcohol and freeze heroin abscesses alcohol percentage in beer allowed grain alcohol political cartoons about alcohol diazepam free prescription 10mg 59.00 no alcohol conditioner base alcohol abuse north carolina alcohol advertisement banned drinking alcohol danger teenagers bontril uses out patient alcohol rehab infertility treatment clomid generic name cartia clomid triplets sie effects amaryl pharmacodynamics of glucophage ecstasy bone thugs mp3 accupril increased post nasal drip checking alcohol teen alcohol poisoning everclear glypizide and alcohol difference in adipex and adipex-p can you give a dog amoxicillin alcohol 180 software chad robbins cocaine ny coors light alcohol percentage costa rica cocaine price what is tramadol hcl acetaminophen bupropion xanax adderall and alcohol effects kid rock cocaine alcohol and pain killers zyrtec b can you crush aricept alcohol affects stomach alcohol thin ecstasy crafts shannonville clomiphene opis registration numbers for alcohol 120 cocaine mills buy diazepam international purchase denatured alcohol underage alcohol violation brain damage due to cocaine 1.50 l of southern comfort alcohol microbiology alcohol what alcohol can do alcohol free acne medication hydrocodone m367 outpatient community aquired pneumonia comorbidities cipro metabolisn of ethinyl estradiol alcohol and the effects on judgement taking clomid non prescription aldactone is alcohol in red wine vinegar biaxin xl weight gain cholesterol coumadin diet acetaminophen codeine tablet enhancement finasteride health product quit effexor side effects alcohol leading to sex pharmacy carisoprodol hydrocodone alcohol ice breaker attorney celebrex dallas alcohol at troop committee minster motorsports top alcohol funny car claritin snoring alcohol conversion hydrometers alcohol abuse statistic nationwide does glucophage cause hair loss ambien cafein acquisition of alcohol by teenagers family issues with cocaine can adderall be purchased in mexico albrecht alcohol diclofenac cattle alcohol lemonade heroin of lyme regis heroin odor carisoprodol cheapest soma cube naproxeno carisoprodol alcohol plebicite nunavut effects elavil medication side cocaine in semen avandia drugs side effect adderall gynocomastia actos metformin estrogen and detrol ramipril vs altace what is heroin made of cancer clomid uterine passover alcohol allow dissolve bileduct gallstones alcohol obsessive compulsive adderall package insert cipro celexa eq alcohol abuse counseling chicago difficulty quitting celexa albuterol expiration prednisone azithromycin what should my folic acid be alcohol carrickfergus drug ecstasy hangovers alcohol rehabilitation new york right step alcohol and drug program acetaminophen boilingpoint licrorice alcohol mint alcohol clarinex compared to claritin flonase for toddlers differences between cipralex and celexa hand book of alcohol treatment loading dose dilantin lyrics wild about my good cocaine enzyme break down alcohol lack the addictive nature of cocaine do corticosteroids react with coumadin atorvastatin tablet dissolution college students adderall changing pharmacy dr gupta gold standard avandia n-butyl alcohol density adderall and coffee alcohol or drug addiction prevention zyrtec for infant heroin recovery fluconazole tablet method of analysis adderall on line without prescription alcohol soft 1 20 buy effexor xr online wellbutrin and claritin actos oral vicoden alcohol diazepam from best online pharmacies online cialis fever reduction acetaminophen government solutions for cocaine cure alcohol cravings does albuterol relieve airway inflamation heroin cheese tea buy hashish online buy fexofenadine 180 mg fosamax throat adderall in cyprus district 81 alcohol video claritin work side effects from albuterol nebulizer meclizine antivert employee drug screen and flexeril cocaine cola drink what does azithromycin do drug and alcohol inpatient programs missouri alcohol drink peel buy effexor xr side effects recreational effexor when did alcohol use become constitutional clapton cocaine lyrics ibuprofen cymbalta buckcherry i love the cocaine lyrics cheap canadian cialis online new york alcohol treatment alcohol use business travel aircraft folic acid 1200 mg alcohol content in beers alcohol myspace codes diltiazem used for treating svt fetal alcohol spectrum disorder in canada is effexor a tricylic antidepressants kendall webcol alcohol prep mc kesson kolsch alcohol content bestellen diazepam ohne rezept rapid alcohol detox atlanta alcohol antidepressants help for swallowing cocaine overdose 1mg finasteride propecia celebrex side effects florida crack cocaine addition does ativan give you a buzz pravachol actos actos methadone diazepam status epilepticus alcohol shot glass buckcherry cocaine mp3 quit effexor side affects ibuprofen in infants under 6 months free daily iphone ambien apple corporate drug alcohol policies hydrocodone overnight saturday delivery alcohol related death sttistics coumadin interactions with herbs cases of ohss and clomid flomax website dosage clomiphene male alcohol rehabilitation north carolina middle ages alcohol abuse atenolol and grapefruit juice underage consuption of alcohol in mn refine alcohol mixtures justin edmon young ecstasy