Message/warning popup tooltips disappears quickly
4 ビュー (過去 30 日間)
古いコメントを表示
Image showing the disappearing popup tooltip for warning message within the code.
Matlab Version: 2015b
Windows Manager: Awesome WM
OS: Linux ~HOST~ 4.4.1-2-ARCH #1 SMP PREEMPT Wed Feb 3 13:12:33 UTC 2016 x86_64 GNU/Linux
0 件のコメント
採用された回答
Han ZHANG
2016 年 4 月 1 日
Hello. I have the same problem and it may be caused by focus being stealed by tooltips. Adding rule
{ rule = { },
propertities = {
focus = false
} },
may help. I don't know how to limit the range of rule to tooltip so I have to set focus to false globally. There may be a better solution.
2 件のコメント
Erik Faulhaber
2019 年 12 月 13 日
An elegant solution using an awesome wm rule:
{ rule = { class = "MATLAB", type = "dialog" },
properties = { focus = false }
},
その他の回答 (1 件)
Rohit Jain
2016 年 3 月 2 日
It looks like Arch Linux is not officially supported by MathWorks. Hence the behavior might not be tested on it. Below link specifies the supported Linux versions for R2015b:
Have you observed this behavior in one of the supported Linux distributions?
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!