sketchflow 导航到屏幕动作弹出窗口

发布于 2024-09-25 06:40:21 字数 157 浏览 0 评论 0原文

我正在使用 SketchFlow 作为原型。现在,当用户单击某些“链接”时,会执行一个触发器,该触发器调用 navigatortoscreenaction 并提供目标屏幕。问题是我不想进入这个屏幕并离开我的主窗口,而是希望我的目标屏幕弹出到模式对话框中。你能用 Sketchflow 完成这个任务吗?

I am using SketchFlow for a prototype. Right now when the user clicks certain 'links' a trigger is excuted which calls navigatetoscreenaction and I supply the target screen. The problem is instead of going to this screen and leaving my main window, I want my target screen to popup into a modal dialog. Can you accomplish this with Sketchflow?

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

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

发布评论

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

评论(2

伴我老 2024-10-02 06:40:21

是的,但您可能必须自己编写代码。如果您确实想要一个对话框,则必须在您单击的项目的事件处理程序中执行此操作。您可以像您正在使用的平台上的任何其他对话框一样进行操作。

如果您只是想模拟它,您可以将屏幕制作为组件屏幕并使用视觉状态来隐藏/显示它。使其隐藏在基本状态中,并创建一个由行为触发的显示状态。

Yes, but you might have to code it up yourself. If you truly want a dialog you will have to do it in the event handler for the item you are clicking. You would do it just like any other dialog on the platform you are using.

If you just want to simulate it, you could make the screen into a component screen and use visual states to hide/show it. Made it hidden in the base state, and create a show state that you trigger with a behavior.

谈情不如逗狗 2024-10-02 06:40:21

是的,您当然可以,使用组件屏幕。右键单击 sketchflow 图中的源屏幕,它就在那里。

yes you sure can, with a component screen. Right click on your source screen in the sketchflow map and there it is.

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