lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Michelle,

On 3 August 2011 16:04, Michelle Jenkins <ultraluxurylife@gmail.com> wrote:
> I am using the Corona software which uses the Lua language and have a
> question about the newTextField()

Lua is a very basic language that is designed to be embedded into 3rd
party apps and tools such as Corona, and extended with functions and
APIs specific to that app. The newTextField() function is part of the
Corona API (Lua has no graphics capabilities on its own), so your best
support in this case is probably the Corona community.

They appear to have forums at http://developer.anscamobile.com/forum/
where hopefully they will be able to answer your question better, as
they have more knowledge of the platform than folks do here.

Regards,
Matthew