問題タブ [freerdp]
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.
python - Python GUI - tkinter の wm_attributes("-topmost", True) が xfreerdp /f で機能しない
python + tkinter でxfreerdpの軽量クライアントを作成しています。画面の上部に、すべてのプログラムの上に表示されるボタンを含むメニューを配置しました。xfreerdpに /f スイッチを使用しない限り、機能します。別のプログラムがフルスクリーン モードで起動された場合、wm_attributes ("-topmost", True)は機能しないことを理解しました。
フルスクリーンアプリの上にトップレベルを表示するtkinterの別の方法はありますか?
または、tkinter ウィンドウ内で xfreerdp を実行する方法はありますか?
または、 Python 用の別の GUI を使用した同様の方法ですか?