lua-users home
lua-l archive

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


On 6/1/07, Mauro Iazzi <mauro.iazzi@gmail.com> wrote:
> -- Lets see if we can get at the list of registered widgets.
> print( "---- registeredWidgets ----" );
> for name, var in pairs( WidgetBase.GetRegisteredWidgets() ) do
>     print( name, "\t", val );
> end
> print ("---- END - registeredWidgets ----\n\n");

the val -> var difference is a typo?

Wow thanks. I feel so stupid. I am really not that new at this. I should have noticed that. I guess I just needed a new set of eyes to look over the code. Thanks so much. It works now.
--
Regards,
Ryan
RJP Computing