Live Inspection, EASE Auditing, New Themes

Labels
AJAX(112) App Studio(6) Apple(1) Application Builder(245) Application Factory(207) ASP.NET(95) ASP.NET 3.5(45) ASP.NET Code Generator(72) ASP.NET Membership(28) Azure(18) Barcode(2) Barcodes(3) BLOB(18) Business Rules(1) Business Rules/Logic(140) BYOD(13) Caching(2) Calendar(5) Charts(29) Cloud(14) Cloud On Time(2) Cloud On Time for Windows 7(2) Code Generator(54) Collaboration(11) command line(1) Conflict Detection(1) Content Management System(12) COT Tools for Excel(26) CRUD(1) Custom Actions(1) Data Aquarium Framework(122) Data Sheet(9) Data Sources(22) Database Lookups(50) Deployment(22) Designer(177) Device(1) DotNetNuke(12) EASE(20) Email(6) Features(101) Firebird(1) Form Builder(14) Globalization and Localization(6) How To(1) Hypermedia(2) Inline Editing(1) Installation(5) JavaScript(20) Kiosk(1) Low Code(3) Mac(1) Many-To-Many(4) Maps(6) Master/Detail(36) Microservices(4) Mobile(63) Mode Builder(3) Model Builder(3) MySQL(10) Native Apps(5) News(18) OAuth(8) OAuth Scopes(1) OAuth2(11) Offline(20) Offline Apps(4) Offline Sync(5) Oracle(10) PKCE(2) PostgreSQL(2) PWA(2) QR codes(2) Rapid Application Development(5) Reading Pane(2) Release Notes(178) Reports(48) REST(29) RESTful(29) RESTful Workshop(15) RFID tags(1) SaaS(7) Security(80) SharePoint(12) SPA(6) SQL Anywhere(3) SQL Server(26) Stored Procedure(4) Teamwork(15) Tips and Tricks(87) Tools for Excel(2) Touch UI(93) Transactions(5) Tutorials(183) Universal Windows Platform(3) User Interface(338) Video Tutorial(37) Web 2.0(100) Web App Generator(101) Web Application Generator(607) Web Form Builder(40) Web.Config(9) Workflow(28)
Archive
Blog
Monday, December 12, 2011PrintSubscribe
Live Inspection, EASE Auditing, New Themes

Code On Time has released update 6.0.0.16. The new updates includes a collection of new features and bug fixes described below: 

  • Live Inspection is now available.
     
  • Integrated EASE Auditing is now available in Unlimited edition.
     
  • New Modern and Dark Knight themes.
  • Reduced metadata footprint with all databases. Previous version would have enumerated all table columns even if the tables are not selected in the project.
     
  • Custom project references (for example, external assemblies) are not lost when Visual Basic projects are re-generated.
     
  • Mr. Adalberto Hernandez Vega has contributed Spanish localization for es-HN culture. Thank you!
     
  • Client Library now supports new data controller URL parameter, which allows indicating, which URL filter fields shall remain visible. The default behavior is to hide the data fields specified in the URL.
     
    A comma-separated list of fields can be specified as follows: _display=Field1,Field2,Field3. The client library will also populate field values from the values in the URL when _commandName is New. Read more about data controller URL parameters at /blog/2011/01/data-controller-url-parameters.html
     
  • Left Shift + Click on the project name will re-generate the project.
  • If the HyperlinkFormatString property of a field starts with “mailto:” then the links is formatted correctly.
     
  • The header text of the action group with scope "Action Column" is displayed in the header of the action column. If the text is blank then "Actions" is displayed instead.
     
  • Various cosmetic improvements to Project Designer.
     
  • Project Explorer tracks and updates multiple visible nodes linked to the same data controller on all tabs.
     
  • Client library detects HTML tags and does not perform HTML formatting in menus and "filter details" area of views if HTML is detected.
     
  • Automatic expansion of collapsed nodes in Project Explorer upon refresh of a node by monitor. 
     
  • Code generator will not try to delete project folders under control of Subversion.
     
  • Multi-field filter fields (up to five) are now available to allow multi-level master detail configuration with multi-column primary keys.
     
  • Client library now supports [Master.FieldName] expressions in When Client Script of actions and in new Visible When property of data views.
    Multiple-value filter fields are now working correctly.
     
  • Visual style of buttons in "Action Column" scope has changed.
     
  • Data Field Visibility is now a property of a Data Field instead of a list of Visibility expressions.
     
  • Shortcuts to Value/Text Items and Validators are displayed in fields and data fields.
     
  • Fixed the bug that was preventing deletion of visibility expressions on data fields in grid views.
     
  • Core.css has been changed to use the new Outer CSS class for icons. Existing apps will require modification to support custom action icons.
    For example: .NewIcon .Outer, .FlatGroupIcon.NewIcon
     
  • Fix the problem with disappearing “Reports|*”  nodes due to wrong schemas deduced from "_" in the names of tables.
     
  • Preview window is maximized if the Designer window is maximized.
     
  • Data controller URL parameters now support _commandName2 and _commandArgument2. The second command is executed as a follow up to the first set of _commandName and _commandArgument. Use the first set to select a record and the second command to execute a custom action on the activated record when needed.
     
  • CloudApp project file in Azure Factory applications is now compatible with Azure SDK 1.6.4
     
  • Action groups and actions feature Id property. It is used as as a CSS style on all user interface elements representing actions.
     
  • App Preview shows precisely on top of the Designer window. 
     
  • Utility Css classes are assigned to UI elements representing actions to support Designer inspection.
     
  • Icon column in grid views now renders a span to allow better formatting.
     
  • Menu options now feature Inner, Outer, and Self CSS classes to allow sophisticated styling.
  • Restored ability to go back from Controller Summary page in Project Wizard.