Re: [fpc-pascal] The fpGUI Toolkit supports FreeBSD!

2008-02-01 Thread [EMAIL PROTECTED]
I can rebuild lazarus using fpGUI (lastest snapshots of lazaurs and fpGUI) now? I rebuild lazarus with fpGUI, but it crashs when is started... 2008/1/15, Bee <[EMAIL PROTECTED]>: > > > As a side note... I'm also getting ready for the next fpGUI release. A > few > > minor fixes are all that is lef

Re: [fpc-pascal] The fpGUI Toolkit supports FreeBSD!

2008-02-01 Thread Graeme Geldenhuys
On 31/01/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I can rebuild lazarus using fpGUI (lastest snapshots of lazaurs and fpGUI) > now? > No you can't. At this time fpGUI is a stand-alone GUI toolkit for the Free Pascal Compiler. You can create GUI applications using Lazurus as your IDE (

[fpc-pascal] Object Pascal & arm-linux

2008-02-01 Thread Koenraad Lelong
Hi, I successfully ran some MSE-gui test-programs on my arm-board. To do this I used a patched fpc 2.2.0-fixes. The patch involved backporting a fix from fpc-2.3.1 for TBinaryObjectReader : the arm processor has no (AFAIK) extended type. I needed 2.2.1 because 2.3.1 breaks MSE-gui. I still have pro

Re: [fpc-pascal] Object Pascal & arm-linux

2008-02-01 Thread Florian Klaempfl
Koenraad Lelong schrieb: > Hi, > I successfully ran some MSE-gui test-programs on my arm-board. To do > this I used a patched fpc 2.2.0-fixes. > The patch involved backporting a fix from fpc-2.3.1 for > TBinaryObjectReader : the arm processor has no (AFAIK) extended type. I Which revision is this?

[fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Graeme Geldenhuys
Hi, I've recently made some changes to fpGUI (subversion trunk revision). It now compiles successfully on Linux/x84_64 using FPC 2.2.0. This includes the example applications included with fpGUI (example the UI Designer). I unfortunately don't own a 64-bit PC and the remote server I have access

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Michael Van Canneyt
On Fri, 1 Feb 2008, Graeme Geldenhuys wrote: > Hi, > > I've recently made some changes to fpGUI (subversion trunk revision). > It now compiles successfully on Linux/x84_64 using FPC 2.2.0. This > includes the example applications included with fpGUI (example the UI > Designer). > > I unfortun

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread ik
Hi I've tested every example existed. Two issues: 1. It seems that label does not have the color property, at least FPC does not find it. 2. Font select is compiled but I have a sig serv on procedure TMainForm.CreateFontList; Other then that, thinks works really great You've made a really grea

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Michael Van Canneyt
On Fri, 1 Feb 2008, ik wrote: > Hi > > I've tested every example existed. > > Two issues: > > 1. It seems that label does not have the color property, at least FPC > does not find it. > 2. Font select is compiled but I have a sig serv on procedure > TMainForm.CreateFontList; This second one

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Graeme Geldenhuys
On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: > > 1. It seems that label does not have the color property, at least FPC > does not find it. TfpgLabel as a TextColor and BackgroundColor property. Is that what you were looking for? > 2. Font select is compiled but I have a sig serv on procedure > T

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Graeme Geldenhuys
On 01/02/2008, Giuliano Colla <[EMAIL PROTECTED]> wrote: > > I seem to recall that I had a similar problem (on a 32 bit platform) > just because I didn't have an arial font of any kind installed. > I replaced default font names with generic Serif and Sans, and I forgot > about the problem. > Maybe

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Graeme Geldenhuys
On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: > > > > TfpgLabel as a TextColor and BackgroundColor property. Is that what > > you were looking for? > > Well The code states (for example in alignment) lblNone.Color := > clWhite; So that's a "bug" in the example :) > :-) I must have missed that on

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Graeme Geldenhuys
On 01/02/2008, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > Tested and ran menu example without a glitch. > Anything else you want to see tested explicitly ? Thanks Michael. No there wasn't anything specific. I simply wanted it tested on as many platforms and systems possible. One can neve

Re: [fpc-pascal] Object Pascal & arm-linux

2008-02-01 Thread Koenraad Lelong
Florian Klaempfl schreef: > Koenraad Lelong schrieb: >> Hi, >> I successfully ran some MSE-gui test-programs on my arm-board. To do >> this I used a patched fpc 2.2.0-fixes. >> The patch involved backporting a fix from fpc-2.3.1 for >> TBinaryObjectReader : the arm processor has no (AFAIK) extended

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Giuliano Colla
Graeme Geldenhuys ha scritto: On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: 1. It seems that label does not have the color property, at least FPC does not find it. TfpgLabel as a TextColor and BackgroundColor property. Is that what you were looking for? 2. Font select is compiled but I have

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread ik
On Feb 1, 2008 10:33 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: > > > > 1. It seems that label does not have the color property, at least FPC > > does not find it. > > TfpgLabel as a TextColor and BackgroundColor property. Is that what > you wer

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Graeme Geldenhuys
On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: > 2. Font select is compiled but I have a sig serv on procedure > TMainForm.CreateFontList; Could you try what Giuliano suggested. Changing the default font from Arial to Sans. gfxbase.pas line 63 FPG_DEFAULT_FONT_DESC = 'Arial-10:antialias=true';

Re: [fpc-pascal] Object Pascal & arm-linux

2008-02-01 Thread Florian Klaempfl
Koenraad Lelong schrieb: > Florian Klaempfl schreef: >> Koenraad Lelong schrieb: >>> Hi, >>> I successfully ran some MSE-gui test-programs on my arm-board. To do >>> this I used a patched fpc 2.2.0-fixes. >>> The patch involved backporting a fix from fpc-2.3.1 for >>> TBinaryObjectReader : the arm

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread ik
On Feb 1, 2008 11:03 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: > > 2. Font select is compiled but I have a sig serv on procedure > > TMainForm.CreateFontList; > > Could you try what Giuliano suggested. Changing the default font from > Arial to

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Graeme Geldenhuys
On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: > On Feb 1, 2008 11:03 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> > > > > Could you try what Giuliano suggested. Changing the default font from > > Arial to Sans. > > I'll try, although I do have core fonts installed ... That's why I am thinking it's s

[fpc-pascal] nice blog article: "Why I use (object) Pascal"

2008-02-01 Thread John Stoneham
Might be of interest to both mailing lists. He plugs FPC and Lazarus, and it's nicely written. CodeGear of course makes an appearance in the comments (which are a fun read :) http://www.screamingduck.com/Article.php?ArticleID=43&Show=ABCE -- _| () |-| |\| _