ghenne
1
We’re pleased to announce that 8.5.5 has been released.
It resolves a few issues with 8.5. It also cleans up the interface with VoltServer - it should be easier to log in and use.
Here is what is new and changed in 8.5.5:
-
Project Properties: New androidPackageType to build .aab files
- BS4: Fix problem with icons and i18n.
- Installer: PyInstaller updated to 4.5
- Libraries: lots of updates!
- Runtime: Don’t output anything if no fontfamily on body.
- Runtime: Javascript ValueOf was calling a BASIC function.
- Runtime: remove redundant line in asStyle.css
- Runtime: remove some unneeded debugging
- Samples: update Barcode sample.(Thanks, LotsOfCows!)
-
SQLImport: fix NSB.overwriteNever when using SQLite plugin.
- SQLite: fix error in error trapping function.
You can download the new release from within AppStudio or from our site .
1 Like
Perby
2
New Projekts doesn’t work anymore. Neither in Basic nor in Javascript. Tryed different sizes, nothing works.
ghenne
3
Just tried this on a few systems here without problems. Can you give more details? What are you doing? What happens?
Perby
4
Just click on New Project. Then, the dialog comes. I hit on the button and nothings happens. I use Windows 10.
ghenne
5
Can you go to the About screen and do View Log?
I’ve got an issue when I try to move the contols, explorer or properties windows the app just bombs out. Windows 11, clean install
ghenne
7
Thanks for sending me the log!
chikega
8
Appears to be working well on my various systems .(Mac Big Sur and PC versions (Win 10 and 11))
ghenne
9
We just uploaded a beta which should solve the drag and crash issue on Windows:
https://www.dropbox.com/s/bffl2n0h90xpw7r/AppStudio.beta.exe?dl=1
Perby
10
2021-09-12 10:37:45,473 - JFormat - ERROR - TOOLBOX/PROJECT BUG! FIX ME!
2021-09-12 10:37:45,473 - JFormat - ERROR - borderWidth.isdigit()
2021-09-12 10:37:45,473 - JFormat - ERROR - ‘int’ object has no attribute ‘isdigit’
2021-09-12 10:37:46,223 - JFormat - ERROR - TOOLBOX/PROJECT BUG! FIX ME!
2021-09-12 10:37:46,223 - JFormat - ERROR - borderWidth.isdigit()
2021-09-12 10:37:46,223 - JFormat - ERROR - ‘int’ object has no attribute ‘isdigit’
2021-09-12 10:38:13,265 - root - ERROR - An exception has occurred!
Traceback (most recent call last):
File “MainFrame.py”, line 1570, in OnMenuFileNewprojectMenu
File “IDEController.py”, line 2440, in NewProject
File “os.py”, line 225, in makedirs
PermissionError: [WinError 5] Zugriff verweigert: ‘C:\Program Files\NSB AppStudio\samples\BASIC\3. Controls\jqWidgets\Project1.appstudio’
ghenne
11
@perby, can you give more information about this log? Is it reproducible? Are you getting any error messages?