由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请教一个progress bar的问题
相关主题
Dynamic buffer management questionstatic variable存在heap还是stack?
[合集] 问个题--- web dynamic graphic generationchar[] 和 char*有什么区别?
backend language of choicehelp on php for dynamic dependent list box (转载)
再来问个蠢问题有用Agile的吗?
Please Help, dynamic memory after fork()shared_ptr and dynamic_pointer_cast
trouble using gdb debugging C/C++dynamic_cast operator in C++
一道C++面试编程题Dynamically generated FLASH
在 linux下有没有可能得到完全的fully static binaryvector< vector > > 怎么初始化?
相关话题的讨论汇总
话题: bar话题: progress话题: cases话题: what话题: some
进入Programming版参与讨论
1 (共1页)
j*****k
发帖数: 1198
1
for example, now I have 10 cases whose methods may dynamically create some o
ther cases. What I want is to show the progress bar about the number of case
s finished. What is the best way to do this?
Thanks
g*****g
发帖数: 34805
2
This should be simple enough, just find your progress bar widget,
and set complete % after you finish every task.

o
case

【在 j*****k 的大作中提到】
: for example, now I have 10 cases whose methods may dynamically create some o
: ther cases. What I want is to show the progress bar about the number of case
: s finished. What is the best way to do this?
: Thanks

j*****k
发帖数: 1198
3
The question is the max of the bar changes. Some cases need re-run. For some
reason, after run some cases, the bar is always 100% even all the cases are
not finished yet

【在 g*****g 的大作中提到】
: This should be simple enough, just find your progress bar widget,
: and set complete % after you finish every task.
:
: o
: case

1 (共1页)
进入Programming版参与讨论
相关主题
vector< vector > > 怎么初始化?Please Help, dynamic memory after fork()
Visual C++ 如何高亮显示 括号匹配?trouble using gdb debugging C/C++
Perl queston, can I require the module dynamically?一道C++面试编程题
Traited Python object attributes -for java people在 linux下有没有可能得到完全的fully static binary
Dynamic buffer management questionstatic variable存在heap还是stack?
[合集] 问个题--- web dynamic graphic generationchar[] 和 char*有什么区别?
backend language of choicehelp on php for dynamic dependent list box (转载)
再来问个蠢问题有用Agile的吗?
相关话题的讨论汇总
话题: bar话题: progress话题: cases话题: what话题: some