1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Alarm Problem |
From: | "Kasemir, Kay via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "Sinclair, John" <sinclairjw at ornl.gov>, tech-talk <tech-talk at aps.anl.gov> |
Date: | Tue, 13 Jun 2023 16:47:30 +0000 |
Do you see the same with basically any pop-up dialog? Application -> Utility -> File Browser, then use context menu to create “New Folder” or “Rename”, do those dialogs behave the same way? On Linux, we use GTK, and can (for now) run with either GTK2 or GTK3. See
https://github.com/ControlSystemStudio/phoebus/wiki/JavaFX for adding the -Djdk.gtk.verbose=true option to see what you have, and adding -Djdk.gtk.version=2 or -Djdk.gtk.version=3 to select
a specific one. Do they behave differently? -Kay |