Message: 1
Date: Thu, 26 Jan 2006 12:15:18 +0100
From: Sebastian Werner <[EMAIL PROTECTED]>
To: [email protected]
Subject: Re: [qooxdoo-devel] Newbie: Specialized QxIframe Object
Reply-To: [email protected]
Philip Hetjens schrieb:
Hello,
I want to create a new Object (for example I will call it “QxAbc”). This
object has to be derived from QxIframe. I wrote the following code:
function QxAbc()
{
QxIframe.call(this, "iframe_bla.html");
};
QxAbc.extend(QxIframe, "QxAbc");
Now, I can instantiate this Object. This works fine:
w1 = new OxAbc();
But:
“w1.setLeft(100);” and “w1.setTop(100);” doesn’t work, only
“w1.setWidth(200);” and “w1.setHeight(200);” works.
Have you any idea?
If I derive it from “QxWidget” then it will not work, too.
If I derive it from “QxAtom” then it will work.
But, “QxIframe” is derived from “QxWidget” and with this Object it works.
Please help me.
Hi Philip,
could you please create a small example which shows your problem. I
will
then take a look at it. Thanks.
Sebastian
I have the same proble when extending QxWidget, it seems the width and height
attributes work, but left and top do not.
--
Jason J. Kahler
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel