Reference screen function
Is it possible to give a reference to a screen as parameter of a function without using Callback?
Submitted by Terje Pedersen on 11 April 2011 at 08:49
function dosomething(rscreen : Function2<Bool,String,void>) {
// some logic
rscreen(false, “slide”);
}
Log in to post comments