問題タブ [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.

0 投票する
1 に答える
33 参照

python - Python GUI - tkinter の wm_attributes("-topmost", True) が xfreerdp /f で機能しない

python + tkinter でxfreerdp軽量クライアントを作成しています。画面の上部に、すべてのプログラムの上に表示されるボタンを含むメニューを配置しました。xfreerdpに /f スイッチを使用しない限り、機能します。別のプログラムがフルスクリーン モードで起動された場合、wm_attributes ("-topmost", True)は機能しないことを理解しました。

フルスクリーンアプリの上にトップレベルを表示するtkinter別の方法はありますか?

または、tkinter ウィンドウ内で xfreerdp を実行する方法はあります?

または、 Python 用の別の GUI を使用した同様の方法ですか?

私のプログラムのスクリーンショット