Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
单击列表视图项之一后,我想调用或检索相同的数据。换句话说,每当我单击列表视图中列出的任何项目时,我都需要为我展开该列表以显示其调用的相同结果。我应该在List_viwer2调用函数中放什么?
您可以添加屏幕,并拖动标签。
然后在 Screen1 中添加此代码:
initialize app variable clicked_option
在 List_Viewer 块内:
set clicked_option to item
然后在 Screen2 中:
when Screen2 opens set [label name] to clicked_option