[fpc-pascal] Height of Window Title Bar

2009-06-30 Thread Henrik Genssen
Hi, how do I determine the hight of a title bar of a form (where the caption goes as well as minimize, maximize btns, etc.) on WinCE? Hight and ClientHight are equal. regards Hinnack ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://

Re: [fpc-pascal] If an Assert fails in constructor, then destructor called (?)

2009-06-30 Thread Inoussa OUEDRAOGO
2009/6/29 Tom Verhoeff : > While tracing a nasty bug (?), I discovered the hard way that when > an Assert is done in a constructor, and it fails, then the destructor > (Destroy) is automatically called. Indeed, when an exception is raised in the constructor, be it an "assert" exception or not, the

[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] resize windows in fpGui

2009-06-30 Thread 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 are set on all components. If you used the UI Designer to visually design your form, then select the

Re: [fpc-pascal] CGI upload app

2009-06-30 Thread FOFPC
download the tool from http://fofpc.org/tools/ also library has some articles regarding your issue Darius Blaszijk wrote: > > Hi I would like to upload a file through a web page. How can I do this > using FPC? Is there any example available? > > Darius > ___

Re: [fpc-pascal] CGI upload app

2009-06-30 Thread Vincent Snijders
FOFPC schreef: download the tool from http://fofpc.org/tools/ also library has some articles regarding your issue at 6-6-2007 19:23 Darius Blaszijk wrote: Hi I would like to upload a file through a web page. How can I do this using FPC? Is there any example available? I wonder if Darius