Re: [Gambas-user] General Forms / Display manager ...

2009-01-29 Thread Rolf Schmidt
Hi Gareth > Can someone tell me .. if I do form.Hide, then form.Show .. would you > expect the form to reappear in the same place .. > > If not, where would you reset top/left in order to control it's position on > show .. Check if the form_show() event and/or the form_resize() event was called

[Gambas-user] General Forms / Display manager ...

2009-01-29 Thread Gareth Bult
Hi, Can someone tell me .. if I do form.Hide, then form.Show .. would you expect the form to reappear in the same place .. If not, where would you reset top/left in order to control it's position on show .. It looks like (for me) the window manager is (re-)positioning the form on show, eve