我应该使用导航器还是视图状态?

发布于 2024-10-10 05:22:17 字数 262 浏览 2 评论 0原文

您好,我想创建一个具有此类功能的应用程序: http://looklet.com/create 在此应用程序中,当您单击右侧的按钮(或某些图块列表)时,左侧的模型会相应更新。我想知道他们是如何实现这一目标的。最初我认为这是某种仅图像弹出窗口,但弹出窗口似乎更新了整个视图。 然后我认为这可能只是更改视图状态,但后来我仍然困惑如何使用视图状态来完成它。

Flex专家请给我一些提示!

Hi I want to create an application has this sort of function:
http://looklet.com/create
In this application when you click the button (or some tilelist) on the right the model on the left update accordingly. I wonder how they achieve this. Originally i think it's some sort of image-only pop-up window but then pop-up window seems to update the entire view.
Then I think it might be only change view state, but then I still confused how it can be done using view state.

Flex expert please give me some hint !

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

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

发布评论

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

评论(2

故人爱我别走 2024-10-17 05:22:17

看起来像在画布上绘制的透明图像。每件作品都必须有预定义的偏移量和绘制顺序。

Looks like transparent images drawn on Canvas. Each piece must have predefined offset and draw order.

赠佳期 2024-10-17 05:22:17

可能只是将图像放置在一个或多个画布上,并通过 Z 轴顺序控制深度。

身体保持不变,因此衬衫可能有自己的放置属性,裙子、内衣、袜子等以及背景、面孔等也是如此。

Probably just images placed on one or more Canvas, with the z-order controlled for depth.

The body stays the same, so shirts probably have their own placement properties, as do skirts, underwear, hosiery, etc. as well as backgrounds, faces, etc.

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