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.
使用 fyne,我如何在应用程序启动时将焦点设置在特定的小部件上?实际上我找不到在任何地方设置焦点的方法。似乎只有在获得或失去焦点时才能找到。我花了更多的时间试图弄清楚这一点,而不是我想承认的。
您可以将任何可聚焦的小部件传递给 Window.Canvas().Focus(...)。如果在启动时这样做,请确保在调用它之前设置了窗口内容,否则对象查找可能会失败(因为画布必须包含小部件才能获得焦点)。