Skip to content

Commit 7439af7

Browse files
committed
Added Tutorial-o-Matic How to
1 parent 65a883d commit 7439af7

2 files changed

Lines changed: 2342 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import edofro.tutorialomatic.ToM as tom
2+
3+
//region: opens tutorial map
4+
5+
def sep = File.separator
6+
def userDir = c.userDirectory.path
7+
def mapFileName = "HowToTutorial-o-Matic.mm"
8+
def pathName = userDir + sep + "doc" + sep + "Tutorial-o-Matic" + sep + mapFileName
9+
def tutMap = tom.getMapFromPath(pathName, false) //usar mapa indicado (pero oculto)
10+
11+
tom.showTutorials( tutMap )
12+
13+
//end:

0 commit comments

Comments
 (0)