void InstallationLoop() { byte id, key, started=false; goto _INSTALL_DRAW; loop() switch(WaitEvent()) { case evButton: id=GetButtonID(); if(id == 1) ExitProcess(); if (id == 11) RunProgram("/sys/htmlv", "http://kolibri-n.org/donate.php"); if (id == 10) HalloLoop(); break; case evKey: key = GetKey(); break; case evReDraw: _INSTALL_DRAW: if !(DefineWindow("Installation Started", "Stop")) break; if (started) break; started = true; Install(); } } char iclock[3]={1,2}; void ShowProgress(dword text1) { iclock[0]>