We’re pleased to announce that 9.1.2 has been released.
Here’s the complete list of changes:
BS5: Libraries for DataTables updated.
BS5: Fix error on SetFocus()
Design Screen: Controls no longer lose focus on Windows during moving/editing.
VoltBuilder: Use VoltBuilder to create icons and splashscreens instead of AppStudio.
VoltBuilder: Duplicate lines in config.xml removed.
Samples: BS5 DataTables sample updated.
Project: Internal project version bumped from 9 to 10.
Docs: All remaining references in PhoneGap removed or marked obsolete.
Libraries: various libs updated
If you’re building native apps using VoltBuilder, make sure you supply values for the **icon (1024)** and **splash (2732)** properties in [Project Properties – VoltBuilder](https://wiki.appstudio.dev/VoltBuilder). Otherwise, the default AppStudio icon will be used.
You can download the new release from within AppStudio or from our site .
A pioneering figure in programming, Tom Kurtz, has passed away. Alongside his colleague John Kemeny, Kurtz developed the original version of the Dartmouth Timesharing System (DTSS). DTSS revolutionized computer access sharing across networks and paved the way for multiple students to access BASIC. It was unveiled on May 1, 1964, alongside BASIC.
BASIC has endured across generations of computers, from mainframes and minicomputers in the 1960s to microcomputers in the 1970s and 80s, and even to the credit-card-sized Raspberry Pi computer of today. In 1978, Harvard students Bill Gates and Paul Allen created their first version of BASIC for the MITS Altair 8800, a hobbyist-oriented microcomputer. This version transformed the Altair from a blinking box with limited capabilities into a functional computer, leading to a resurgence in BASIC’s popularity during the personal computer era.
When I encountered BASIC in high school, my life took a new turn. I discovered my passion for programming. BASIC has always held a special place in my heart, surpassing other languages in its ease of use and gentle learning curve, enabling users to quickly develop serious applications.
In 1993, I embarked on a journey by writing my first implementation of BASIC for Apple’s Newton. Prior to this, programming the Newton was limited to its native language, which was unique and exclusive. This development allowed tens of thousands of developers to unlock the full potential of their Newtons.
It was during the 1990s that I had the privilege of meeting Tom Kurtz. He was at an educational conference representing True BASIC, the latest version of his product. We engaged in a meaningful conversation, reflecting on the positive impact we had made on people’s lives and the incredible creations they were building using our tools.
Versions for Palm and Windows CE followed. Around 2009, I realized that JavaScript had become a serious language—it was no longer a mere toy. The web development model, utilizing HTML and CSS with a touch of JavaScript, could be reversed. JavaScript could be used as a robust development language, with HTML/CSS serving as the user interface. This realization led to the creation of AppStudio.
I never fail to recall the genesis of this entire journey. We included a BASIC to JavaScript translator in AppStudio, ensuring that BASIC could continue to be utilized by programmers who were familiar with it.
I can only imagine Tom’s amusement at the sight of programmers employing his 60-year-old programming language to create remarkable modern applications in the year 2024.
We’re pleased to announce that 9.1.0 has been released.
We’ve made an important change to the Design Screen. We had been using IE11 to drive it: we are now using the latest version of Edge. This required rewriting a lot of code in our Design Screen module – but has the benefit that it now uses the latest developments in HTML and JavaScript.
This benefits frameworks like Bootstrap 5, which are no longer compatible with IE 11.
Here’s the complete list of changes:
1. AppStudio: Icon in top left corner now appears properly.
2. AppStudio: Save As now copies all the files in the project directory.
3. BS4, BS5: added *disabled* property to several controls
4. BS4, BS5: added *name* property to several controls.
5. BS4, BS5: Label: added blank *appearance* property for no styling
6. BS5: Dropdown: added *index* property.
7. BS5: Input-group: *button* has been added as an itemType: Buttons can be part of a group.
8. Design Screen: Now uses Edge instead of IE to render. Should fix some BS5 issues.
9. Docs: Add AI to your app using ChatGPT
10. Docs: Using SQLite updated for SQLite WASM
11. Docs: Wiki for ForEach updated.
12. Docs: Offline wiki updated.
13. Libraries: wxPython updated to 4.2.2
14. Native: don’t initialize SQLite WASM if Cordova plugin is being used.
15. Samples: ElectronWeather now shows how to do a custom icon in Electron.
16. Samples: New ChatGPT sample
17. Update Screen: Links to proper place in Wiki.
You can download the new release from within AppStudio or from our site .
We’re pleased to announce that 9.0.7 has been released.
In this release, we’ve made lots of updates to libraries. Notably, Electron has been updated to the latest version – read below about a change you will need to make to your projects.
We’ve also updated some of the key technologies which AppStudio is built on. Python, wxPython and PyInstaller are now up to date. This has increased stability, resolved some long standing issues, and lays the groundwork for future improvements.
ChatGPT: Now uses latest model: GPT-4o
Samples: ElectronWeather (JavaScript) updated.
Electron: Error reporting improved – check log the About screen to see messages in the log.
Electron: Electron updated to 31.2, Electron-builder to 24.13.3
Libraries: PyInstaller updated to 6.9
Libraries: Python updated to 3.11
Libraries: wxPython update to 4.2.1
If you are using Electron, make sure the following versions are set in package.json property (Project Properties, in the Electron section):
We’re pleased to announce that 9.0.6 has been released.
The developer of the Bootstrap Slider never updated it for Bootstrap 5, so it did not work properly. Fortunately, Bootstrap itself now has its own Range control, which we are replacing Slider with in Bootstrap 5. If you’re using Slider in BS5, you’ll get a message asking you to replace it. If you’re using Slider in BS4, no worries: that is unaffected.
We also finished support for SQLImport and SQLExport. With this, we have completed the job of supporting SQLite WASM to replace native WebSQL (which was removed from Chrome).
BS5: New Range control. Replaces BS5 Slider
BS5: Slider control deprecated. Replaced by a placeholder.
Samples: Northwind updated to use SQLite WASM
SQLite WASM: SQLImport and SQLExport are now fully supported.
SQLExport: Output is now sorted properly
You can download the new release from within AppStudio or from our site.
We’re pleased to announce that 9.0.4 has been released. There is a new Carousel control as well as fixes for SQLite. There is even a new sample showing how to use Google’s Gemini AI!
BS5: new Carousel control
BS5: Input.files now works properly
BS5: Bootstrap 5 updated to 5.3.3
Code Window: Selecting a item in the Functions panel now goes to that function.
Docs: The offline docs have been updated to the latest version.
SQLite: SqlOpenDatabase can now save to localStorage
Libraries: SQLite WASM updated to 3.45.3
Libraries: Shake library removed (no longer maintained by author)
Samples: new Google Gemini AI sample
Samples: new Carousel sample
You can download the new release from within AppStudio or from our site.
We’re pleased to announce that 9.0.3 has been released.
It has a number of fixes and enhancements. Notably, it has improvements to ChatGPT: a newer engine and the ability to handle 4 times as much code in a question.
BS4, BS5: Checkbox: inline property no longer adds a BR
BS5: Textarea now supports .text and .value
Build: Action scripts updated.
Build: Upgraded signing certificates for Windows
ChatGPT: Context size increase 4x. Larger code modules can be handled.
ChatGPT: error messages improved.
ChatGPT: Version updated to gpt-3.5-turbo-1106
Electron: package-lockfile now added by default
Libraries: multiple updated
Samples: Unneeded voltbuilder folders deleted.
Snackbar: Duration is now user controllable.
Stripe: User’s name now used instead of defaulting to ‘Stripe’.
Toolbox: SQL WASM description improved.
VoltBuilder: do not include SQL WASM module when using – use Cordova plugin.
VoltBuilder: Log file name now includes date and time of build.
Voltbuilder: Missing download folder now handled properly.
VoltBuilder: update trial messages
You can download the new release from within AppStudio or from our site.