qx.Class.define("kardpoll.MenuWnd",
{
        extend : qx.ui.window.Window,
        properties:
        {
                caption: {refine: true, init: "Main Menu", check: "String"},
                icon: {init: "./resource/kardpoll/dcmain.png"},
                showStatusbar: {init: true},
                status: {init: "This is the KardPoll main menu please make a 
selection.",
check: "String"}
        },



I apologize as I did not format the previous message correctly.

 I am trying to assign initial values to the window. However if I leave the
"refine" I get and error message that I can set the value because "refine"
is missing. When I include "refine" I get an error about not being able to
set the value because it never had a value. So how is this supposed to be
handled?

Thanks,

Simon

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Question-about-initial-values-for-Properties-tp6559850p6559871.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to