This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DECLARE SUB AddLines (AddAmount AS INTEGER) | |
DECLARE SUB AddScore (AddAmount AS INTEGER) | |
DECLARE SUB MyColor (TheColor AS INTEGER) | |
DECLARE SUB MyLocate (x AS INTEGER, y AS INTEGER) | |
DECLARE SUB MyPrint (PrintString AS STRING) | |
DECLARE SUB PrintMain (Variable1 AS STRING, Variable2 AS STRING, FunctionNum AS INTEGER) | |
DECLARE SUB CheckEraseLines () | |
DECLARE SUB NewShape () | |
DECLARE SUB PatchScreen () | |
DECLARE FUNCTION DirFunction! (MaxCount!) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This shows how to use Ditto to map Archetype widgets to a property that is a list of an interface (i.e., each widget class implements that interface). | |
Note that there may be a better solution: https://github.com/micklaw/Ditto.Resolvers/issues/4 |