Thanks both.. Makes sense and fixed the issue. Thanks for the speedy responses too!

Glyn


On 16 Oct 2008, at 17:12, Derrell Lipman wrote:



On Thu, Oct 16, 2008 at 12:05 PM, Derrell Lipman <[EMAIL PROTECTED] > wrote:
All you need to do is replace this line:

  this.center()

with this:

  this.addListener("resize", function(e) { this.center(); }, this);

or simpler,
  this.addListener("resize", this.center, this);


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to