Re: [fpc-pascal] resize windows in fpGui

2009-07-02 Thread kota kota
Thank you very much. 2009/6/30 Graeme Geldenhuys > kota kota wrote: > >> How can i make a window to shrink instead of losing its elements(buttons, >> labels) when it is being re-sized ? >> > > Use the Anchor property. By default the anTop and anLeft anchors a

[fpc-pascal] resize windows in fpGui

2009-06-30 Thread kota kota
How can i make a window to shrink instead of losing its elements(buttons, labels) when it is being re-sized ? (with losing i mean that a button which is placed at the Right-down- corner of a window will be invisible is the user shrinks the window from the Right-down- corner) Thank you

Re: [fpc-pascal] gtk+ linux-windows

2009-06-25 Thread kota kota
een Color[7]:=TfpgColor($808080);//Gray* . . . . With a loop Thank you 2009/6/24 Graeme Geldenhuys > kota kota wrote: > > ok here is an example, > > (look the red letters) > > > > As an alternative, I quickly converted the triangle painting into a > component, w

Re: [fpc-pascal] gtk+ linux-windows

2009-06-24 Thread kota kota
ood enough ? If it isn't, i can make a more simple example. 2009/6/24 Graeme Geldenhuys > kota kota wrote: > >> >> Now i need some more specific information: Is there any way to show the >> drawing's steps(created on a Canvas) before the final image is re

Re: [fpc-pascal] gtk+ linux-windows

2009-06-23 Thread kota kota
Thank you very much. Now i need some more specific information: Is there any way to show the drawing's steps(created on a Canvas) before the final image is ready? 2009/6/23 Graeme Geldenhuys > kota kota wrote: > > I will try it. > > The fpGui's link presents a

Re: [fpc-pascal] gtk+ linux-windows

2009-06-22 Thread kota kota
>The fpGui's link presents a *fpGUI Visual UI Designer*. Where can i find it? OK I found it. >Then you possibly want to try MSEide+MSEgui too: I already started with fpGui, but I will try it maybe later. Thanks 2009/6/22 Martin Schreiber > On Monday 22 June 2009 17:10:45 k

[fpc-pascal] gtk+ linux-windows

2009-06-22 Thread kota kota
I will try it. The fpGui's link presents a *fpGUI Visual UI Designer*. Where can i find it? Thanks* * ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] gtk+ linux-windows

2009-06-21 Thread kota kota
hello everybody. I am a new user of freepascal and i need some help. I have made my first GTK+ program that runs fine in linux(Ubuntu 8.10) but i encounter problems in windows XP. You can find it here: http://files.getdropbox.com/u/1118452/testforum.7z I used the same source code for both of them