Bug 421167 - problems with the Basic Tutorial in the VJET Development User Guide
Summary: problems with the Basic Tutorial in the VJET Development User Guide
Status: UNCONFIRMED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VJET (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Justin Early CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2013-11-06 10:41 EST by Dan Morrow CLA
Modified: 2017-04-11 15:12 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Morrow CLA 2013-11-06 10:41:13 EST
(sorry, this is a duplicate of something I already pasted to the forums by mistake)

The "Basic Tutorial" that comes with the VJET Development User Guide has some inconsistencies that should be addressed.

1. At the end of the "Creating your first VJET project", the "Next Section" link points to "VJET JS Type Libraries", but the actual next section in the tutorial appears to be "Creating a VJET Type"

2 Under "Using Content assist", the "setClose" function belongs under "protos" not under "props" is is suggested.

3. Under "Using Content assist", the "Next Section" link is identified as "Identifying problems in your code", but it looks like it should be "Using comment completion"

4. In the "Using code templates" section, step 5 says "complete the for loop as follows" -- there is no for loop in the example code.

5. In "Searching the workbench" - the main function belongs in the "props" area, not the protos area.

6. In "Running VJET JS application" (aka, Running your programs), step 3 says to "Select Test.js"... but you should really select "MyTest.js", as is shown in the picture below the text.

I guess that's it. Hope this helps.