Version 8: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
Line 67: Line 67:


=== Samples ===
=== Samples ===
# All: All sample now use Bootstrap 4 controls.
# All: All samples now use Bootstrap 4 controls.
# New Async sample shows how to use Async/Await.


=== Documentation ===
=== Documentation ===

Revision as of 20:59, 2 November 2019

Major New Features

  1. Auto Generate PhoneGap images
  2. Python 3
  3. wxPython 4
  4. Better Electron support

Upgrading

If you have AppStudio 7 or older and don't have a subscription, you will need to get the upgrade to use these new features. You can order it here.

If you like would to try it first, download from the 'Check for Updates' screen in the Help menu. You'll get a demo copy.

Version 8.0.0

Here's a list of what is new!

If you own a previous version of AppStudio and not have a subscription, you need to buy the upgrade to use Version 8. You can do this from within the app or from our order form.

Until you have bought the upgrade, you can use AppStudio 8 in Demo mode for up to 30 days. Once you buy, your copy will convert automatically to the full version.

IDE - General

Code Window

Design Screen

Project Explorer

Libraries

Toolbox

Project

Forms

Runtime

  1. Async/Await support added.

Preferences

Deploy

  1. 'Make Desktop App using Electron' added to Run menu
  2. 'Make Desktop App for Distribution' added to Run menu
  3. Electron build now uses Electron-build library.

PhoneGap

  1. 'Generate Icons for PhoneGap' removed from Tools menu.

Frameworks

AppStudio

Bootstrap 4

Bootstrap 3

  1. Now marked as Obsolete in the Toolbox.

Common

jQuery Mobile

  1. Now marked as Obsolete in the Toolbox.

jqWidgets

BASIC

Samples

  1. All: All samples now use Bootstrap 4 controls.
  2. New Async sample shows how to use Async/Await.

Documentation

Internals

Breaking Changes