ehy..is this the loveletter virus attached ??

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von
Slaven Rezic
Gesendet: Sonntag, 29. April 2001 03:46
An: Hans
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Betreff: Re: Pack trouble



Hans <[EMAIL PROTECTED]> writes:

> Someone please enlighten me. I can't for the world figure out what is
> wrong here.
>
>
> - I create a main window.
>
> - In this window I create a frame.
>
> - In this frame I create four buttons.
>
> - The buttons need to be packed like this:
>
>          TOP
>
>    LEFT      RIGHT
>
>    BOTTOM1 BOTTOM2
>
>
> -Instead they are packed like this:
>
>          TOP
>
>       LEFT RIGHT
>
>          BOTTOM2
>
>       BOTTOM1
>

You have to use ->grid() instead of ->pack() or subframes.

Regards.
        Slaven

--

Reply via email to