EPICS Home

Experimental Physics and Industrial Control System


 
1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  <20122013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  <20122013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: CSS-BOY combo boxes
From: Christian Roehrig <[email protected]>
To: [email protected]
Date: Mon, 28 May 2012 21:39:42 -0500 (CDT)
Hello,

   Perhaps I am missing something, but I am unable to dynamically populate the combo box widget's list items.  I have tried three variations of the same line in a JavaScript script.  I have also tried these lines with forceFire = true.

widget.setPropertyValue("items", "one, two, three");

widget.setPropertyValue("items", "[one, two, three]");

var listArray = ["one", "two", "three"];
widget.setPropertyValue("items", listArray);

Would someone please tell me what I am doing wrong?  Thank you.

Chris Roehrig

Replies:
RE: CSS-BOY combo boxes Chen, Xihui

Navigate by Date:
Prev: Problems with SIS38XX and scaler record AutoCount in MCA R7-1 Mark Rivers
Next: On compatibility Dirk Zimoch
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  <20122013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Problems with SIS38XX and scaler record AutoCount in MCA R7-1 Mark Rivers
Next: RE: CSS-BOY combo boxes Chen, Xihui
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  <20122013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024