Flex 中的小部件叠加
我想在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定你的问题是什么。
您是否正在尝试决定如何构建小部件本身?还是小部件系统?
“桌面”部分可能应该是画布。小部件本身可能是一个画布,其中包含您的内容。 (或者也许只是您的内容。)不要忘记实现拖动功能。 (这里有一些相关内容: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/)