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: Tabbed Container Ability |
From: | Patard Charles-Henri <[email protected]> |
To: | "Mark S. Engbretson" <[email protected]> |
Cc: | "[email protected]" <[email protected]> |
Date: | Fri, 25 Jul 2014 07:38:32 +0000 |
I Mark, I’ve solved my problem by adding button in each tab.
Charles-Henry De : Mark S. Engbretson [mailto:[email protected]]
Ø
Actually, it’s impossible to link script execution with the active tab property. If the current tab set a PV or some other “global” state indicator, then scripts certainly could look at that PV and conditionally do or display something else. Although you would really have to
brute force everything to make it work. In the “old days” using MEDM, people just “faked” a similar effect by just making whole panels visible or invisible depending upon a PV, so effectively you might have any number of layers of content,
only 1 which was actually visible at any particular time. From:
[email protected] [mailto:[email protected]]
On Behalf Of Patard Charles-Henri Hi all, I’m trying to create an OPI with on left part a menu and on right part a display OPI area. The user can change the OPI on right part by selecting a tab on Tabbed container widget (left part). Actually, it’s impossible to link script execution with the active tab property. I’ve thought of another solution but more complicated. Use a choice button widget and two linking container widgets. The first linking container widgets is placed below the choice button and the second in the right part. By clicking on the “tab button” the user display the menu and the OPI on the right part. Is my need is legitimate ? Thanks |