No the issue is that OpenBluedragon has a built in function called render() that the other two engines don't have.
when you're calling render() its calling the built in function which takes one argument the string you want to runtime execute. but the fix is correct :) Alex On 1 April 2012 11:32, David G Ortega <[email protected]> wrote: > I have found the issue. Its a openBD issue. If I replace all the > render calls to this.render the file works. Seems that you have to > specify the scope this with public functions. > > Am I right? > > -- > online documentation: http://openbd.org/manual/ > google+ hints/tips: https://plus.google.com/115990347459711259462 > http://groups.google.com/group/openbd?hl=en > -- Alex Skinner Managing Director Pixl8 Interactive Tel: +448452600726 Email: [email protected] Web: pixl8.co.uk -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
