We have just put NS Basic/App Studio 1.0.1 up. You can download it from the same URL as before.
This update concentrates, not unexpectedly, on fixes. Here they are:
- Deploy: Meta tag viewport.user-scalable changed to no.
- Deploy: Missing file in deploy fixed.
- Deploy: Unique name for registered users is now lower case.
- Docs: Tutorial 1 updated to show Android install.
- Docs: Appearance of Language Reference improved.
- Docs: Handbok updated.
- Runtime: Titlebar images now all show.
- IDE: NSB Icon now appears in top left corner
- IDE: Removed single quotes around image names.
- IDE: Problem deleting forms is fixed.
- Controls: Label.value is now called textContent (same as runtime)
- Samples: new WebSockets is an early demo
- Translation: a = ((i/100) ^ 12 * a)
- Translation: a = Eval(“Grid1_” & x & “_” & y)
- Translation: a = NSBVersionView
- Translation: a=”<img src=””mario.jpg””>”
- Translation: If (Location.coords.longitude > 0) Then Amendment = ” east”
- Translation: Dim Amendment; Amendment = “”
- Translation: LGA(0) = “a” : LGA(1) = “b” : LGA(2) = “b”
- Translation: MsgBox “aaaa ()”
- Translation: MsgBox a.b.c()
- Translation: MsgBox a.b.c(0)[name]