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: | epicsQt |
From: | "Szalata, Zenon M." <[email protected]> |
To: | Andrew Rhyder <[email protected]> |
Cc: | "[email protected]" <[email protected]> |
Date: | Wed, 23 Mar 2011 15:28:38 -0700 |
Hi Andrew, Today I downloaded qpicsQt 1.1.2, built it, and did some testing. I still get the error: "Bug in QCaStringFormatting::formatString(). The QVariant type was not expected" when I try to display contents of a waveform record in a QCaLabel. Here is my waveform record: record( waveform, "$(P):WF:ERROR"){ field( DESC, "Error Message:") field( NELM, "128") field( FTVL, "CHAR") } The same is also true if I connect a QCaShape object to a bit field in a mbbiDirect record. On a more positive note, I have just finished developing a “byte monitor” widget, which is similar to its counterpart in EDM. So, now I have two custom CA aware widgets, which work for me. The other is a “specialized” toggle button. Thanks, Zen |