Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/codeigniter/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows phone 7 windows phone 7等同于android';什么是进度对话?_Windows Phone 7 - Fatal编程技术网

Windows phone 7 windows phone 7等同于android';什么是进度对话?

Windows phone 7 windows phone 7等同于android';什么是进度对话?,windows-phone-7,Windows Phone 7,在android中有一个进度对话框类 ProgressDialog=ProgressDialog.show(MyActivity.this,“, “正在加载。请稍候…”,正确) SDK附带ProgressBar控件,Silverlight工具包中也有PerformanceProgressBar(稍微好一点)。 在WP7.1中,您可以访问SystemTray。它有一个选项,可以显示某些操作(不确定或百分比)以及附加消息(如果您需要)使用 在这里查看我的答案: <shell:SystemTra

在android中有一个进度对话框类

ProgressDialog=ProgressDialog.show(MyActivity.this,“, “正在加载。请稍候…”,正确)


SDK附带ProgressBar控件,Silverlight工具包中也有PerformanceProgressBar(稍微好一点)。 在WP7.1中,您可以访问SystemTray。它有一个选项,可以显示某些操作(不确定或百分比)以及附加消息(如果您需要)

使用


在这里查看我的答案:
<shell:SystemTray.ProgressIndicator>
    <shell:ProgressIndicator IsIndeterminate="True" IsVisible="True" Text="Click me..." />
</shell:SystemTray.ProgressIndicator>