Hi Andrew,

I seems to me that "this.operator.getValue()" doesn't exist, could you 
please check that "this.operator" contains the correct reference to a 
instance which has the "getValue()" method.

Cheers,
Chris

Am 17.01.2010 22:53, schrieb Andrew Thomas:
> I am doing a tutorial to get myself acclimated with qooxdoo howeve I 
> keep getting this error
>
> object doesn't support this project or method
>
> Here is the code where i am getting the error
>
> switch(this.operator.getValue()) {
>                 case "add": r = v1+v2; break;
>                 case "subtract": r = v1-v2; break;
>                 case "multiply": r = v1*v2; break;
>                 case "divide": r = v1/v2; break;
>             }


-- 
Christian Schmidt
Software Entwickler

1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
[email protected]

Amtsgericht Montabaur / HRB 6484
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver 
Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to