Version 3: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
New Documentation in AppStudio 3.0
New Documentation in AppStudio 3.0
# Compile: Fix intermittent crash on compile with SQLite.
# Documentation: is now Wiki based.
# IDE: Product name changed from NS Basic/App Studio to NSB/AppStudio.
# IDE: New Project dialog rewritten.
# IDE: Open Sample dialog rewritten.
# IDE: Installing on a path with unicode chars (like umlaut) now works.
# jQuery Mobile: Now uses Version 1.2.
# jQuery Mobile: Select: Groups now work differently (breaking change!)
# jQuery Mobile: Button: Groups now work differently (breaking change!)
# jqWidgets: Add 11 new themes.
# jqWidgets: New Calendar control.
# jqWidgets: New Grid control.
# jqWidgets: New Menu control.
# jqWidgets: New samples: Grid, Tree, Menu, Grid_Northwind
# jqWidgets: New Tree control.
# Language: SQLImport() improved.
# Language: NSB.ShowProgress added.
# Language: NSB.EULA added.
# Language: Print made much more useful.
# Library: Add2home updated for iPhone 5.
# Library: Update iScroll to 4.2.2.
# PhoneGap: Add missing keyword argument.
# PhoneGap: Add support for PhoneGap 2.1.
# Preferences: Deploy Options has been renamed Preferences.
# Preferences: IDE language can be overridden. IDE must be restarted.
# Runtime: NSB.Input and NSB.MsgBox now more responsive on touch screen devices.
# Runtime: NSB.Input and NSB.MsgBox no longer leak clicks to underlying buttons.
# Runtime: If form does not have onsubmit code, ignore keyboard Go button.
# Runtime: Tweaks to SysInfo(2) and SysInfo(3).
# Toolbox: Default classic button has improved border styling.
# Toolbox: More properties and keywords added.
# Toolbox: Added contenteditable property.
# Toolbox: Add new Orientation control.
# Translator: Case clauses can now have multiple comma separated values.
# Translator: Hour(x) function argument is now used.
# Translator: Fix Not in If statements.
# Translator: Fix using function name in SetTimeout.
# Translator: InStr() and Replace() now handle vbTextCompare properly.
# Translator: Dim a(10): a(1).test=1 fixed.
# Translator: Allow expressions in Select.


== IDE ==
== IDE ==
Line 5: Line 46:
# IDE is multilingual.
# IDE is multilingual.
# New Preferences screen.
# New Preferences screen.
== Samples ==
# Moved to My Documents/AppStudio Samples. (Win)
# Northwind sample enhanced to show an update.
# SAP sample updated to use better PGP script.
# New MinecraftSim sample. Shows off Picturebox.
# Camera sample enhanced for iOS6.
# Themeroller sample improved.
# New Orientation sample.


== Documentation ==
== Documentation ==

Revision as of 16:20, 7 February 2013

New Documentation in AppStudio 3.0

  1. Compile: Fix intermittent crash on compile with SQLite.
  2. Documentation: is now Wiki based.
  3. IDE: Product name changed from NS Basic/App Studio to NSB/AppStudio.
  4. IDE: New Project dialog rewritten.
  5. IDE: Open Sample dialog rewritten.
  6. IDE: Installing on a path with unicode chars (like umlaut) now works.
  7. jQuery Mobile: Now uses Version 1.2.
  8. jQuery Mobile: Select: Groups now work differently (breaking change!)
  9. jQuery Mobile: Button: Groups now work differently (breaking change!)
  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.
  16. Language: SQLImport() improved.
  17. Language: NSB.ShowProgress added.
  18. Language: NSB.EULA added.
  19. Language: Print made much more useful.
  20. Library: Add2home updated for iPhone 5.
  21. Library: Update iScroll to 4.2.2.
  22. PhoneGap: Add missing keyword argument.
  23. PhoneGap: Add support for PhoneGap 2.1.
  24. Preferences: Deploy Options has been renamed Preferences.
  25. Preferences: IDE language can be overridden. IDE must be restarted.
  26. Runtime: NSB.Input and NSB.MsgBox now more responsive on touch screen devices.
  27. Runtime: NSB.Input and NSB.MsgBox no longer leak clicks to underlying buttons.
  28. Runtime: If form does not have onsubmit code, ignore keyboard Go button.
  29. Runtime: Tweaks to SysInfo(2) and SysInfo(3).
  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. Translator: Case clauses can now have multiple comma separated values.
  6. Translator: Hour(x) function argument is now used.
  7. Translator: Fix Not in If statements.
  8. Translator: Fix using function name in SetTimeout.
  9. Translator: InStr() and Replace() now handle vbTextCompare properly.
  10. Translator: Dim a(10): a(1).test=1 fixed.
  11. Translator: Allow expressions in Select.

IDE

  1. Mac native support added for IDE.
  2. IDE is multilingual.
  3. New Preferences screen.

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.

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

Controls