I have a meathod in ScratchFrameMorph> instance > web > writeprojecthtml
I need it to run from ScriptableScratchMorph> instance> web
HELP!
Offline
Don't worry done it!
You just do:
t3 _self ownerThatIsA: ScratchFrameMorph.
t3 writeprojecthtml.
Offline