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 each properties and
> run the form ...
>
> it's the better way to understand
>
> 2010/4/18 Robert JUHASZ <robert1juh...@gmail.com>:
> > 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 the Form_resize event
> and
> >> I
> >> > modify the controls' position accordingly.
> >> >
> >> > My hierarchy is something like that:
> >> >
> >> > Form
> >> >   TabStrip1
> >> >      TabStrip11
> >> >         TableView111
> >> >      TabStrib12
> >> >         TableView121
> >> >         TableView122
> >> >
> >> >
> >> > It seems working correctly for any control I'm looking at... but not
> >> always
> >> > for the others.
> >> > For instance if I'm on the TabStrip11 and I resize the form then the
> >> > TableView111 behaves normally but if I go to check the TableView122
> then
> >> I
> >> > can see the previous size.
> >> > I call the refresh method for each item after modifying it's position
> or
> >> > size.
> >> >
> >> > Do I miss something or is it a bug?
> >> > I use Ubuntu 9.10 (64 bit), Gambas 2.20.
> >> >
> >> >
> >> > Robi
> >>
> >> Your explanation are not clear. Can you provide a little project that
> shows
> >> the problem?
> >>
> >> --
> >> Benoît Minisini
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> Download Intel&#174; Parallel Studio Eval
> >> Try the new software tools for yourself. Speed compiling, find bugs
> >> proactively, and fine-tune applications for parallel performance.
> >> See why Intel Parallel Studio got high marks during beta.
> >> http://p.sf.net/sfu/intel-sw-dev
> >> _______________________________________________
> >> Gambas-user mailing list
> >> Gambas-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >
> ------------------------------------------------------------------------------
> > Download Intel&#174; Parallel Studio Eval
> > Try the new software tools for yourself. Speed compiling, find bugs
> > proactively, and fine-tune applications for parallel performance.
> > See why Intel Parallel Studio got high marks during beta.
> > http://p.sf.net/sfu/intel-sw-dev
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to