Version 8

From NSB App Studio
Revision as of 11:49, 3 November 2019 by Ghenne (talk | contribs) (→‎BASIC)
Jump to navigation Jump to search

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

  1. AppStudio icon updated to a more modern circle style.

Code Window

  1. Keyboard shortcuts now work on MacOS

Design Screen

Project Explorer

Libraries

Toolbox

Project

Forms

Runtime

  1. Async/Await support added.

Preferences

  1. A download directory has been added to PhoneGap Preferences.

Electron

  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.
  4. ElectronWeather sample updated to use electron-build.
  5. Electron Wiki article updated to show how to use electron-build manually.

PWA

  1. Errors in manifest.json now throw an appropriate message.
  2. Add project property to turn off PWA code.

PhoneGap

  1. 'Generate Icons for PhoneGap' removed from Tools menu.
  2. Errors in config.xml now throw an appropriate message.
  3. Build counter property added. Increments on each build and updates config.xml.
  4. CSP is now required for all PhoneGap apps (Google requirement).
  5. New PhoneGap icon property added. Should be 1024x1024 png.
  6. All required icons are now automatically generated.
  7. All required splash screens are now automatically generated.
  8. Config.xml is automatically updated with the correct paths for icons and splashes.
  9. PhoneGap samples now give a warning when not run with PhoneGap.
  10. After PhoneGap app is generated, it is automatically downloaded.
  11. A download directory has been added to PhoneGap Preferences.
  12. A reasonable filename is now generated for download PhoneGap apps.
  13. PWA code is no longer included in PhoneGap apps.
  14. QR Code is no longer displayed if no PhoneGap account.

Frameworks

AppStudio

Bootstrap 4

  1. Listgroup: Using button style with appearances now works properly.

Bootstrap 3

  1. Now marked as Obsolete in the Toolbox and Samples.

Common

  1. QRCode: setValue added to autocomplete in Code Window

jQuery Mobile

  1. Now marked as Obsolete in the Toolbox and Samples.

jqWidgets

BASIC

1. Async and Await are translated properly. 2. False syntax error on Catch fixed.

Samples

  1. All: All samples now use Bootstrap 4 controls.
  2. New Async sample shows how to use Async/Await.
  3. PhoneGap samples now give a warning when not run with PhoneGap.
  4. GoogleMaps sample now tells user an API key is needed.
  5. jqxComboBox sample fixed.
  6. StockQuote sample dropped.
  7. Samples automatically have BASIC library included, in case they use those functions.
  8. jQuery Mobile removed from all samples.

Documentation

Internals

  1. Python updated from 2.7 to 3.7.
  2. wxPython updated to Version 4 ("Phoenix")
  3. All references to hfunc.js removed (obsolete)
  4. jQuery updated to 3.4.1
  5. Customer and level set in .env (affects dev environment only)
  6. Code quality improved by linting

Breaking Changes