While not yet fixed in Perl/Tk, there's a common workaround in those
situations: Just extract the real widget from the scrolled megawidget.

    $real_canvas = $canvas->Subwidget("scrolled");
    $balloon->attach($real_canvas, ...)

Regards,
    Slaven

-- 
Slaven Rezic - slaven <at> rezic <dot> de

Tk-AppMaster: a perl/Tk module launcher designed for handhelds
        http://tk-appmaster.sf.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to