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:
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!
You can download the demo here.
Other useful URLs:
NS Basic/App Studio 1.0.8 is ready to download. You can download it from
the same URL as before.
This update has both fixes and some new stuff.
Here is what is new and fixed:
Notes:
– There are two new controls: Audio and Video. They let you include
sounds and video in your app. Sound is pretty straightforward, but the
video types need to be carefully formatted.
– We’ve had requests from people who want to use the IDE purely with
JavaScript. We have added a language property to the project. While it
defaults to BASIC, it can be changed to JavaScript, in which case, no
translation is done on the code. If you use this feature, let us know
how it works for you.
NS Basic/App Studio 1.0.7 is ready to download. You can download it from the same URL as before.
This update has both fixes and some new stuff.
Notes:
– TThe project has a new property: extraheaders. This allows you to add addtional header lines to the <head> section of the generated code. An example would to include an extra JavaScript library, you would add:
<script src="myLib.js" type="text/javascript"></script>
– POST lets you send more data to the server. See Tutorial 07 for a more information.
NS Basic/App Studio 1.0.6 is ready to download. You can download it from the same URL as before.
This update has both fixes and some new stuff.
This should be our last update this year. We wish all of you a very Happy New Year – next year looks like it will be an exciting one!