Hello dear guest!

Boot Land is a community driven site established since 2006 and focused on data recovery/backup boot disks, research of Windows 2000/XP/2003/Vista/7 install/deployment/antivirus tools, customizing Windows PE systems and even learning how to recover from disaster situations.

How about joining our boot disk community? So do it. Life's short!

  - You get free access to our newsletter with all the interesting buzz about boot disks
  - We share publicity revenue with everyone who wishes to participate at the forums
  - Publicity is never, never, never displayed to members (along with many other cool things)
http://boot-land.net/register

8 Pages V   1 2 3 > »   
Reply to this topic
 WinBuilder 073 - beta discussion, beta 5
post Oct 15 2007, 05:56 PM
Post #1
Nuno Brito
Platinum Member   ******
Group: .script developer

  Joined: 13-July 06 From: Pittsburgh

Posts: 7,846
Thank(s): 341


Portugal


Hi everyone!

This topic is meant to discuss the features to be added on the next stable version of wb which will later become version 074 when it's ready for the public.

In the meanwhile, these betas are made available for only for testing purposes - please ask or read the talks around here to know what to expect..

All requests for new features and bugfixes are more than welcome and you can find all the latest 073 beta binaries here on this topic to keep everything on a single place.

Don't forget to check or post any bugs you find on wb 072 on the bugtracker

http://www.boot-land.net/forums/index.php?autocom=bugtracker

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

Only one request from my part - please create new discussion topics for non-WinBuilder.exe discussion and this way keep this place clean and focused on a single matter.

This new version will become the result of your feedback and I thank in advance to everyone who joins our discussions here.

Above anything else - have fun and happy testing! smile.gif


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


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


Attached File  WinBuilder073_Beta4.zip ( 831.11K ) Number of downloads: 154





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


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!"

Attached File  WinBuilder073_Beta3.zip ( 823.07K ) Number of downloads: 128


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

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


Attached File  WinBuilder073_Beta3.7z ( 819.41K ) Number of downloads: 131


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


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 http://boot-land.net/forums instead of http://boot-land.net/forums/wb.php 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.


Attached File  WinBuilder073_Beta1.7z ( 822.23K ) Number of downloads: 299


This post has been edited by Nuno Brito: Dec 11 2007, 03:40 PM


--------------------
http://f0rums.com - grab a free forum to include inside your site.

The revenue from clicking on publicity at this post is given to Nuno Brito

.
+Quote Post
post Oct 15 2007, 06:00 PM
Post #2
Nuno Brito
Platinum Member   ******
Group: .script developer

  Joined: 13-July 06 From: Pittsburgh

Posts: 7,846
Thank(s): 341


Portugal


We're back to beta discussions.. smile.gif

-- Modified the main window to make more room for other tabs and also make the overall look more tidy
-- Added the option to use a standalone editor for .script and .project files along with auto-associate - this can also be disabled from the option tab if not required.



Bugs on new features

-- Buttons and Checkboxes won't likely work when used under the standalone editor mode - sorry..


--------------------
http://f0rums.com - grab a free forum to include inside your site.
+Quote Post
post Oct 15 2007, 06:11 PM
Post #3
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 8,903
Thank(s): 557


Germany


QUOTE (Nuno Brito @ Oct 15 2007, 07:56 PM) *
Hi everyone!

This topic is meant to discuss the features to be added on the next stable version of wb which will later become version 074 when it's ready for the public.

In the meanwhile, these betas are made available for only for testing purposes - please ask or read the talks around here to know what to expect..

All requests for new features and bugfixes are more than welcome and you can find all the latest 073 beta binaries here on this topic to keep everything on a single place.

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

Only one request from my part - please create new discussion topics for non-WinBuilder.exe discussion and this way keep this place clean and focused on a single matter.

This new version will become the result of your feedback and I thank in advance to everyone who joins our discussions here.

Above anything else - have fun and happy testing! smile.gif

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


Beta 1 (2007-OCT-15)


Attached File  WinBuilder073_Beta1.7z ( 822.23K ) Number of downloads: 299


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


After a long boring time now the long time expected new chance to tell you your mistakes yammer.gif

Thanks

Peter cheers.gif


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

+Quote Post
post Oct 15 2007, 06:14 PM
Post #4
Nuno Brito
Platinum Member   ******
Group: .script developer

  Joined: 13-July 06 From: Pittsburgh

Posts: 7,846
Thank(s): 341


Portugal


roll1.gif

I was hoping to give you less reasons this time but you know how portuguese people work.. thumbsup.gif


--------------------
http://f0rums.com - grab a free forum to include inside your site.
+Quote Post
post Oct 15 2007, 08:46 PM
Post #5
powaking
Frequent Member   ***
Group: Advanced user

  Joined: 11-September 06 From: Fall River, MA

Posts: 230
Thank(s): 1


United States


QUOTE (Nuno Brito @ Oct 15 2007, 06:14 PM) *
roll1.gif

I was hoping to give you less reasons this time but you know how portuguese people work.. thumbsup.gif


