在 Silverlight 中创建交互式模拟桌面应用程序的最简单方法?

发布于 2024-08-28 00:09:01 字数 369 浏览 1 评论 0原文

我正在为桌面应用程序创建一个培训实验室。

基本上,它将是一系列带有热点的屏幕截图,当用户单击正确的位置时,它会前进到下一个屏幕截图。还将有一些简单的文本输入,因此需要将文本框覆盖在一些屏幕截图上。逻辑很简单,如果用户输入正确的内容,他们就会移动到下一个屏幕。

Adobe Captivate 或基于时间线的旧式 Flash 非常适合创建此类内容。但这个项目必须是Silverlight。我考虑过将 Captivate 与 swf 到 silverlight 转换器一起使用,但我相信这些转换器仅支持动画而不支持逻辑。

问题是:在 Silverlight 中创建此类事物的最简单方法是什么? Expression Blend 可以做到吗?其他选择?理想情况下只需要很少的编程。

I'm creating a training lab for a desktop application.

Basically it'll be a series of screenshots with hotspots, when the user clicks in the right spot it advances to the next screenshot. There will also be some simple text input, so a textbox will need be overlaid over some of the screenshots. The logic is simply if the user enters the right thing they get to move to the next screen.

Adobe Captivate or good old timeline-based Flash is great for creating stuff like this. But this project has to be Silverlight. I considered using Captivate along with a swf to silverlight converter, but I believe those converters only support animations not logic.

The question is: what is the easiest way to create this type of thing in Silverlight? Can Expression Blend do it? Other alternatives? Ideally little programming is required.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

入怼 2024-09-04 00:09:01

Blend 对此非常有用,您可能还想尝试使用 Sketchflow 快速构建原型 http: //www.microsoft.com/expression/products/SketchFlow_OverView.aspx

使用Expression Blend 的行为和故事板可以轻松地立即创建无需任何代码的应用程序。

Blend is great for this, you may also want to try using Sketchflow to prototype it quickly http://www.microsoft.com/expression/products/SketchFlow_OverView.aspx

Using Expression Blend's behaviours and storyboards makes it easy to create an application with no code in no time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文