Game Development Reference
In-Depth Information
Figure 13-3. Widget Candy, displaying various widgets on the device
Sample Code
_G.GUI.NewList(
{
x = "center",
y = "center",
width = "80%",
height = "90%",
scale = _G.GUIScale,
parentGroup = nil,
theme = "theme_1",
name = "LST_MAIN",
caption = "WIDGET CANDY SAMPLES:",
list = ListData,
allowDelete = false,
readyCaption = "Quit Editing",
border = {"shadow", 8,8, 64},
onSelect = function(EventData) _G.LoadSample(EventData) end,
} )
Corona AutoLAN
URL : www.mydevelopersgames.com/AutoLAN/
Price : Free
Platforms : Corona SDK
 
Search WWH ::




Custom Search