Version 3: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:
== Deploy ==
== Deploy ==
# PhoneGap: Add missing keyword argument.
# PhoneGap: Add missing keyword argument.
# PhoneGap: Add support for PhoneGap 2.1.
# PhoneGap: Add support for PhoneGap 2.4RC1


== Runtime ==
== Runtime ==

Revision as of 20:53, 7 February 2013

New Documentation in AppStudio 3.0

IDE

  1. Mac native support added for IDE.
  2. IDE is multilingual.
  3. New Preferences screen.
  4. IDE: Product name changed from NS Basic/App Studio to NSB/AppStudio.
  5. IDE: New Project dialog rewritten.
  6. IDE: Open Sample dialog rewritten.
  7. IDE: Installing on a path with unicode chars (like umlaut) now works.

Deploy

  1. PhoneGap: Add missing keyword argument.
  2. PhoneGap: Add support for PhoneGap 2.4RC1

Runtime

  1. Runtime: NSB.Input and NSB.MsgBox now more responsive on touch screen devices.
  2. Runtime: NSB.Input and NSB.MsgBox no longer leak clicks to underlying buttons.
  3. Runtime: If form does not have onsubmit code, ignore keyboard Go button.
  4. Runtime: Tweaks to SysInfo(2) and SysInfo(3).
  5. Language: SQLImport() improved.
  6. Language: NSB.ShowProgress added.
  7. Language: NSB.EULA added.
  8. Language: Print made much more useful.

Libraries

  1. Library: Add2home updated for iPhone 5.
  2. Library: Update iScroll to 4.2.2.


Samples

  1. Moved to My Documents/AppStudio Samples. (Win)
  2. Northwind sample enhanced to show an update.
  3. SAP sample updated to use better PGP script.
  4. New MinecraftSim sample. Shows off Picturebox.
  5. Camera sample enhanced for iOS6.
  6. Themeroller sample improved.
  7. New Orientation sample.

ToolBox

  1. Toolbox: Default classic button has improved border styling.
  2. Toolbox: More properties and keywords added.
  3. Toolbox: Added contenteditable property.
  4. Toolbox: Add new Orientation control.
  5. jQuery Mobile: Now uses Version 1.3.
  6. jQuery Mobile: Select: Groups now work differently (breaking change!)
  7. jQuery Mobile: Button: Groups now work differently (breaking change!)
  8. jqWidgets: Now uses version 2.6.1
  9. jqWidgets: Files are loaded from jqWidgets website, not locally.
  10. jqWidgets: Add 11 new themes.
  11. jqWidgets: New Calendar control.
  12. jqWidgets: New Grid control.
  13. jqWidgets: New Menu control.
  14. jqWidgets: New samples: Grid, Tree, Menu, Grid_Northwind
  15. jqWidgets: New Tree control.

Documentation

  1. All documentation has been converted into a Wiki. All of the existing Handbook, Language Reference, Technotes and Tutorials have been merged into it.

Code Window

Design Screen

Major rewrite

Translator

  1. Translator: Case clauses can now have multiple comma separated values.
  2. Translator: Hour(x) function argument is now used.
  3. Translator: Fix Not in If statements.
  4. Translator: Fix using function name in SetTimeout.
  5. Translator: InStr() and Replace() now handle vbTextCompare properly.
  6. Translator: Dim a(10): a(1).test=1 fixed.
  7. Translator: Allow expressions in Select.
  8. Compile: Fix intermittent crash on compile with SQLite.

Controls