Is it possible to give a reference to a screen as parameter of a function without using Callback?


function dosomething(rscreen : Function2<Bool,String,void>) {
// some logic
rscreen(false, “slide”);
}

Submitted by Terje Pedersen on 11 April 2011 at 08:49

Log in to post comments