Version 3: Difference between revisions
Jump to navigation
Jump to search
Line 106: | Line 106: | ||
# List width can be changed. | # List width can be changed. | ||
# FooterBar no longer gets an error if no click routine is defined. | # FooterBar no longer gets an error if no click routine is defined. | ||
# HeaderBar, NavBar and FooterBar no longer get errors if there are spaces in the button name. The value sent to the click event will replace the spaces with "_" characters. | |||
=== iWebKit === | === iWebKit === |
Revision as of 15:26, 8 February 2013
New Documentation in AppStudio 3.0
IDE
- Mac OS 10.7 and later is now supported.
- Native IDE support added for 14 languages
- New Preferences screen.
- Preferences screen now has IDE language picker.
- Product name changed from NS Basic/App Studio to NSB/AppStudio.
- New AppStudio icon
- New Project dialog rewritten.
- Open Sample dialog rewritten.
- Installing on a path with unicode chars (like umlaut) now works.
- Framework property removed from project
- Framework prompt removed from New Project.
- Registry keys now support unicode.
- Error reporting improved.
- About Screen allows last error log to be viewed.
- New global font property.
- New HomescreenTitle property (for iOS)
- ID of code module can now be changed.
Design Screen
- Major rewrite
- Multiple select dragging works
- 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.
- Right click to switch to Code Window
- New tab at bottom to switch to Code Window.
Code Window
- Cyrillic text can now be pasted in
- Autocomplete added for localStorage, sessionStorage and location
- Allow up to 99999 lines in a file
- The case of control names is autocorrected.
- JavaScript support improved
- Block comment respects language setting
- Right click to view JavaScript
- Right click to switch to Design Screen
- New tab at bottom to switch to Design Screen
- Fix problem with autocase on Replace()
- Don't autocase .close
- Shortcut pulldown now sorted with case ignored.
- Fix false syntax error on Try
- Find/Replace improved.
Deploy
- PhoneGap: Add missing keyword argument.
- PhoneGap: Add support for PhoneGap 2.4RC1
- Recover gracefully if file missing.
Runtime
- Progress message on loading improved.
- 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).
- Language: SQLImport() improved.
- Language: NSB.ShowProgress added.
- Language: NSB.EULA added.
- Language: Print made much more useful.
- Language: Removed NSBFramework global variable.
Libraries
- Library: Add2home updated for iPhone 5.
- Library: Update iScroll to 4.2.2.
- jQuery: Updated to 1.9.0
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 extreme Picturebox.
- Camera sample enhanced for iOS6.
- Themeroller sample improved.
- New Orientation sample.
- New jqPlot sample.
- New samples: Grid, Tree, Menu, Grid_Northwind, ListBox
- Headerbar sample improved.
- Old format manifest entries updated.
- New BusyIndicator sample.
- New NSBInput sample.
- Descriptions update.
ToolBox
- Controls from different frameworks can be used in the same project
- Toolbox reorganzed
- Controls can have their own clientBoundingRect.
- More properties and keywords added.
- Added contenteditable property.
- All controls now hide if hidden=true.
- Show 'False' in Property Window if control not hidden.
- Adsense: does not display if offline or not on a mobile device.
- Add new Orientation control.
- HTMLview: fix scrolling error
- Grid: fix scrolling error
- Get rid of _offsetX, _offsetY in toolbox files.
- Get rid of NSBWidget base control
jQuery Mobile
- Updated to Version 1.3.
- Select: Groups now work differently (breaking change!)
- Button: Groups now work differently (breaking change!)
- RadioButton can now adjust height, width and font size in IDE.
- FlipToggle width can be changed.
- List width can be changed.
- FooterBar no longer gets an error if no click routine is defined.
- HeaderBar, NavBar and FooterBar no longer get errors if there are spaces in the button name. The value sent to the click event will replace the spaces with "_" characters.
iWebKit
- Default classic button has improved border styling.
jqWidgets
- Now uses version 2.6.1
- ToolBox now uses jqWidget icons
- Files are loaded from jqWidgets website, not locally.
- Control id can now be changed.
- Add 11 new themes.
- New Calendar control.
- New Grid control.
- New Menu control.
- New Tree control.
- New ListBox control.
Documentation
- All documentation has been converted into a Wiki. All of the existing Handbook, Language Reference, Technotes and Tutorials have been merged into it.
- The IDE now points to the correct spot in the Wiki.
- Wiki can run offline, but search function does not work.
Translator
- Compile: Fix intermittent crash on compile with SQLite.
- Case clauses can now have multiple comma separated values.
- Hour(x) function argument is now used.
- Fix Not in If statements.
- Fix using function name in SetTimeout.
- InStr() and Replace() now handle vbTextCompare properly.
- Dim a(10): a(1).test=1 fixed.
- Allow expressions in Select.
- a=Abs(Abs(1)) translates incorrectly.
- exp() and atn() fixed.
- IsDate("testing") returned true.
- Line continuation in comments did not work properly.
- Expression with comma in string could add extra space character.
- Problem with DatePart("w") fixed.
- Case "Narcis" fixed.
- Code indentation improved.