What's new in Tersus Visual Programming Platform 2.1.8.2

Jul 30, 2012
  • Fix for duplicate triggering of 'On Click' when first event handler changes the DOM (JQuery-related)
  • Override JQuery style defaults to provide a more compact display of Input Field, Label, List Item in
  • Fix for focus issue on fields in full-screen mobile dialogs
  • Fix for Relative Date/Relative Time bug on client-side treated by reference
  • Fix for bug causing to clear body class
  • Fixed double invocation of if input field is changed from read only to writable
  • Fixed bug in Find Elements (client-side) with trigger
  • Fixed bug with Table Wizard failing to create structure in Mobile View
  • Fix issue with element in HTML Tag identified as HTML/CSS attribute
  • Fix transparent background of Menu Button's list in chrome
  • Improved error message for unknown CSS/HTML properties
  • Improved & consistent default preferences for sample and new workspaces
  • Fix Android export issue, which deleted all files from target location. Export now creates missing files and updates existing files as needed.
  • Display/Dialog - use html.dialogPosition property to control dialog position, specified as a CSS style (e.g. top:100px;left:100px;)
  • A default odd style is now included in the platform CSS. When Table has html.zebraTable=true, odd rows receive the odd class. Previosly, this required the developer to include an odd class in the application CSS, since no default was defined.
  • CSS -based behavior of selection in table now depends on pluginVersion property. If 1 or greater, a selected class is added to the selected row's existing classes, rather than replacing them.
  • All table templates in the common library have been updated so that new models are created with pluginVersion=1.
  • If you've been running version 2.0.17 or later, you may observe visual changes in table selection behavior, due to the fact that tables where created without pluginVersion, but behaved as if it is set. To reolve this issue in your application, add pluginVersion=1 to each table.
  • Initial implementation of exit on Take Picture

New in Tersus Visual Programming Platform 1.3.43 (Dec 26, 2009)

  • Fix iPhone/List template

New in Tersus Visual Programming Platform 1.1.6 (Oct 2, 2008)

  • Completed pure-Javascript long-polling implementation of Publish/Subscribe, and added palette entries for Publish and Subscribe
  • There may cases of lost message if several messages are delivered in a short time
  • Old models need to be re-modelled as we renamed "Notification" to "Message"
  • Tested on IE, Firefox, Chrome and Safari (Safari tested on Windows and on iPhone)
  • Service timeout mechanism - support for timeouts in database operations (not complete yet)
  • Fix for translation refresh problem (caused by error in Map)
  • Fixed palette entries for Table Wizard
  • Client side implementation of Get Element : fixed 'Assertion Failed' error when exit is repetitive but actual element is not
  • Fix for script error in case a service returns a value for an exit to whose type the user has no permission
  • Improved server error logging (some error cases were previously not logged well)
  • Fixed escaping problem in Tabbed Pane labels
  • Fixed Paste after copying a model from the repository
  • Fix for over-translation: when value is used in process context, the un-translated value is used
  • New plugin Convert Image (converts image from one format to another).
  • Fix for error in client side "remove" flow arrows (previously, a display element reference removed from a data structure would disappear from the screen)
  • Added styles alignLeft and alignCenter to default stylesheet

New in Tersus Visual Programming Platform 1.0.36 Build 200804161036 (Oct 2, 2008)

  • Improved application loading
  • Initial implementation of Table Wizard
  • Initial implementation of Quick Hosting
  • Automated Testing framework
  • New implementation of Date and Time Input Field