Good evening, i never had to use menues in my programs, but now i have to reproduce a program written in delphi for our ubuntu computers at school, only for education purposes (the program was also written by students, don't worry ;)). this program has a menue and a simple textarea just under it and i want to arrange the contents dynamically using the Form_Resize() event. if i do TextArea1.Move(0, 0, ME.Width, ME.Heigth), the textarea is just a bit too big for the form and this doesn't look very well. if i set the menue to unvisible, all works properly. i now thought that i just can PRINT ME.Height; " "; TextArea1.Height and look up the difference to get the menue's height as a constant but they are equal, so what's wrong with it?
regards, tobi ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user