Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » accessing standard properties at qooxdoo side
accessing standard properties at qooxdoo side [message #101210] Tue, 05 August 2008 06:23 Go to next message
Eclipse UserFriend
Hi All,

How do I access the properties set by WidgetLCAUtil.writeBounds?

Tried the following expression "if (this.width > 100) {...}" but it
drops me an error.

Thanks
Re: accessing standard properties at qooxdoo side [message #101218 is a reply to message #101210] Tue, 05 August 2008 08:45 Go to previous message
Eclipse UserFriend
Originally posted by: rsternberg.innoopract.com

Hi Dmitry,

Dmitry Pryadkin wrote:
> How do I access the properties set by WidgetLCAUtil.writeBounds?
>
> Tried the following expression "if (this.width > 100) {...}" but it
> drops me an error.

The qooxdoo property system creates getters and setters automatically.
Try this.getWidth() instead of this.width. You can find the qx doku at
http://demo.qooxdoo.org/0.7.3/apiviewer/#qx.ui.core.Widget

Regards, Ralf
Previous Topic:servlet & Http Session
Next Topic:Nebula widgets
Goto Forum:
  


Current Time: Wed May 07 03:06:18 EDT 2025

Powered by FUDForum. Page generated in 0.07673 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top