hmm works thanks... so wats the setWindowName() for...anyway

On 3/2/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
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