Himalayan-Academy / Siva-Siva-App

Code Repository for the Siva Siva Mobile App
11 stars 3 forks source link

Add Journal Record to Path to Siva At appropriate Place #65

Closed Brahmanathaswami closed 7 years ago

Brahmanathaswami commented 7 years ago

command Journal_RecordEntry pModule, pLabel, pData, pTags -- pImage

e.g. Journal_RecordEntry "gems", ("Gems - Quotes" ), pData,("Reading, " & tRealm) end closecard

Add to the stack script a journalResume that looks like this;

on journalResume pDataA, pEntryA put "card " & quote & pDataA["card"] & quote & " of stack " && quote & pEntryA["module"] & quote into pDestination close stack "journal" portal_GoStack pDestination # or whatever hyou want to go back to the lessont heyh were reading. end journalResume

Brahmanathaswami commented 7 years ago

got htis

Brahmanathaswami commented 7 years ago

done, testing, working