try without the setWindowName()

-Igor


On 3/2/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote:


How easy can it get...I did this and got no popups..any tips?

        plink = new PageLink("popwin",new ImageViewer());
        PopupSettings p = new PopupSettings();
        p.setWidth(300).setHeight(300).setTop(23).setWindowName("Image Preview");
        plink.setPopupSettings(p);
        add(plink);

Reply via email to