Re: [Gambas-user] Gambas-user Digest, Vol 128, Issue 33

2017-01-28 Thread Gianluigi
The example of Tobias you can download it here [0] Tobias essentially recommends that: '- Public Sub Form_Open() Dim hFrm1 As Form1 hFrm1 = New Form1(ScrollView1) End '- Regards Gianluigi [0] http://gambas.8142.n7.nabble.com

Re: [Gambas-user] Gambas-user Digest, Vol 128, Issue 33

2017-01-28 Thread Martin McGlensey
Tobi, Thanks for your reply. I'm trying to embed a window running another program into a scrollview. I've added a scrollview to the form and put the embedder into the scrollview. This works but, as the embedder is larger than the scrollview it extends over the borders of the scrollview. It scrolls