Hi,

I've done my 1st interface called IResizeable, that must be implemented when
including the Mixin MResizeable.
The problem is that I must comment the implement, because otherwise it fails
when calling the interface method _changeWidth().  See demo Resizer_1.html. 
The error is about failing the pre-condition.

qx.Class.define("qx.ui.resizer.Resizer",
{
  extend    : qx.ui.layout.CanvasLayout,
  include   : qx.ui.resizer.MResizeable,
//implement : qx.ui.resizer.IResizeable,
  ....
}

For functionality I don't need to implement this interface, it is just for
documentation, but I don't understand what's wrong.

Regards,
David
-- 
View this message in context: 
http://www.nabble.com/New-interface-IResizeable-tf3720509.html#a10409849
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to