Hi everybody,
      I just found Qooxdoo, which sounds great. After trying the demo
I decided to learn to use it. But it is not as easy as i thought. I
wrote a script as below:

    window.application.main = function() {
        var d = this.getClientWindow().getClientDocument();
        //d.setOverflow("auto");

        var atom = new QxAtom("test");
        atom.setBorder(1, "solid", "black");  //make a box
        atom.setWidth(400);
        atom.setHeight(1400);   // you can't see entire box
        atom.setLeft(300);
        d.add(atom);
    }

   Well, it is a big box, but when I open the page, I find that there
is no vertical scrollbar I can use to go downward. How to show it?
Unremarking the 3rd line doesn't work on FireFox. Thanks a lot!

-------------
                       Best Wishes
Yiding He


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to