#include using namespace Upp; GUI_APP_MAIN { // WithDropChoice d; // d.AddList("Test"); DropDate d; TopWindow win; win.Add(d.SizePos()); win.Run(); }