Help - Search - Members - Calendar
Full Version: WinBuilder 073 - beta discussion
The CD Forum > The CD Forum > WinBuilder
Nuno Brito
Hi everyone!

A new winbuilder beta is available for testings.

You can find all talks about the new features added and bugfixes on this topic.

Download beta versions from this section --> http://winbuilder.net/download.php?list.9

As always - you're more than welcome to say your mind about can be improved and changed or just check out the latest modifications.

----
Beta 5 (2007-DEC-11)

- Disabled - SystemRefreshInterface is not executed when called from script UI buttons
- Corrected - FileCopy was not allowing to copy a file from one location to another using a different filename
- Corrected - Replaced all "wich" typo keywords by "which"
- Corrected - IniDeleteSection was not working with UNICODE files
- Solved - bug when encoding files using beta 4 - incompatibilities between unicode vs ansi
- Added - Main script treeview is locked when changing selected status to avoid flickers.


[download link]




--------------------------------------------------------


Beta 4 (2007-DEC-03)


- Removed - message that appeared after saving a script in the source editor - save button automatically detects when script is modified.
- Fixed - bug that erased the contents of the script whenever using a spinedit object on the interface
- Fixed - bug that prevented loading any .script file outside the projects folder
- Fixed - Bug which appeared when selecting an error on the log window after running a script "Cannot focus disabled window"
- Fixed - bug that prevented loading .script files in editor mode using command line parameters
- Added - IniDeleteSection - support for unicode files
- Added - IniAddTextLine - support for unicode files
- Added - button to edit listed web servers inside the web server list.
- Added - missing <If,Question,"My Question?",Command> option on the right click menu of the source code editor
- Added - option to launch external editor in source code editor
- Corrected - FileCopy command with progress bar - it was only outputing the name of the filename being copied after completing the copy
- Corrected - After clicking on button inside UI - big play button is disabled
- Corrected - System,RefreshInterface is not working after pressing button on script UI
- Corrected - edit with right-click button on explorer erased everything except interface
- Corrected - Text box won't remember changes made on UI editor
- Corrected - Play button inside source code editor was not saving latest changes
- Replaced - old inimerge code was replaced with newer version (please test)
- Replaced - logo icon for source code editor tab
- Replaced - navigation icons on main window


------------------------------------------------------------------------------------------------------

Beta 3 (2007-NOV-18)

- Added support for reading the default webpage from each web server when selected
- Changed icon for download button inside the download center
- Reverted back to default internal project processing
- Web server list is now available as a tab to keep things tidy
- Added two new commands to the IF function - question and notquestion. Example syntax: if,question,"Continue?",echo,"Hello world!"


------------------------------------------------------------------------------------------------------


Beta 2 (2007-NOV-09)

QUOTE
- Added NativeEx server on the download list
- Corrected error messages that ocurred when editing the script's description in standalone editor mode
- Added option on standalone editor to run buttons and checkboxes
- Running a single script in unattended is much simpler, new syntax: Winbuilder.exe /run="c:\test\apps\myApp.script"
This mode will automatically try to find it's respective project file and read all default values from there if none is specified on command line
- Unattended mode can run files with any .project filename (example: winbuilder.exe %basedir%\Projects\LiveXP\LiveXP.project)
- Added stop button when running in unattended mode
- Added confirmation box when deleting attached files.
- Added button to run script inside the source code editor
- Added auto-save option inside source code editor
- Server list is directly updated from the internet instead of using built-in server addresses.
- Added button on the download tab to refresh list of available servers on the web


----------------------------------------------------------------------------------


Beta 1 (2007-OCT-15)
QUOTE
- Modified UI to keep tabs well separated and enlarge the size of the work window.
- Web tab now defaults to <a href="http://boot-land.net/forums" target="_blank"><a href="http://boot-land.net/forums" target="_blank">http://boot-land.net/forums</a></a> instead of <a href="http://boot-land.net/forums/wb.php" target="_blank"><a href="http://boot-land.net/forums/wb.php" target="_blank">http://boot-land.net/forums/wb.php</a></a> to give direct access to the forums
- fixed bug on web tab which kept the progress whell rotating even after the page concluded loading
- Added right-click menu to add commands on the New Script tool
- Added right-click copy/paste/cut function to codebox and New Script Tool
- Fixed the CheckList component on the interface section
- Added standalone editor mode for editing script - use winbuilder /open="mydir\myWork.script"
- Added self-registering on startup as default which allows to automatically double click to open the script or right-click to edit.



------------------------------------------------------------------------------------------------------
Have fun!! laugh.gif
Nuno Brito
The UI has been modified again to bring a more suitable work space - all projects are also launched as external processes to allow them being executed outside the main winbuilder thread.

The source code editor has also some aditional changes - you can now run the script while you are still editing the source code. When exiting the source code tab the script itself will be automatically saved.

Using the file associate option from the Tools menu you can also double-click on files from explorer and a standalone editor is launched. You can also run this script individually if you wish.

TheHive has sent a new wb logo and I've also replaced the older one. (thank you TheHive!)

Last but not least - wb is now downloading the web server list from the internet - this is good because it will finally avoid having hardcoded paths inside the binary and this way keep wb always up to date with the latest projects.


-------------------

After this next beta I'll try to start working on booty's variable method to see if his refresh vars operation can move wb processing speed to warp 7.. laugh.gif


----------------------

There were a lot of changes and I've tried to debug most common issues but please let me know if something is not working right.


Have fun and thank you for testing!! smile.gif
Nuno Brito
Beta 5 uploaded!! laugh.gif

Hard work to make stable version but it shouldn't take much longer now..

Since there was no update for beta 4 I'll also include the log of changes for the previous beta.


QUOTE
[beta 4]

- Removed - message that appeared after saving a script in the source editor - save button automatically detects when script is modified.
- Fixed - bug that erased the contents of the script whenever using a spinedit object on the interface
- Fixed - bug that prevented loading any .script file outside the projects folder
- Fixed - Bug which appeared when selecting an error on the log window after running a script "Cannot focus disabled window"
- Fixed - bug that prevented loading .script files in editor mode using command line parameters
- Added - IniDeleteSection - support for unicode files
- Added - IniAddTextLine - support for unicode files
- Added - button to edit listed web servers inside the web server list.
- Added - missing <If,Question,"My Question?",Command> option on the right click menu of the source code editor
- Added - option to launch external editor in source code editor
- Corrected - FileCopy command with progress bar - it was only outputing the name of the filename being copied after completing the copy
- Corrected - After clicking on button inside UI - big play button is disabled
- Corrected - System,RefreshInterface is not working after pressing button on script UI
- Corrected - edit with right-click button on explorer erased everything except interface
- Corrected - Text box won't remember changes made on UI editor
- Corrected - Play button inside source code editor was not saving latest changes
- Replaced - old inimerge code was replaced with newer version (please test)
- Replaced - logo icon for source code editor tab
- Replaced - navigation icons on main window




beta 5

- Disabled - SystemRefreshInterface is not executed when called from script UI buttons
- Corrected - FileCopy was not allowing to copy a file from one location to another using a different filename
- Corrected - Replaced all "wich" typo keywords by "which"
- Corrected - IniDeleteSection was not working with UNICODE files
- Solved - bug when encoding files using beta 4 - incompatibilities between unicode vs ansi
- Added - Main script treeview is locked when changing selected status to avoid flickers.
- Added - Switch to TxtAddLine - using "unicode" as last parameter on the append line operations will write with unicode support



[Download link]

smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.