Ein Podcast von In der Tasche:
http://www.in-der-tasche.de/019-app-ns-basicapp-studio-ios-android/
Ein Interview mit George Henne in “dotnet-Magazin”, 2.2011.
(Note: Wir können Deutsch lesen, aber wir schreiben besser auf Englisch.)
Ein Podcast von In der Tasche:
http://www.in-der-tasche.de/019-app-ns-basicapp-studio-ios-android/
Ein Interview mit George Henne in “dotnet-Magazin”, 2.2011.
(Note: Wir können Deutsch lesen, aber wir schreiben besser auf Englisch.)
NS Basic/App Studio 1.1.2 is ready to download. You can download it from the same URL as before.
There are some nice usability improvements this time.
– You don’t have to change your default browser to test your apps.
– Deploying an app that has already be deployed once is much faster.
– Block comments are now enabled.
Notes:
1.1.2
NS Basic/App Studio 1.1.1 is ready to download. You can download it from the same URL as before.
Some of the most important changes are:
– Improved support for international languages: check the Arabic sample.
– New sample showing how to use PhoneGap to access contacts and camera.
– Ability to get the row and column when grid clicked.
Notes:
This is a great essay.
http://stwww.weizmann.ac.il/G-CS/BENARI/articles/nonmyths.pdf
The most important feature of NS Basic/App Studio 1.1 is support for PhoneGap.
PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores. It takes your NS Basic/App Studio app and packages it so that it is acceptable for Apple’s App Store, Google’s Marketplace and other platforms.
It also provides additional API functions not found in NS Basic/App Studio.
Depending on platform, these can include:
PhoneGap is free.
Here are a couple of tutorials to help you get started.
Distributing apps using PhoneGap is much more complex than webapps. Android/PhoneGap has a complex installation procedure. While iOS is easier to get going, the 4+ gigabyte download and the complications of the App Store make it at least as complex an undertaking.
NS Basic/App Studio 1.10.0 is ready to download. You can download it from the same URL as before.
The major new thing in this release is support for PhoneGap. There is a new setting in Project Properties, as well as 2 new Tech Notes. Have fun!
Notes:
Read the full release notes here:
http://www.nsbasic.com/app/info/Readme.htm
NS Basic/App Studio 1.0.10 is ready to download. You can download it from the same URL as before.
This update has both fixes and some new stuff.
Notes:
The iMenu control has a number of new functions – they are listed under Menu in the Language Reference.
Thanks to Carmine Castiglia for the new iMenu functions. I am sure they will be appreciated by many!

NS Basic/App Studio 1.0.9 is ready to download. You can download it from the same URL as before.
This update has both fixes and some new stuff.
Notes:
We have made some changes to the Grid control. There are a number of new functions – they are listed under Grid in the Language Reference. One of the new functions is cell(row,col). Please use this function instead of the current Grid_row_col to refer to cells. The Grid_row_col method deprecated and will stop working in a future release.
The changes make the Grid control more HTML compliant. It is possible that your rows will be drawn with a different height than before: you will need to adjust your code if this happens to you.
I would also like to thank Carmine Castiglia for his new Grid functions and Thomas Gruber for the new SQL sample. I am sure they will be appreciated by many!