
So you have a Excel 2003 sheet, and a application that's using CEGUI? When you enter something in the editbox in the CEGUI app, you want it to show up in a cell of the Excel worksheet?
Code: Select all
for (int x = 0; x != mContainer->getChildCount(); ++x)
{
Window * wnd = mContainer->getChildAtIdx(x);
// do your stuff.
}
Rackle wrote:P.S. Create an application out of Property Finder to obtain a list of the properties for any .scheme.