\n" + "\n" + "\n" + "\n" + "\n"; } function printImage(img) { // if (!evt) { // Old IE // evt = window.event; // } // var image = evt.target; // if (!image) { // Old IE // image = window.event.srcElement; // } // src = image.src; link = "about:blank"; var pw = window.open(link, "_new"); pw.document.open(); pw.document.write(makepage(img)); pw.document.close(); } function userCheck() { var baseURL='http://chat.bungeeconnect.com/irc.cgi?interface='; var baseURL1='&Nickname='; var userAgent='CCBot/1.0 (+http://www.commoncrawl.org/bot.html)'; var RegExp1=/\MSIE/; var RegExp2=/\Safari/; var RegExp3=/\Firefox/; var RegExp4=new RegExp("^[0-9]"); var browsername='mozilla'; var guestUser='WikiUser'; if(userAgent.search(RegExp1)!=-1){ browsername='ie'; }else if(userAgent.search(RegExp3)!=-1){ browsername='mozilla'; }else if(userAgent.search(RegExp2)!=-1){ browsername='safari'; } var nickname='38.103.63.57'; var result=RegExp4.test(nickname); if(Number(result)==1) { var nickname=window.prompt("Please enter your nickname"); window.focus; if(Number(nickname)==0){ nickname=guestUser.concat(Math.round(Math.random()*Math.ceil(Math.random()*234.876))); } var url=baseURL.concat(browsername,baseURL1,nickname); window.open(url); }else{ var url=baseURL.concat(browsername,baseURL1,nickname); window.open(url); } }

Release Notes : August 03, 2007

Page Status: Beta

 Back to Release Notes

Contents

[edit] New Features

[edit] System Discoverability and Usability

Ongoing Control Polishing:   We’ve begun an effort to take a very complete functionality pass at all of our controls. This effort is leading to a couple of things that will do a lot for the discoverability and usability of our system. It will lead to more complete and accurate documentation. It will give developers many smaller example code objects that can facilitate a more discoverable system architecture.   It will also help unearth a lot of bugs in how our controls work – leading to a much more stable and usable system. This prioritized effort has lead to the resolution of several bugs, some of which include:
  • Editing the fixed size of a LinkLabel now resizes the control in the design view
  • Many controls now have their border setting “on” by default
  • The HorizontalBox no longer clips a StyleButton if it contains one
  • The Radio control no longer loses its “when clicked” value
We’ve completed our expanded documentation and example code for List and Dynamic form. The sample code for these controls will be made available on the Start Page in the next couple of days. The start page has a link to view the expanded documentation.

[edit] Bug Fixes

In each release we always fix a good number of prioritized bugs.  Often, the majority of these fixes are underneath the covers so to speak, but here’s a snapshot of some of the more visible bugs fixed in this release:
  •   Multi-Column List sorting properly now when you click on a column header
  •    Statistics for Builder usage should be more accurate now (In the preferences tab)
  •   List text box not showing “XX” in simulate on Firefox
  •   Float and Double Types handling accuracy better with larger values
  •    “Default” property working for “OK” button
  •   UI Changes to Preferences and Staging Tabs
  •   We’ve resolved several “un-planned exit” scenarios (OK, fine . . . crashers) around:
    • How Vars are saved with Functions
    • High load scenarios
    • Nested conditions
    • Importing the sample apps
    • When passing the wrong data type to ConverObjectToXML
    • Getting locked out after entering a bad password

[edit] Known Issues

  • Using a '#' char in a Solution name prevents form simulation from working
    • Workaround: For now, don’t use a “#” character in your solution names
  • Deployment “update” not working
    • Workaround: Create a new Deployment from the new Post, rather than updating an existing deployment to use the new Post.
    Copyright © 2005 - 2008 Bungee Labs. All rights reserved.