Smart Mobile Studio
  • News
  • Forums
  • Download
  • Store
  • Showcases
    • Featured demos
    • The Smart Contest 2013, Round 1 – Graphics
  • Documentation
    • Get the book
    • System requirements
    • Prerequisites
    • Getting started
      • Introduction
      • Application architecture
      • The application object
      • Forms and navigation
      • Message dialogs
      • Themes and styles
    • Project types
      • Visual project
      • Game project
      • Console project
    • Layout manager
    • Networking
      • TW3HttpRequest
      • TW3JSONP
      • Loading files
  • About

Smart Mobile Studio 2.1 (beta-3)

Posted on 26.07.2014 by Smart Mobile Studio Team Posted in Announcements, Developers log, News 4 Comments

Smart Mobile Studio 2.1 (beta)

This version is actually more like a “release candidate” than a “beta”.

There’s only one issue left, and that’s related to RTTI.
If we mange to fix this issue within the next few days, then we will include that fix in the final release. If not, we’ll postpone the RTTI to the first hotfix and release this version as is.

If you would like to give this a try, you can download the installer here:

  • setup_enterprise.exe
  • setup_professional.exe
  • setup_basic.exe
  • setup_educational.exe

A valid license key (trial or subscription) is required.

NOTE: Since v2.0 isn’t forward compatible, you can’t open v2.1 projects in v2.0. Make sure to always backup your projects case you want to revert to v2.0 again.

—
Sincerely,
The Smart Mobile Studio Team


Changes from the second beta:

A complete, official “v2.1 changelog” can be found with the beta-1 announcement
The fixes we did in “beta-2” can be found on the beta-2 announcement

 

  • Fixed small issue with source highlighting.
  • Fixed QR generation problems.
  • Fixed: Node.js RTL files were not stored in proper UTF-8 format.
  • Fixed: A change of conditional compilation directives was not properly reflected in the compiler.
  • Fixed: Externalized resources always got .pas extension.
  • Fixed Zen, SVG, and Listbox demos.
  • Fixed: Make project internal/external did not mark project as modified.
  • Fixed hotkey manager.
  • Fixed Property Inspector integration (it was not possible to generate an event by double-clicking; comb box for component selection was not working).
  • Form properties can be modified even if there is no component on the form.
  • Fixed problem where editor toolbar buttons got disabled from time to time.
  • Fixed problems with breakpoint display.
  • Fixed: Form was not marked as modified if component was moved/resized with a keyboard.
  • Fixed text-overflow and white-space CSS property names in the RTL.
  • It is now possible to remove events from a component.
  • Command-line compiler can compile .pas files.
  • Old (version 2.0) packages are working again.

 

« Smart Mobile Studio 2.1 (beta-2)
Smart Mobile Studio 2.1 »

4 thoughts on “Smart Mobile Studio 2.1 (beta-3)”

  1. AB says:
    27.07.2014 at 10:20

    Internal debugger is still buggy (triggering a lot of GPF while pressing F8 in a method, then IDE stuck).

    Still issues with the compiler.
    Reported as point 10 in https://smartmobilestudio.zendesk.com/hc/en-us/requests/57
    Sometimes, the (background) compiler does not display the blue points left to the compiled lines. Even if I click on “Compile”, the compilation is successful in the bottom message box, but no blue point is displayed. Then e.g. if I double click on a button, there is a popup saying that “Programs
    failed. Operation might not be complete. Continue anyway?”, and if you click e.g. “Yes”, it moves the button to the mouse pointer, so that sometimes the button just disappear from the form!

  2. AB says:
    07.08.2014 at 10:45

    I just found out a big issue, using latest Smart Mobile Studio 2.1 (beta-3):

    If I define the following record type:


    type
    TTestNestedRecord = record
    H1: integer;
    H2: string;
    H3: record
    H3a: boolean;
    H3b: TSQLRawBlob;
    end;
    end;

    when I want to copy the record:


    var rec1,rec2: TTestNestedRecord;
    rec2 := rec1;

    then the browser complain about a missing copy function.

    In fact, there is no function generated by the compiler to copy the nested rec2.H3 := rec1.H3.

    This is very annoying to have such a basic language feature not working…
    I would have to switch from record to classes for our mORMot SOA client, and it is highly disappointing.

    • Jørn E. Angeltveit says:
      07.08.2014 at 16:22

      Issue fixed 🙂

      • AB says:
        07.08.2014 at 22:03

        Thanks!

Comments are closed.

Pages

  • About
  • Feature Matrix
  • Forums
  • News
  • Release History
  • Download
  • Showcases
    • The Smart Contest 2013, Round 1 – Graphics
  • Store
  • Documentation
    • Creating your own controls
    • Debugging, exceptions and error handling
    • Differences between Delphi and Smart
    • Get the book
    • Getting started
      • Introduction
      • Local storage, session storage and global storage
      • Application architecture
      • The application object
      • Forms and navigation
      • Message dialogs
      • pmSmart Box Model
      • Themes and styles
    • Layout manager
    • Networking
      • Loading files
      • TW3HttpRequest
      • TW3JSONP
    • Prerequisites
    • Real data, talking to sqLite
    • System requirements
    • Project types
      • Visual project
      • Game project
      • Console project

Archives

  • December 2019
  • December 2018
  • November 2018
  • July 2018
  • June 2018
  • February 2018
  • September 2017
  • April 2017
  • November 2016
  • October 2016
  • September 2016
  • April 2016
  • March 2016
  • January 2016
  • October 2015
  • September 2015
  • July 2015
  • April 2015
  • January 2015
  • December 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • November 2011
  • October 2011
  • September 2011

Categories

  • Announcements (25)
  • Developers log (119)
  • Documentation (26)
  • News (104)
  • News and articles (16)

WordPress

  • Register
  • Log in
  • WordPress

Subscribe

  • Entries (RSS)
  • Comments (RSS)
© Optimale Systemer AS