问题标签 [coachmark]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
215 浏览

android - android中的runOnMainThread vs Handler - 何时在上述场景中使用哪一个

我在活动的 onCreateOptionsMenu 方法中实现了一个 coachmark。

当活动处于焦点时,它会加载一个文件并为活动创建选项菜单。我从createOptionsMenu 调用coachmark,当我使用runOnMainThread() 运行线程时没有显示coachmark,而在使用Handler().post() 时没有显示coachmark。为什么以及何时使用处理程序以及何时使用 runOnMainThread() 的任何原因。

0 投票
0 回答
91 浏览

office-ui-fabric - 在 Coachmark 的情况下不显示教学气泡方向

我使用 Microsoft 的文档来设计基于 Coachmark 的教学标注。一些示例可以在这里找到:https ://docs.microsoft.com/en-us/javascript/api/examples/coachmark?view=office-ui-fabric-react-latest

在显示教练标记后,我想为教学标注指定方向,但我无法做到。

Coachmark 在里面使用了 TeachingBubbleContent,它没有方向,只是一个矩形框。我尝试在coachmark 中使用TeachingBubble,但它甚至出现在coachmark 之前。

我明白了: 没有方向的标注

但我想要这个,在显示基于水滴的 Coachmark 之后: Callout with direction

PS:如果无法使用此功能,请建议是否可以使用其他方法来实现这一目标。