diff --git a/uppdev/DropListBug/main.cpp b/uppdev/DropListBug/main.cpp index 2da771793..6d5633c00 100644 --- a/uppdev/DropListBug/main.cpp +++ b/uppdev/DropListBug/main.cpp @@ -20,11 +20,12 @@ public: addButton <<= THISBACK(AddButtonClicked); removeButton <<= THISBACK(RemoveButtonClicked); - for(int i=0;i<10;i++){ + dropList.AddSeparator(); + for(int i=0;i<1000;i++){ dropList.Add(i,Format("%d",i)); if(((i+1)%3)==0) dropList.AddSeparator(); } - + dropList.AddSeparator(); } void AddButtonClicked() diff --git a/uppdev/F5crash/F5crash.upp b/uppdev/F5crash/F5crash.upp new file mode 100644 index 000000000..611f9040c --- /dev/null +++ b/uppdev/F5crash/F5crash.upp @@ -0,0 +1,6 @@ +file + U:\xxx\ttest.js; + +mainconfig + "" = ""; + diff --git a/uppdev/F5crash/init b/uppdev/F5crash/init new file mode 100644 index 000000000..da6eaf91b --- /dev/null +++ b/uppdev/F5crash/init @@ -0,0 +1,3 @@ +#ifndef _F5crash_icpp_init_stub +#define _F5crash_icpp_init_stub +#endif