You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: application-management.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ The `application` module lets you manage the life cycle of your NativeScript app
17
17
18
18
## Start Application
19
19
20
-
You must call the **start**method of the application module after the module initialization.
20
+
This method is required only for iOS applications.
21
21
22
-
This method is required for iOS applications.
22
+
> **IMPORTANT:** You must call the `start`method of the application module **after** the module initialization. Any code after the `start` call will not be executed.
Copy file name to clipboardExpand all lines: navigation.md
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ NativeScript apps consist of pages which represent the separate application scre
18
18
*[Navigation](#navigation)
19
19
*[The Topmost Frame](#the-topmost-frame)
20
20
*[Navigate by Page Name](#navigate-by-page-name)
21
-
*[Navigate with Factory Function](#navigate-with-factory-function)
21
+
*[Navigate Using a Function](#navigate-using-a-function)
22
22
*[Navigate and Pass Context](#navigate-and-pass-context)
23
23
*[Navigate without History](#navigate-without-history)
24
24
*[Navigate Back](#navigate-back)
@@ -123,11 +123,11 @@ To navigate between pages, you can use the [`navigate`](ApiReference/ui/frame/RE
123
123
124
124
In addition, each `Page` instance carries information about the frame object which navigated to it in the `frame` property. This lets you navigate with the `frame` property as well.
125
125
126
+
126
127
### The Topmost Frame
127
128
128
-
The topmost frame is the frame at the root level. When navigating inside your app, you can do it with the topmost frame.
129
+
The topmost frame is the root-level container for your app's UI and you can use it to navigate inside of your app. You can get a reference to this frame by using the `topmost()` method of the Frame module.
129
130
130
-
You can get the topmost frame with the `topmost()` method of the Frame module.
Copy file name to clipboardExpand all lines: setup/ab-setup/ab-cli-setup.md
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ With this IDE, you can develop for Android and iOS on Windows, OS X or Linux.
23
23
* Windows 7 or later
24
24
* .NET 4.0 or later
25
25
* Node.js
26
-
* (Windows 7 systems): Node.js 0.10.35 or a later stable 0.x release.<br/>
27
-
* (Windows 8 and later systems): Node.js 0.12.7 or a later stable 0.x release<br/>A [known issue](https://github.com/SBoudrias/Inquirer.js/issues/235) in Inquirer.js prevents the interactive prompts from working properly in `cmd` shells on Windows 8 or later systems with Node.js 0.10.x.
26
+
* (Windows 7 systems): The latest Node.js 0.10.x or 0.12.x stable official release
27
+
* (Windows 8 and later systems): The latest Node.js 0.12.x stable official release
28
28
* (Optional) For iOS development
29
29
* (Latest official) iTunes<br/>The bitness of Node.js and iTunes must match.
30
30
* (Optional) For Android development with the native emulators
@@ -38,10 +38,7 @@ With this IDE, you can develop for Android and iOS on Windows, OS X or Linux.
38
38
39
39
1. In your browser, navigate to [https://platform.telerik.com](https://platform.telerik.com) and log in.
40
40
1. If you do not have a Telerik account, you can log in with a social provider of your choice and begin a Telerik Platform trial.<br/>With the Telerik Platform trial, you can use the AppBuilder CLI.
41
-
1. Install [Node.js](http://nodejs.org).
42
-
1. Go to [http://nodejs.org](http://nodejs.org) and click **Install**.
43
-
1. If prompted, confirm the download.
44
-
1. After the download completes, run the installer and complete the installation.
41
+
1. Download and install the latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/) or [0.12.x](https://nodejs.org/dist/latest-v0.12.x/) stable official release.
45
42
1. Install [Chocolatey](https://chocolatey.org) to simplify the installation and configuration of the Android tools and SDKs.
46
43
1. Run the command prompt as an Administrator.
47
44
1. Copy and paste the following script in the command prompt.
@@ -106,7 +103,7 @@ With this IDE, you can develop for Android and iOS on Windows, OS X or Linux.
106
103
107
104
* Telerik account
108
105
* OS X Mavericks or later
109
-
* Node.js 0.10.35 or a later stable 0.x release
106
+
*The latest Node.js 0.10.x or 0.12.x stable official release
110
107
* (Optional) Homebrew to simplify the installation of dependencies
111
108
* For iOS development
112
109
* Xcode 5 or later
@@ -125,7 +122,7 @@ With this IDE, you can develop for Android and iOS on Windows, OS X or Linux.
1. Install [Node.js 0.10.35](http://nodejs.org) or a later stable 0.x official release.
125
+
1. Install the latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/) or [0.12.x](https://nodejs.org/dist/latest-v0.12.x/) stable official release.
129
126
130
127
```Shell
131
128
brew install node
@@ -202,7 +199,7 @@ With this IDE, you can develop for Android and iOS on Windows, OS X or Linux.
202
199
203
200
* Telerik account
204
201
* Ubuntu 14.04 LTS
205
-
* Node.js 0.10.35 or a later stable 0.x release
202
+
*The latest Node.js 0.10.x or 0.12.x stable official release
206
203
* G++ compiler
207
204
* (Optional) For Android development with the native emulators
208
205
* JDK 8 or a later stable official release
@@ -214,7 +211,7 @@ With this IDE, you can develop for Android and iOS on Windows, OS X or Linux.
214
211
1. In your browser, navigate to [https://platform.telerik.com](https://platform.telerik.com) and log in.
215
212
1. If you do not have a Telerik account, you can log in with a social provider of your choice and begin a Telerik Platform trial.<br/>With the Telerik Platform trial, you can use the AppBuilder CLI.
216
213
1. Run the terminal.
217
-
1. Install [Node.js](http://nodejs.org).
214
+
1. Install the latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/) or [0.12.x](https://nodejs.org/dist/latest-v0.12.x/) stable official release.
218
215
219
216
>**TIP:** You can follow the instructions provided [here](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) to install Node.js on your system.
1. Install the latest Node.js[0.10.x](https://nodejs.org/dist/latest-v0.10.x/) or [0.12.x](https://nodejs.org/dist/latest-v0.12.x/) stable official release.
34
34
1. If you are running on a 64-bit system, install the runtime libraries for the ia32/i386 architecture.
1. Install [Node.js 0.10.35](http://nodejs.org) or a later 0.12 official release.
41
+
1. Install the latest Node.js [0.10.x](https://nodejs.org/dist/latest-v0.10.x/) or [0.12.x](https://nodejs.org/dist/latest-v0.12.x/) stable official release.
1. Install the latest Node.js[0.10.x](https://nodejs.org/dist/latest-v0.10.x/) or [0.12.x](https://nodejs.org/dist/latest-v0.12.x/) stable official release.
31
31
1. Install [Chocolatey](https://chocolatey.org) to simplify the installation and configuration of the Android tools and SDKs.
32
32
1. Run the command prompt as an Administrator.
33
33
1. Copy and paste the following script in the command prompt.
0 commit comments