Can say that again roll1.gif
+Quote Post
post Oct 16 2007, 04:56 AM
Post #6
online
Silver Member   ****
Group: Advanced user

  Joined: 28-July 07
Posts: 777
Thank(s): 40


QUOTE (Nuno Brito @ Oct 15 2007, 09:14 PM) *
roll1.gif

I was hoping to give you less reasons this time but you know how portuguese people work.. thumbsup.gif

And I don't tell you about italian people...! thumbup.gif

Carry on, Nuno! cheers.gif thumbsup.gif


--------------------
+Quote Post
post Oct 16 2007, 05:00 AM
Post #7
phox
Silver Member   ****
Group: .script developer

  Joined: 8-August 06
Posts: 803
Thank(s): 1


First impressions and comments about WinBuilder 073 beta1:

1. Work area is slightly larger but looks to white.

2. Web page of WB072 is much better,
as it gives lot of info besides connection to the Forum.

3. On all pages, except on Scripts, WB logo and title are lost.

4. Tools are accessible only from Scripts page.

5. Tools pages are slightly larger, but again to white.

6. Process bars are to square and color looks anemic in Vista.


Suggestions:

1. Keep WB072 graphical composition.

2. Add some more background colors.

3. Round top (bar) edges of all pages.

4. Add in the Tools, page titled “Make Apps script”,
similar as “Create script…”, with “Location” within Apps folder,
short description of MakeScript generator and button “Generate”,
to invoke MakeScript.exe, which should be located in the
Projects/Tools folder.


--------------------
Make it Simple,
make it Small,
to be Stable
and Superior!
+Quote Post
post Oct 16 2007, 05:15 AM
Post #8
Galapo
Platinum Member   ******
Group: .script developer

  Joined: 16-July 06
Posts: 3,242
Thank(s): 284


Australia


I'd like the feature for the script editor to ask if changes are to be saved (yes, no, cancel) if exiting but changes are not yet saved.

Thanks,
Galapo.


--------------------
galapo.boot-land.net
------
Recommended steps to build LiveXP:
1) Download suitable WinBuilder.exe from here and run it;
2) Update through the Download Center by clicking the 'Download' button; and
3) Then build LiveXP by pressing the 'Play' button.
+Quote Post
post Oct 16 2007, 07:08 AM
Post #9
thunn
Silver Member   ****
Group: .script developer

  Joined: 27-July 06 From: Brooklyn, New York

Posts: 579
Thank(s): 22


United States


Nuno..
..thanks for sharing your work in progress! I'll have a look in a moment.

Any chance of adding search and replace to wb txt editor? It's not very important, but since I wind up using it often, it would be a help. For fast search and replace, I often use metapad, a notepad replacement. smile.gif


--------------------
___________________Loading Panther XP...
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
______________________________________________________________
PantherXP.net WIM Based deployment for Legacy Windows
NativePE A customized NativeEx based preinstallation platform
BartPECore Winbuilder as a PE Builder wrapper and beyond
thuun PE Builder plugins and utilities at boot-land.net
+Quote Post
post Oct 16 2007, 07:25 AM
Post #10
booty#1
Frequent Member   ***
Group: .script developer

  Joined: 30-March 07 From: Near Frankfurt

Posts: 290
Thank(s): 2


Germany


QUOTE (Nuno Brito @ Oct 15 2007, 07:56 PM) *
This topic is meant to discuss the features to be added on the next stable version of wb which will later become version 074 when it's ready for the public.
In the meanwhile, these betas are made available for only for testing purposes - please ask or read the talks around here to know what to expect..

Ok, here are my suggestions for a new WinBuilder version:
  1. Improved attachment decoding (see this topic)
  2. Speed-up some of the commands (pedrole15 suggested that often using "System,RefreshVars" takes a lot of time)
  3. Moving the built process into an own thread so that the WinBuilder GUI is usable all the time while building
  4. Same thing for the download progress which killed the my WinBuilder (non-responsive, hung) more than once during the last days

booty#1
+Quote Post

8 Pages V   1 2 3 > » 
Reply to this topic
1 User(s) are reading this topic ()


  

Collapse

  Topic Replies Topic Starter Views Last Action
No New Posts WinBuilder Running on Windows 98
9 BeatZero 82 Today, 05:46 PM
Last post by: psc
No new Topic has attachmentsWinbuilder update on USB
14 klausf 470 6th February 2010 - 01:01 AM
Last post by: MedEvil
No New Posts Topic has attachmentsWinbuilder 078 sp6
Access violation at address 005B2B2B in module 'WinBuilder.exe'
4 Lennart 309 3rd February 2010 - 03:56 PM
Last post by: Lancelot
No new Topic has attachmentsWinBuilder 078 - Support and Issues
51 mcsdtech 5,437 22nd January 2010 - 04:18 PM
Last post by: psc
No New Posts WinBuilder Dir Tree
Basic Script to Fix WB Tree Directories and itself scripts.
13 Leonam2006 479 20th January 2010 - 03:56 AM
Last post by: Leonam2006