I've defined a "Remove" event in the Tile, but I can't subscribe to it.
This gives me an error stating PRIM_TILE<MYTILEP01> does not contain an event REMOVE.
Code: Select all
evtroutine handling(#MyTiles.Remove)
* trigger deletion
endroutine
I've also tried using the iterator such as MyTiles<>.Remove but that gives me the "Expression is not an iterator" error.
How do you signal events up from a Tile?
I think I could do this with an application scoped object, but is there a way to do it with one?
Thanks,
Joe