Version 3: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
Line 46: Line 46:
# jQuery Mobile: Select: Groups now work differently (breaking change!)
# jQuery Mobile: Select: Groups now work differently (breaking change!)
# jQuery Mobile: Button: Groups now work differently (breaking change!)
# jQuery Mobile: Button: Groups now work differently (breaking change!)
# jQuery Mobile: RadioButton can now adjust height, width and font size in IDE.
# jqWidgets: Now uses version 2.6.1
# jqWidgets: Now uses version 2.6.1
# jqWidgets: ToolBox now uses jqWidget icons
# jqWidgets: Files are loaded from jqWidgets website, not locally.
# jqWidgets: Files are loaded from jqWidgets website, not locally.
# jqWidgets: Add 11 new themes.
# jqWidgets: Add 11 new themes.
Line 52: Line 54:
# jqWidgets: New Grid control.
# jqWidgets: New Grid control.
# jqWidgets: New Menu control.
# jqWidgets: New Menu control.
# jqWidgets: New samples: Grid, Tree, Menu, Grid_Northwind
# jqWidgets: New samples: Grid, Tree, Menu, Grid_Northwind, ListBox
# jqWidgets: New Tree control.
# jqWidgets: New Tree control.
# jqWidgets: New ListBox control.


== Documentation ==
== Documentation ==

Revision as of 20:56, 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. jQuery Mobile: RadioButton can now adjust height, width and font size in IDE.
  9. jqWidgets: Now uses version 2.6.1
  10. jqWidgets: ToolBox now uses jqWidget icons
  11. jqWidgets: Files are loaded from jqWidgets website, not locally.
  12. jqWidgets: Add 11 new themes.
  13. jqWidgets: New Calendar control.
  14. jqWidgets: New Grid control.
  15. jqWidgets: New Menu control.
  16. jqWidgets: New samples: Grid, Tree, Menu, Grid_Northwind, ListBox
  17. jqWidgets: New Tree control.
  18. jqWidgets: New ListBox 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