On Mon, Feb 24, 2014 at 11:40 AM, Richard Sternagel
<richard.sterna...@1und1.de> wrote:
> Hi Peter,
>
>> Does the filename actually make a difference?
>
> Yes it does. Keep it always in sync with the class name.
>
> But this wasn't your initial issue - it's an OO misunderstanding
> (or you just forgot "new" :D).
>
> Either do it like this:
> ...

To put it in other words:

You cannot call an instance method (from the "member" section) as a
static method on the class itself. Either make it a static method, or
create an instance of the class first.

(But you might want to consider opening a bug for a better error
message in such a case ;-).

T.

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to