On Fri, Feb 19, 2010 at 17:19, [email protected] <
[email protected]> wrote:
>
> but i always get Function getBehaviour not found. But i copy this code
> from the demo example. What could be the problem?
>
If you're trying to pass custom parameters to the Table constructor, it
works much better if you set those custom parameters before instantiating
the Table object.
In your specific case, you're passing an undefined 'custom' variable to the
Table constructor, and then initializing the 'custom' variable after
instantiating the Table object. Your initialized 'custom' object is never
used, so the Resize table column model is not used, and the default column
model doesn't have a getBehavior() method, thus your error.
Derrell
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel