Re: [Gambas-user] form_resize issue

2010-05-14 Thread Benoît Minisini
Hi Benoit, I put together the small project with 2 level of TabStrip controls and with tableview controls on some of them. First it seemed to work perfectly... but finally I could reproduce the effect on my computer. When the app starts up then (normally) the controls resize correctly.

Re: [Gambas-user] form_resize issue

2010-05-14 Thread Benoît Minisini
Hi Benoit, I put together the small project with 2 level of TabStrip controls and with tableview controls on some of them. First it seemed to work perfectly... but finally I could reproduce the effect on my computer. When the app starts up then (normally) the controls resize

Re: [Gambas-user] form_resize issue

2010-04-18 Thread Benoît Minisini
Hello List, When the user resizes the main form of my application I try to follow the form size with the controls on the form. I use the Form_resize event and I modify the controls' position accordingly. My hierarchy is something like that: Form TabStrip1 TabStrip11

Re: [Gambas-user] form_resize issue

2010-04-18 Thread Robert JUHASZ
For the moment I just have a big one. I try to build a small example which shows the problem. Robi 2010/4/18 Benoît Minisini gam...@users.sourceforge.net Hello List, When the user resizes the main form of my application I try to follow the form size with the controls on the form. I use

Re: [Gambas-user] form_resize issue

2010-04-18 Thread Robert JUHASZ
Hi Benoit, I put together the small project with 2 level of TabStrip controls and with tableview controls on some of them. First it seemed to work perfectly... but finally I could reproduce the effect on my computer. When the app starts up then (normally) the controls resize correctly. Just

Re: [Gambas-user] form_resize issue

2010-04-18 Thread Robert JUHASZ
OK, I play a little tonight! But there is a risk that I ask questions tomorrow :D Thx a lot, Robi 2010/4/18 Fabien Bodard gambas...@gmail.com just do that to try : make a form and add 3 panel in it then in each panel add 3 other panels give an unique color for each panels and then try

[Gambas-user] form_resize issue

2010-04-17 Thread Robert JUHASZ
Hello List, When the user resizes the main form of my application I try to follow the form size with the controls on the form. I use the Form_resize event and I modify the controls' position accordingly. My hierarchy is something like that: Form TabStrip1 TabStrip11 TableView111

Re: [Gambas-user] form_resize issue

2010-04-17 Thread Fabien Bodard
The resize event is used really not often on gambas ... it's not VB ! you need to use the container system to automagiquely resize the elements in your form ... all is managed with the mouse... Nothing to do by code :) look at VBox, HBox, Panel, and all other containers like form, etc and

Re: [Gambas-user] form_resize issue

2010-04-17 Thread Robert JUHASZ
Salut Fabien, Thanks for the idea. From one side it's a pity if the resize event doesn't work as I imagined, form the other side it's a good opportunity to learn how containers work in Gambas. Is there any good tutorial which shows how the different controls work? Their description is quite brief

Re: [Gambas-user] Form_Resize

2009-09-13 Thread Charlie Reinl
Am Sonntag, den 13.09.2009, 02:01 +0200 schrieb Benoît Minisini: Salut, is that my, or a general problem, on gambas2 2.16 I can make forms bigger, but not smaller...or did I miss something ? That I remarked on my White-A4-PalmTop for Debug-Watch-Windows but now I find that on a form

Re: [Gambas-user] Form_Resize

2009-09-13 Thread Jesus Guardon
Charlie Reinl escribió: so let's talk about saved Debug-Watch-Windows, you make it bigger, to see more and after that you leave the session. When you restart new the Debug-Watch-Windows starts big, and can't be shrunk smaller anymore. Are you saving the size and position in Settings? If

Re: [Gambas-user] Form_Resize

2009-09-13 Thread Benoît Minisini
Am Sonntag, den 13.09.2009, 02:01 +0200 schrieb Benoît Minisini: Salut, is that my, or a general problem, on gambas2 2.16 I can make forms bigger, but not smaller...or did I miss something ? That I remarked on my White-A4-PalmTop for Debug-Watch-Windows but now I find that on a

[Gambas-user] Form_Resize

2009-09-12 Thread Charlie Reinl
Salut, is that my, or a general problem, on gambas2 2.16 I can make forms bigger, but not smaller...or did I miss something ? That I remarked on my White-A4-PalmTop for Debug-Watch-Windows but now I find that on a form in the project (see example). -- Amicalment Charlie firstTry-0.0.1.tar.gz

Re: [Gambas-user] Form_Resize

2009-09-12 Thread Benoît Minisini
Salut, is that my, or a general problem, on gambas2 2.16 I can make forms bigger, but not smaller...or did I miss something ? That I remarked on my White-A4-PalmTop for Debug-Watch-Windows but now I find that on a form in the project (see example). This always behaved like that: modal