Version 8: Difference between revisions
Jump to navigation
Jump to search
Line 47: | Line 47: | ||
===PWA=== | ===PWA=== | ||
# Errors in manifest.json now throw an appropriate message. | # Errors in manifest.json now throw an appropriate message. | ||
# Add project property to turn off PWA code. | |||
===PhoneGap=== | ===PhoneGap=== |
Revision as of 21:03, 2 November 2019
Major New Features
- Auto Generate PhoneGap images
- Python 3
- wxPython 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
- Async/Await support added.
Preferences
Deploy
- 'Make Desktop App using Electron' added to Run menu
- 'Make Desktop App for Distribution' added to Run menu
- Electron build now uses Electron-build library.
PWA
- Errors in manifest.json now throw an appropriate message.
- Add project property to turn off PWA code.
PhoneGap
- 'Generate Icons for PhoneGap' removed from Tools menu.
- Errors in config.xml now throw an appropriate message.
Frameworks
AppStudio
Bootstrap 4
- Listgroup: Using button style with appearances now works properly.
Bootstrap 3
- Now marked as Obsolete in the Toolbox.
Common
jQuery Mobile
- Now marked as Obsolete in the Toolbox.
jqWidgets
BASIC
Samples
- All: All samples now use Bootstrap 4 controls.
- New Async sample shows how to use Async/Await.