local textParams = { text="This is some text", x=160, y=50, width=320, height=0, font=native.systemFontBold, fontSize=12, align = "center" } local t=display.newText(textParams); --the above results in this error: --"Bad argument #-1 to 'newText' (Proxy expected, got nil)"
I think that’s b/c we’re working in a branch and haven’t merged in the new table style params for newText.
That’s what I thought…
I’ve branched the repository of one of my apps and I’m in the process of converting it to Graphics 2.0 just to see how far I get.
I think that’s b/c we’re working in a branch and haven’t merged in the new table style params for newText.
That’s what I thought…
I’ve branched the repository of one of my apps and I’m in the process of converting it to Graphics 2.0 just to see how far I get.