Flex 中的小部件叠加

发布于 2024-08-16 09:52:43 字数 305 浏览 3 评论 0原文

我想在我的 ImageViewer 应用程序中创建一个 ImageBrowser。 所以我认为 Widget 叠加层看起来很漂亮!

http://bernetblog.ch/wp-content/uploads/2008/ 03/widget.png 看起来很漂亮。

但我不知道做这样的事情最好的方法是什么。 我应该如何开始?
也许,一个带有阿尔法的画布?

I would like to make an ImageBrowser into my ImageViewer application.
So i thought an Widget overlay is an nice looking!

http://bernetblog.ch/wp-content/uploads/2008/03/widget.png is a nice looking.

but i don't know what is the best way to do such a thing.
How should i start ?
Maybe , a Canvas with alpha?

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

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

发布评论

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

评论(1

青芜 2024-08-23 09:52:43

我不确定你的问题是什么。
您是否正在尝试决定如何构建小部件本身?还是小部件系统?

“桌面”部分可能应该是画布。小部件本身可能是一个画布,其中包含您的内容。 (或者也许只是您的内容。)不要忘记实现拖动功能。 (这里有一些相关内容:http://www.adobe.com/devnet /flex/quickstart/adding_drag_and_drop/)

I'm uncertain what your question is.
Are you trying to decide how to build the widget itself? Or the widget system?

The "desktop" part should probably be a canvas. The Widget itself is probably a canvas with your content in it. (Or perhaps just your content.) Don't forget to implement the dragging functionality. (There's a bit about that here: http://www.adobe.com/devnet/flex/quickstart/adding_drag_and_drop/)

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