Skip to content

Commit 37cfab4

Browse files
TotalCrossgitbook-bot
TotalCross
authored andcommitted
GitBook: [master] 7 pages modified
1 parent 98f2a23 commit 37cfab4

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
## Guides <a id="articles"></a>
3131

32-
* [Understanding TotalCross for Linux ARM](articles/iniciando-com-totalcross-para-raspberry-pi.md)
32+
* [Understanding TotalCross for Linux ARM](articles/understanding-totalcross-for-linux-arm.md)
3333

3434
## Guide to app architecture <a id="guideline"></a>
3535

articles/iniciando-com-totalcross-para-raspberry-pi.md renamed to articles/understanding-totalcross-for-linux-arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Basic requirements must be met:
1919

2020
And complete the Getting Started:
2121

22-
{% page-ref page="iniciando-com-totalcross-para-raspberry-pi.md" %}
22+
{% page-ref page="understanding-totalcross-for-linux-arm.md" %}
2323

2424
The following electronic components are also required:
2525

faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## How to solve "Could not find the file jarsigner.exe. Make sure you have installed a JDK than has this file in the bin folder" error?
44

5-
Isso normalmente acontece por 2 motivos:
5+
this error normally occurs in two situations:
66

77
1. A **%JavaHome% environment variable** is using JRE instead of JDK. In this case you can see how to configure by **clicking** [**here**](https://www.ntu.edu.sg/home/ehchua/programming/howto/environment_variables.html).
88
2. Eclipse itself is pointing erroneously at the JRE. In this case, just go to the top bar in **Windows &gt; Preferences**. Then it will open a window and you click on **Java &gt; Installed JREs &gt; add**. Another window will appear, just click "**Next**" and then click "**Directory**" and **select the JDK folder that is inside the java folder**, where you installed it \(usually C: \Program Files\Java\). Finally, just click select **folder&gt; finish**. **Confirm that JDK is selected** and then just click "**Apply and Close**" and then **restart** eclipse.
@@ -131,7 +131,7 @@ First, the main function of each is different:
131131
* **Container**: A control capable of containing other controls. It is primarily a form of organization.
132132
* **Window**: it is a control capable of overlapping others, creating an illusion of depth. In addition, Windows is also containers, as they can accommodate several components within them.
133133

134-
To better understand the difference between them in specific cases and how to use both in the most appropriate way, access the [Windows X Container session](https://totalcross.gitbook.io/playbook/guideline/container-x-window).
134+
To better understand the difference between them in specific cases and how to use both in the most appropriate way, access the [Windows X Container session](https://learn.totalcross.com/guideline/container-x-window).
135135

136136
## Is it possible to search for GPS position through Triangulation?
137137

learn-totalcross/getting-started/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ We've prepared a simple way for you to create your own apps and deliver to any p
66

77
To create apps with TotalCross, you just need to:
88

9-
* get a[ TotalCross key](https://totalcross.gitbook.io/playbook/learn-totalcross/getting-started/configuracoes-de-pre-requisitos#totalcross-key)
10-
* have [Java JDK 8](https://app.gitbook.com/@totalcross/s/playbook/~/drafts/-LckZfuWjUhttQtTbzGx/primary/learn-totalcross/getting-started/basic-requirements#install-java-se-development-kit-8-jdk-8) installed;
9+
* get a[ TotalCross key](https://learn.totalcross.com/learn-totalcross/requirements/totalcross-key)
10+
* have [Java JDK 8](https://learn.totalcross.com/learn-totalcross/requirements/java-8) installed;
1111
* have[ Maven](https://app.gitbook.com/@totalcross/s/playbook/~/drafts/-LckZfuWjUhttQtTbzGx/primary/learn-totalcross/getting-started/basic-requirements/maven) installed;
12-
* [your favorite IDE](https://totalcross.gitbook.io/playbook/learn-totalcross/getting-started/basic-requirements#ide-of-your-choice);
12+
* [your favorite IDE](https://learn.totalcross.com/learn-totalcross/getting-started/first-totalcross-app);
1313

1414
## VS Code
1515

learn-totalcross/requirements/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ description: Setting up
88

99
The three minimum requirements are:
1010

11-
* [TotalCross Key](https://totalcross.gitbook.io/playbook/learn-totalcross/basic-requirements/totalcross-key/);
12-
* [Java 8](https://totalcross.gitbook.io/playbook/learn-totalcross/basic-requirements/java-8/);
13-
* [Maven](https://totalcross.gitbook.io/playbook/learn-totalcross/basic-requirements/maven/);
11+
* [TotalCross Key](https://learn.totalcross.com/learn-totalcross/getting-started#basic-requirements);
12+
* [Java 8](https://learn.totalcross.com/learn-totalcross/requirements/java-8);
13+
* [Maven](https://learn.totalcross.com/learn-totalcross/requirements/maven);
1414

1515
## Recommended
1616

17-
It is recommended to use TotalCross with [Visual Studio Code](https://code.visualstudio.com/Download). See our [plugin](https://marketplace.visualstudio.com/items?itemName=Italo.totalcross)! There are a few IDE options that have Maven integration:
17+
**It is recommended to use TotalCross with** [**Visual Studio Code**](https://code.visualstudio.com/Download)**. See our** [**plugin**](https://marketplace.visualstudio.com/items?itemName=Italo.totalcross)**!**
18+
19+
There are a few IDE options that have Maven integration:
1820

1921
* \*\*\*\*[Eclipse IDE](https://www.eclipse.org/downloads/)
2022
* [IntelliJ IDEA](https://www.jetbrains.com/idea/download/#section=windows)

skia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ read more in the [Skia documentation](https://skia.org/).
1010

1111
### Why did we choose skia?
1212

13-
TotalCross uses [OpenGL ](https://totalcross.gitbook.io/playbook/opengl)in the graphics, but this technology was depreciated in iOS and, to keep up with the constant upgrades and improvements that TotalCross proposes to do on all platforms, we decided that this was the best time to bring a complementary technology \(and even better\) to our tool. That's why Skia was chosen to be implemented.
13+
TotalCross uses [OpenGL ](https://learn.totalcross.com/opengl)in the graphics, but this technology was depreciated in iOS and, to keep up with the constant upgrades and improvements that TotalCross proposes to do on all platforms, we decided that this was the best time to bring a complementary technology \(and even better\) to our tool. That's why Skia was chosen to be implemented.
1414

1515
### Impact of Skia on TotalCross
1616

0 commit comments

Comments
 (0)