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
(changes back to Jan 31)


== IDE ==
== IDE ==
Line 12: Line 14:
# Framework property removed from project
# Framework property removed from project
# Framework prompt removed from New Project.
# Framework prompt removed from New Project.
# Registry keys now support unicode.


== Design Screen ==
== Design Screen ==
Line 17: Line 20:
# Multiple select dragging works
# Multiple select dragging works
# New drag handles on controls
# New drag handles on controls
# Highlighting of controls works much more consistently.
# Clicking in the area outside the Design Screen no longer messes up the cursor.


== Deploy ==
== Deploy ==
Line 31: Line 36:
# Language: NSB.EULA added.
# Language: NSB.EULA added.
# Language: Print made much more useful.
# Language: Print made much more useful.
# Language: Removed NSBFramework global variable.


== Libraries ==
== Libraries ==
Line 40: Line 46:
# Northwind sample enhanced to show an update.
# Northwind sample enhanced to show an update.
# SAP sample updated to use better PGP script.
# SAP sample updated to use better PGP script.
# New MinecraftSim sample. Shows off Picturebox.
# New MinecraftSim sample. Shows off extreme Picturebox.
# Camera sample enhanced for iOS6.
# Camera sample enhanced for iOS6.
# Themeroller sample improved.
# Themeroller sample improved.
# New Orientation sample.
# New Orientation sample.
# New jqPlot sample.
# New samples: Grid, Tree, Menu, Grid_Northwind, ListBox


== ToolBox ==
== ToolBox ==
Line 51: Line 59:
# More properties and keywords added.
# More properties and keywords added.
# Added contenteditable property.
# Added contenteditable property.
# All controls now hide if hidden=true.
# Show 'False' in Property Window if control not hidden.
# Show 'False' in Property Window if control not hidden.
# Adsense: does not display if offline or not on a mobile device.
# Toolbox: Add new Orientation control.
# Toolbox: Add new Orientation control.


=== jQuery Mobile ===
=== jQuery Mobile ===
# jQuery Mobile: Now uses Version 1.3.
# Updated to Version 1.3.
# jQuery Mobile: Select: Groups now work differently (breaking change!)
# Select: Groups now work differently (breaking change!)
# jQuery Mobile: Button: Groups now work differently (breaking change!)
# Button: Groups now work differently (breaking change!)
# jQuery Mobile: RadioButton can now adjust height, width and font size in IDE.
# RadioButton can now adjust height, width and font size in IDE.
# jQuery Mobile: FlipToggle width can be changed.
# FlipToggle width can be changed.
# List width can be changed.
# FooterBar no longer gets an error if no click routine is defined.


=== iWebKey ===
=== iWebKit ===


# iWebKit: Default classic button has improved border styling.
# Default classic button has improved border styling.


=== jqWidgets ===
=== jqWidgets ===
# jqWidgets: Now uses version 2.6.1
# Now uses version 2.6.1
# jqWidgets: ToolBox now uses jqWidget icons
# ToolBox now uses jqWidget icons
# jqWidgets: Files are loaded from jqWidgets website, not locally.
# Files are loaded from jqWidgets website, not locally.
# jqWidgets: Add 11 new themes.
# Add 11 new themes.
# jqWidgets: New Calendar control.
# New Calendar control.
# jqWidgets: New Grid control.
# New Grid control.
# jqWidgets: New Menu control.
# New Menu control.
# jqWidgets: New samples: Grid, Tree, Menu, Grid_Northwind, ListBox
# New Tree control.
# jqWidgets: New Tree control.
# New ListBox control.
# jqWidgets: New ListBox control.


== Documentation ==
== Documentation ==
Line 81: Line 92:


== Code Window ==
== Code Window ==
 
# Cyrillic text can now be pasted in
# Autocomplete added for localStorage, sessionStorage and location





Revision as of 21:17, 7 February 2013

New Documentation in AppStudio 3.0

(changes back to Jan 31)

IDE

  1. Mac native support added for IDE.
  2. Native IDE support added for 14 languages
  3. New Preferences screen.
  4. Product name changed from NS Basic/App Studio to NSB/AppStudio.
  5. New product icon
  6. New Project dialog rewritten.
  7. Open Sample dialog rewritten.
  8. Installing on a path with unicode chars (like umlaut) now works.
  9. Framework property removed from project
  10. Framework prompt removed from New Project.
  11. Registry keys now support unicode.

Design Screen

  1. Major rewrite
  2. Multiple select dragging works
  3. New drag handles on controls
  4. Highlighting of controls works much more consistently.
  5. Clicking in the area outside the Design Screen no longer messes up the cursor.

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.
  9. Language: Removed NSBFramework global variable.

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 extreme Picturebox.
  5. Camera sample enhanced for iOS6.
  6. Themeroller sample improved.
  7. New Orientation sample.
  8. New jqPlot sample.
  9. New samples: Grid, Tree, Menu, Grid_Northwind, ListBox

ToolBox

  1. Controls from different frameworks can be used in the same project
  2. Toolbox reorganzed
  3. Controls can have their own clientBoundingRect.
  4. More properties and keywords added.
  5. Added contenteditable property.
  6. All controls now hide if hidden=true.
  7. Show 'False' in Property Window if control not hidden.
  8. Adsense: does not display if offline or not on a mobile device.
  9. Toolbox: Add new Orientation control.

jQuery Mobile

  1. Updated to Version 1.3.
  2. Select: Groups now work differently (breaking change!)
  3. Button: Groups now work differently (breaking change!)
  4. RadioButton can now adjust height, width and font size in IDE.
  5. FlipToggle width can be changed.
  6. List width can be changed.
  7. FooterBar no longer gets an error if no click routine is defined.

iWebKit

  1. Default classic button has improved border styling.

jqWidgets

  1. Now uses version 2.6.1
  2. ToolBox now uses jqWidget icons
  3. Files are loaded from jqWidgets website, not locally.
  4. Add 11 new themes.
  5. New Calendar control.
  6. New Grid control.
  7. New Menu control.
  8. New Tree control.
  9. 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

  1. Cyrillic text can now be pasted in
  2. Autocomplete added for localStorage, sessionStorage and location


Translator

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

Controls