| Summary: | missing comma | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Bob NIcholson <bob> |
| Component: | EDT | Assignee: | Project Inbox <edt.doc-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | margolis |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
done, thanks: http://wiki.eclipse.org/EDT:Tutorial:_RUI_With_DataBase_Lesson_4#Lesson_4:_Create_the_Rich_UI_handler updated to show that this defect was fixed in 0.8.0 I1 |
EDT:Tutorial: RUI With DataBase Lesson 4 Step 5 sample code is missing a comma after third line: { row = 2, column = 1 Should read: { row = 2, column = 1,