Re: [Gambas-user] Fit Form to PictureBox

2014-12-31 Thread Gian
Il 31/12/2014 15:30, Tobias Boege ha scritto: > On Wed, 31 Dec 2014, Gian wrote: >> Il 31/12/2014 01:25, Tobias Boege ha scritto: >>> Hi, >>> >>> I'm trying to have FMain automatically adjust its size according to its sole >>> (for demonstration) child control PictureBox1. The PictureBox1 itself is

Re: [Gambas-user] Fit Form to PictureBox

2014-12-31 Thread Benoît Minisini
Le 31/12/2014 15:30, Tobias Boege a écrit : > On Wed, 31 Dec 2014, Gian wrote: >> Il 31/12/2014 01:25, Tobias Boege ha scritto: >>> Hi, >>> >>> I'm trying to have FMain automatically adjust its size according to its sole >>> (for demonstration) child control PictureBox1. The PictureBox1 itself is >

Re: [Gambas-user] Fit Form to PictureBox

2014-12-31 Thread Tobias Boege
On Wed, 31 Dec 2014, Gian wrote: > Il 31/12/2014 01:25, Tobias Boege ha scritto: > > Hi, > > > > I'm trying to have FMain automatically adjust its size according to its sole > > (for demonstration) child control PictureBox1. The PictureBox1 itself is > > AutoResize = True and gets a big Picture. (A

Re: [Gambas-user] Fit Form to PictureBox

2014-12-31 Thread Gian
Il 31/12/2014 01:25, Tobias Boege ha scritto: > Hi, > > I'm trying to have FMain automatically adjust its size according to its sole > (for demonstration) child control PictureBox1. The PictureBox1 itself is > AutoResize = True and gets a big Picture. (Attached is a little project.) > > What happen

[Gambas-user] Fit Form to PictureBox

2014-12-30 Thread Tobias Boege
Hi, I'm trying to have FMain automatically adjust its size according to its sole (for demonstration) child control PictureBox1. The PictureBox1 itself is AutoResize = True and gets a big Picture. (Attached is a little project.) What happens is that PictureBox1 resizes accordingly, so I thought I