mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.upptst
This commit is contained in:
parent
a066fe7773
commit
9f85434ac9
2 changed files with 21 additions and 0 deletions
9
upptst/Progress/Progress.upp
Normal file
9
upptst/Progress/Progress.upp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
uses
|
||||
CtrlLib;
|
||||
|
||||
file
|
||||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI";
|
||||
|
||||
12
upptst/Progress/main.cpp
Normal file
12
upptst/Progress/main.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include <CtrlLib/CtrlLib.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
Progress pi;
|
||||
pi.SetText("C:/Users/cxl/Downloads/CP210x_VCP_Windows/CP210x_VCP_Windows/x64/silabenm.sys");
|
||||
for(;;)
|
||||
if(pi.StepCanceled())
|
||||
break;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue