Page 3 of 3

Re: Any chance the max size of templates gets increased?

Posted: 21 Mar 2013 18:25
by Joe Soap
It seems fairly obvious, and has done from the start, that Lemur needs to be rearchitected as an iOS-native app to deliver the vast majority of features and performance improvements requested by the userbase.

We can only hope that this has been going on for the last two years behind the scenes - frankly, it's one of only two reasons I can think of to explain the current state of the platform.

Re: Any chance the max size of templates gets increased?

Posted: 22 Mar 2013 01:09
by Macciza
Hi
Re the -
decl b = getobject();
GlobalFunctions.someFunction(b);

try
decl obj = getattribute(getobject(),'name');
function(obj); //This sends the name of the object

and then in function(obj) use
decl object= findobject(obj); // This finds the object by nam
setexpression(object,etc etc //As needed . . .

Works at root level - Has issues with stuff in Containers that I've not got around yet
Cheers
MM